Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Smith committed May 12, 2013
1 parent 41cbac5 commit 92c1bf8
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,26 @@ Python's standard library and some other low-level modules offer complete functi
- Time zones are explicit, naivete is the norm
- Gaps in functionality: ISO-8601 parsing, timespans, humanization

Quickstart
----------

Features
--------

- Implements the datetime interface
- TZ-aware & UTC by default
- Concise, intelligent interface for creation
- Add and subtract absolute and relative values
- Rich parsing & formatting options
- Timezone conversion
- Simple timestamp handling
- Time spans, ranges, floors and ceilings
- Humanization, with support for a growing number of locales

Get started
-----------

.. code-block:: bash
$ pip install arrow
.. code-block:: python
Expand Down Expand Up @@ -47,27 +65,6 @@ Quickstart
>>> local.humanize(locale='ko_kr')
'1시간 전'
Features
--------

- Implements the datetime interface
- TZ-aware & UTC by default
- Concise, intelligent interface for creation
- Add and subtract absolute and relative values
- Rich parsing & formatting options
- Timezone conversion
- Simple timestamp handling
- Time spans, ranges, floors and ceilings
- Humanization, with support for a growing number of locales

Installation
------------

.. code-block:: bash
$ pip install arrow
Documentation
-------------

Expand Down

0 comments on commit 92c1bf8

Please sign in to comment.