chore: README
This commit is contained in:
parent
b9ab689ebb
commit
58d3a090ba
11
README.md
11
README.md
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user