chore: README

This commit is contained in:
Mahdi Dibaiee 2018-01-14 15:10:14 +03:30
parent b9ab689ebb
commit 58d3a090ba

View File

@ -1,11 +1,20 @@
humandate humandate
--------- ---------
Parse human-readable dates in Python. Parse human-readable dates in Python in arbitrary strings.
Usage Usage
----- -----
Install using `pip`:
```
pip install humandate
```
Use the `parse_date` function:
```python ```python
from humandate import parse_date from humandate import parse_date