-
Notifications
You must be signed in to change notification settings - Fork 7
/
PKG-INFO
30 lines (21 loc) · 1010 Bytes
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Metadata-Version: 1.0
Name: todocli
Version: 0.0.1@alpha
Summary: Python command line todo application.
Home-page: https://github.com/okulbilisim/todo.py
Author: Okulbilisim
Author-email: [email protected]
License: MIT
Description: python-todocli
========================
Usage
-----
Clone this repository and adopt the todocli structure for your own project.
This is just a starting point, but I hope a good one. From there on, you should
read and follow http://python-packaging-user-guide.readthedocs.org/en/latest/,
the definite resource on Python packaging.
On Unix-like systems, the installation places a ``todocli`` script into a
centralized ``bin`` directory, which should be in your ``PATH``. On Windows,
``todocli.exe`` is placed into a centralized ``Scripts`` directory which
should also be in your ``PATH``.
Platform: UNKNOWN