python-kanban

View on PyPIReverse Dependencies (1)

0.2.0 python_kanban-0.2.0-py3-none-any.whl

Wheel Details

Project: python-kanban
Version: 0.2.0
Filename: python_kanban-0.2.0-py3-none-any.whl
Download: [link]
Size: 12125
MD5: 841ef865b4e844f3fa706c6493db3561
SHA256: 09a07783c27e3432c3bf76a0aeb2a30e59bbedea4a3d6a02c85ef0186b2708c7
Uploaded: 2021-08-04 18:28:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: python-kanban
Version: 0.2.0
Summary: Text-based interface for a Kanban board in pure Python
Author: Fillipe Goulart
Author-Email: fillipe.gsm[at]tutanota.com
Home-Page: https://github.com/fillipe-gsm/python-kanban
Project-Url: Repository, https://github.com/fillipe-gsm/python-kanban
License: MIT
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
Requires-Python: >=3.7,<4.0
Requires-Dist: dynaconf (<4.0.0,>=3.1.4)
Requires-Dist: peewee (<4.0.0,>=3.14.4)
Requires-Dist: prompt-toolkit (<4.0.0,>=3.0.18)
Description-Content-Type: text/x-rst
[Description omitted; length: 1088 characters]

WHEEL

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

RECORD

Path Digest Size
python_kanban/__init__.py sha256=IMjkMO3twhQzluVTo8Z6rE7Eg-9U79_LGKMcsWLKBkY 22
python_kanban/app.py sha256=t7ITkD0Y8pILaeCWCdhfFIDNpl-spUWMY8yl-bJagS4 2306
python_kanban/models.py sha256=XtK56HEDx1W1we6_DOoFCoS1VTjdb5N0Mxp8m7bDHmY 2849
python_kanban/views/__init__.py sha256=IMjkMO3twhQzluVTo8Z6rE7Eg-9U79_LGKMcsWLKBkY 22
python_kanban/views/add_task_view.py sha256=Ss_xD4Rc9vsfvjW4p44DV8lLfs9FRCZ5z2NugCEZ5wM 5384
python_kanban/views/delete_task_view.py sha256=GaSQ-zeJjKcRJ1jSPNf0f6qhiUND4iFTK7lW5XeMDwk 1919
python_kanban/views/edit_tasks_view.py sha256=OfJr0YvQp3n-7K2ZR5q6L5jv8Tx9mmnJdp9ewdEWcF0 2831
python_kanban/views/list_tasks_view.py sha256=J46UWp2RRhSaNOCsaZJEEh6fA8ILr4fQ_DUUq91Y_SY 3948
python_kanban/views/no_tasks_view.py sha256=Yw344uv1rzgTuqMKU2r7ARyI5HjYrxHWxGQEUxoobz8 1244
python_kanban/views/status_container_view.py sha256=hE1CpKzVq02AikZuLfrZ-Gbv-RVWDWVo1lMiKqI3nKI 3079
python_kanban-0.2.0.dist-info/entry_points.txt sha256=3JnKsiBYt4JbV5fVXnBRrJmai0J67FUmx5qpWfpIDWI 59
python_kanban-0.2.0.dist-info/LICENSE sha256=tvwmwDCVOe-Z0KZl7QNpBmVwa8J59M90GvLVLBl6tIM 1072
python_kanban-0.2.0.dist-info/WHEEL sha256=SrtnPGVTMeYWttls9xnWA01eUhCZ3ufFdJUYb1J3r-U 83
python_kanban-0.2.0.dist-info/METADATA sha256=FWbNVjfjjLS4DumPk3cJLnpPNWnxih9CMNBk1tvAI-4 1855
python_kanban-0.2.0.dist-info/RECORD

entry_points.txt

python_kanban = python_kanban.app:run_app