chore: README
This commit is contained in:
parent
b9ab689ebb
commit
58d3a090ba
11
README.md
11
README.md
@ -1,11 +1,20 @@
|
||||
humandate
|
||||
---------
|
||||
|
||||
Parse human-readable dates in Python.
|
||||
Parse human-readable dates in Python in arbitrary strings.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Install using `pip`:
|
||||
|
||||
```
|
||||
pip install humandate
|
||||
|
||||
```
|
||||
|
||||
Use the `parse_date` function:
|
||||
|
||||
```python
|
||||
from humandate import parse_date
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user