File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,10 +32,7 @@ Datetimeparser can even parse complex grammar and sentence structure.
3232
3333## Examples
3434
35- Below you can find some examples of how datetimeparser can be used.
36- The resulting value from the parser is a datetime object, integer or None, depending on the outcome:
37- - "Infinity" leads to -1
38- - A wrong input date leads to None
35+ Below you can find some examples of how datetimeparser can be used.
3936
4037``` python
4138from datetimeparser import parse
@@ -57,7 +54,7 @@ print(parse("10 days and 2 hours after 3 months before christmas 2020"))
5754
5855Use pip to install the library:
5956``` shell
60- $ pip install datetimeparser
57+ $ pip install python- datetimeparser
6158```
6259
6360## Contributing
Original file line number Diff line number Diff line change 1010 long_description_content_type = "text/markdown" ,
1111 long_description = long_description ,
1212 packages = ['datetimeparser' ],
13- version = '0.1d' ,
13+ version = '0.1d0' , # important is the zero at the end
1414 license = 'MIT' ,
1515 description = 'A parser library built for parsing the english language into datetime objects.' ,
1616 author = 'Ari24' ,
You can’t perform that action at this time.
0 commit comments