../..
This commit is contained in:
1
Pipfile
1
Pipfile
@@ -4,6 +4,7 @@ url = "https://pypi.org/simple"
|
|||||||
verify_ssl = true
|
verify_ssl = true
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
twine = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
pytest = "*"
|
pytest = "*"
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -2,7 +2,12 @@
|
|||||||
|
|
||||||
A command line interface to total up the time entries in a markdown file.
|
A command line interface to total up the time entries in a markdown file.
|
||||||
|
|
||||||
# Usage
|
## Installation
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install markdown_timesheet
|
||||||
|
```
|
||||||
|
## Usage
|
||||||
|
|
||||||
Given a `timesheet.md` like so:
|
Given a `timesheet.md` like so:
|
||||||
|
|
||||||
@@ -26,8 +31,3 @@ $ add timesheet.md
|
|||||||
10
|
10
|
||||||
```
|
```
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
```
|
|
||||||
pip install markdown_timesheet
|
|
||||||
```
|
|
||||||
|
|||||||
BIN
dist/markdown_timesheet-0.1-py3-none-any.whl
vendored
Normal file
BIN
dist/markdown_timesheet-0.1-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
dist/markdown_timesheet-0.1.tar.gz
vendored
Normal file
BIN
dist/markdown_timesheet-0.1.tar.gz
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user