Metadata-Version: 2.0
Name: rolex
Version: 0.0.7
Summary: An elegant datetime library.
Home-page: https://github.com/MacHu-GWU/
Author: Sanhe Hu
Author-email: husanhe@gmail.com
License: MIT
Download-URL: https://github.com/MacHu-GWU//tarball/2017-09-27
Description-Content-Type: UNKNOWN
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: python-dateutil (>=2.6.1)

.. image:: https://travis-ci.org/MacHu-GWU/rolex-project.svg?branch=master
    :target: https://travis-ci.org/MacHu-GWU/rolex-project?branch=master

.. image:: https://codecov.io/gh/MacHu-GWU/rolex-project/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/MacHu-GWU/rolex-project

.. image:: https://img.shields.io/pypi/v/rolex.svg
    :target: https://pypi.python.org/pypi/rolex

.. image:: https://img.shields.io/pypi/l/rolex.svg
    :target: https://pypi.python.org/pypi/rolex

.. image:: https://img.shields.io/pypi/pyversions/rolex.svg
    :target: https://pypi.python.org/pypi/rolex

.. image:: https://img.shields.io/badge/Star_Me_on_GitHub!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/rolex-project


Welcome to the ``rolex`` Documentation
==============================================================================

A elegant datetime library.

- 100% Pure Python implementation.
- Faster datetime/date parser than ``dateutil.parser.parse``.
- Powerful parser convert other type to datetime/date.
- Easy to use time series/random datetime, date generator.
- Relative time calculation (add seconds, hour, week, month, year ...).


Quick Links
------------------------------------------------------------------------------

- .. image:: https://img.shields.io/badge/Link-Document-red.svg
      :target: http://www.wbh-doc.com.s3.amazonaws.com/rolex/index.html

- .. image:: https://img.shields.io/badge/Link-API_Reference_and_Source_Code-red.svg
      :target: API reference and source code <http://www.wbh-doc.com.s3.amazonaws.com/rolex/py-modindex.html

- .. image:: https://img.shields.io/badge/Link-Install-red.svg
      :target: `install`_

- .. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
      :target: https://github.com/MacHu-GWU/rolex-project

- .. image:: https://img.shields.io/badge/Link-Submit_Issue_and_Feature_Request-blue.svg
      :target: https://github.com/MacHu-GWU/rolex-project/issues

- .. image:: https://img.shields.io/badge/Link-Download-blue.svg
      :target: https://pypi.python.org/pypi/rolex#downloads


.. _install:

Install
------------------------------------------------------------------------------
``rolex`` is released on PyPI, so all you need is:

.. code-block:: console

	$ pip install rolex

To upgrade to latest version:

.. code-block:: console

	$ pip install --upgrade rolex

