hello-todo

View on PyPIReverse Dependencies (0)

0.1.5 hello_todo-0.1.5-py2.py3-none-any.whl

Wheel Details

Project: hello-todo
Version: 0.1.5
Filename: hello_todo-0.1.5-py2.py3-none-any.whl
Download: [link]
Size: 5872
MD5: 5402b67d69debc193fb3293715b58223
SHA256: ada62d3cd494cb8e084c7f5f0ffd7efa9d18ba878ed01a6f7e4655bd568a6fbe
Uploaded: 2018-10-08 15:43:04 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: hello-todo
Version: 0.1.5
Author: Mathias Ngo
Author-Email: ngo.mathias[at]gmail.com
License: UNKOWN
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
Requires-Dist: click (<8.0,>=7.0)
[No description]

WHEEL

Wheel-Version: 1.0
Generator: poetry 0.11.5
Root-Is-Purelib: true
Tag: py2.py3-none-any

RECORD

Path Digest Size
hello_todo/__init__.py sha256=IMjkMO3twhQzluVTo8Z6rE7Eg-9U79_LGKMcsWLKBkY 22
hello_todo/cli.py sha256=OcYy3Z3TOESl7956oXhMA80SzeryYG6kDCoyAJRiVXw 2040
hello_todo/db.py sha256=SVCATASfs8BUqa7GK6UaFtxkAwQw_QSeg2wa9XVJqdE 1510
hello_todo/init_db.sql sha256=W14iwoFNj7f456f5yvYOlwXdYbvqElutshJOG0U-y4A 465
hello_todo-0.1.5.dist-info/entry_points.txt sha256=h1gZSuWWAKXc7hcK2a6lMN_-chfvF1JPLLl57HXXsD0 195
hello_todo-0.1.5.dist-info/WHEEL sha256=4p5tkGYU5jgQ_R_MzjRyfjVTOldk8ADioKgp0j9QG_U 88
hello_todo-0.1.5.dist-info/METADATA sha256=H2DgOvmOPI1ETXBLucZoGN7_TozCquqF9WO39BnRWH8 535
hello_todo-0.1.5.dist-info/RECORD

entry_points.txt

add_todo = hello_todo.cli:add_todo
add_todolist = hello_todo.cli:add_todolist
init_todos = hello_todo.cli:init_todo
todolist = hello_todo.cli:todo_list
todos = hello_todo.cli:todo_lists