Metadata-Version: 2.0
Name: tz
Version: 0.2.2
Summary: PEP 495 compliant tzinfo implementation.
Home-page: http://example.com/
Author: Alexander Belopolsky
Author-email: alexander.belopolsky@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules

=============================
tz - PEP 495 compliant tzinfo
=============================
.. image:: https://img.shields.io/pypi/status/tz.svg?maxAge=2592000
   :target: https://pypi.org/project/tz
.. image:: https://travis-ci.org/abalkin/tz.svg?branch=master
    :target: https://travis-ci.org/abalkin/tz
.. image:: https://codecov.io/gh/abalkin/tz/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/abalkin/tz
.. image:: https://badge.fury.io/py/tz.svg
    :target: https://badge.fury.io/py/tz
.. image:: https://codeship.com/projects/9773b300-3a7a-0134-d553-22ec0a671b3f/status?branch=master
    :target: https://codeship.com/projects/166333
.. image:: https://coveralls.io/repos/github/abalkin/tz/badge.svg?branch=master
	   :target: https://coveralls.io/github/abalkin/tz?branch=master

Documentation
=============
* `Latest <https://abalkin.github.io/tz>`_

Authors
=======

* Alexander Belopolsky


