gather2gether

View on PyPIReverse Dependencies (0)

0.0.4 gather2gether-0.0.4-py3-none-any.whl

Wheel Details

Project: gather2gether
Version: 0.0.4
Filename: gather2gether-0.0.4-py3-none-any.whl
Download: [link]
Size: 14012
MD5: 1aa7e99ff4203f5ef033f5a68710e8be
SHA256: 2db6546bf2c27690b521c2c1dbbc83da6b00808bd591395f61200832b4ce0ec3
Uploaded: 2020-03-13 21:30:56 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gather2gether
Version: 0.0.4
Summary: Helps remote people to accomplish tasks together
Author: witrdotnet
Author-Email: witr.net[at]gmail.com
Home-Page: https://github.com/witrdotnet/gather2gether
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Requires-Dist: Flask
Requires-Dist: Jinja2
Requires-Dist: peewee
Requires-Dist: pymysql
Requires-Dist: configparser
Requires-Dist: tabulate
Description-Content-Type: text/markdown
[Description omitted; length: 1954 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
gather2gether/VERSION sha256=zB0CuD59wiXTB4TyqnZ2-bf39oY5trlB9bcyQlkC92M 6
gather2gether/__init__.py sha256=_5z42FQfDrshxhwOZAOl7Sz73UlEtRLv1Byl5I5G45k 440
gather2gether/__main__.py sha256=K8wkizG7JHUqzTd-_fT8lmKQftV1Ntd_LxdNxxToSKc 101
gather2gether/cli.py sha256=enDdNovf728KtGeJ9LG8KtQU8iTujfA59JAl4f7CpSs 818
gather2gether/cli_project.py sha256=NBNAPd45dVIuCgbqM96sY8alIWh8hWzFz7BQvGSgzoc 3574
gather2gether/cli_task.py sha256=CCpjXpKrYVaWQluHurwtxPPNvXzg-ofjuwepyej-SNI 3826
gather2gether/cli_user.py sha256=a8HCJUV5kMG3qrFhjV_VIctgtf9WVpWUZ1Zp7TcLT1o 2675
gather2gether/config.py sha256=GuPeDIWFCyBGAZze8aftwi6Ew1EUKI3GQb9IzPo5CXE 1009
gather2gether/g2g.py sha256=dBFpYxUquKxgjfJKrDZ__U4Si-BCcZBmbjv6DGDX2Oo 250
gather2gether/routes.py sha256=fDSGxI9MdTTg9igVyRGXPa8k1mANi59KrvFOMK-dw6c 287
gather2gether/run.py sha256=AhT0QiFzJXtz1iBxzmsbK99d1fw8YzPZd6m69SfyYqg 208
gather2gether/server.py sha256=ijoeUvmmVzVK0-uCLk5GqFE4abKEa0BgNnLqS2mnRM4 1261
gather2gether/db/__init__.py sha256=2jf5ytOV3CQAIC8qFuKR-JdO9Tot9CfOuBO6vbgDRJs 2673
gather2gether/db/project.py sha256=GiGaLlu1Bh8fKlaVcJ3Xb_10WE__7eF8Rfqd5iaye-A 5558
gather2gether/db/task.py sha256=1q10iHlV9pAkx0y34O9-sQH1-uXJKBcNYfeV7WM5w8A 4683
gather2gether/db/user.py sha256=CNKOhYx_NEBPO3QXkICVnRAthifmSnh_a0GzUFIWlHE 2526
gather2gether-0.0.4.dist-info/LICENSE sha256=ZD4cU1fSelAKVK3Dq0-_AQF7wCHfwarBHipjfskP09k 1065
gather2gether-0.0.4.dist-info/METADATA sha256=gV-kR1ZsrQlp_uh5H7CY6pF53NEw7LQvIvqglSKYqUg 2952
gather2gether-0.0.4.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
gather2gether-0.0.4.dist-info/entry_points.txt sha256=VuYG_hXOjSH9ml8uIHd_DkbyipoV6eDOT5X1JfVe7Ns 250
gather2gether-0.0.4.dist-info/top_level.txt sha256=nIcZpqSBTT1Actm4TwZtQSHcKOB7mFP8vQ3Ri1EP558 14
gather2gether-0.0.4.dist-info/RECORD

top_level.txt

gather2gether

entry_points.txt

g2g = gather2gether.g2g:cli
gather2gether = gather2gether.run:main
db = gather2gether.cli:db
projects = gather2gether.cli_project:projects
tasks = gather2gether.cli_task:tasks
users = gather2gether.cli_user:users