task

View on PyPIReverse Dependencies (0)

0.2.5 task-0.2.5-py3-none-any.whl

Wheel Details

Project: task
Version: 0.2.5
Filename: task-0.2.5-py3-none-any.whl
Download: [link]
Size: 10531
MD5: 6c7ae5b779f73c1b282da35f5306f531
SHA256: d083e0305cece9083e39543162aad4a6b923c7b7ee3e1f9acfdf710887bc7317
Uploaded: 2021-04-25 15:52:01 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: task
Version: 0.2.5
Summary: Task cli tool
Author: matteyeux
Home-Page: https://github.com/matteyeux/task
Project-Url: Repository, https://github.com/matteyeux/task
License: MIT
Keywords: task,pytask
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Python: >=3.7,<4.0
Requires-Dist: SQLAlchemy (<2.0.0,>=1.3.22)
Requires-Dist: click (<8.0.0,>=7.1.2)
Requires-Dist: click-aliases (<2.0.0,>=1.0.1)
Requires-Dist: click-default-group (<2.0.0,>=1.2.2)
Requires-Dist: click-help-colors (<0.10,>=0.9)
Requires-Dist: python-dateutil (<3.0.0,>=2.8.1)
Requires-Dist: rich (<10.0.0,>=9.8.2)
Requires-Dist: tabulate (<0.9.0,>=0.8.7)
Description-Content-Type: text/markdown
[Description omitted; length: 1792 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
task/__init__.py sha256=8f4ummWTPl6PtdE9DzSUgZhPjGioA_NDC-hDpqzB9qI 22
task/database.py sha256=1jJxixwAxFxbxVACaxssWk2mW2WvV8mtB2t5lI7_Kjk 5259
task/main.py sha256=DEyEnNiH7nEYB6ZSz--JS-mIzNw5wDf2whhVwAlHr_Q 1245
task/task_add.py sha256=vM1yEd-JCWpkD0TGU5lWLWvZ-afIKbofc50nzO9KWz4 992
task/task_describe.py sha256=aq-ljJeeus4fMsrWvvqnY6vvB9QaiH1Li1rC18rlNx8 1489
task/task_done.py sha256=JPXld6R9Grv8hUVa1el9nlhp5aUOVRa2GsUHJwzYXig 727
task/task_list.py sha256=1NEV3s_pRNu4A18tA5FM3lxfVti_y8Zb2te8epNfMjo 3963
task/task_rm.py sha256=uzxOsGyl4fw-jAUHK39Fp5ddCCfKTF_WJCaKxPnYsBQ 758
task/utils.py sha256=l5MskRi0ch3UC7x5l__Kf9dc4w8JaN9BWt5cUYx2rXk 2956
task-0.2.5.dist-info/entry_points.txt sha256=-BpGXWJIZ-3dbUq867kny2dBNw41hsWvU-PDzgpjaQw 61
task-0.2.5.dist-info/LICENSE sha256=jyUBhInW_g3sNKNSMUw43BRiR7feZXNXkPQ5ipKvqEs 1108
task-0.2.5.dist-info/WHEEL sha256=V7iVckP-GYreevsTDnv1eAinQt_aArwnAxmnP0gygBY 83
task-0.2.5.dist-info/METADATA sha256=kpCDAGxn30koUQitB4w5G0jvIDUdSPseJFA_sDtuebw 2915
task-0.2.5.dist-info/RECORD

entry_points.txt

pytask = task.main:main
task = task.main:main