mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #5 from uranusjr/master
Fix typos in README and add pip install instruction
This commit is contained in:
+5
-3
@@ -61,14 +61,16 @@ Behold, datetimes for humans!
|
||||
- Complete symmetric import and export of both ISO 8601 and RFC 2822 datetime stamps.
|
||||
- Fantastic parsing of both dates written for/by humans and machines (``maya.when()`` vs ``maya.parse()``).
|
||||
- Support for human slang, both import and export (e.g. `an hour ago`).
|
||||
- Datetimes can very easily be generated, with our without tzinfo attached.
|
||||
- Datetimes can very easily be generated, with or without tzinfo attached.
|
||||
- This library is based around epoch time, but dates before Jan 1 1970 are indeed supported, via negative integers.
|
||||
- Maya never panics, and always carrys a towel.
|
||||
- Maya never panics, and always carries a towel.
|
||||
|
||||
☤ Installing Maya
|
||||
-----------------
|
||||
|
||||
Maya hasn't been released yet, but will be very soon!
|
||||
.. code-block:: bash
|
||||
|
||||
pip install maya
|
||||
|
||||
✨🍰✨
|
||||
|
||||
|
||||
Reference in New Issue
Block a user