Metadata-Version: 2.0
Name: months
Version: 1.0.0
Summary: Python library for representing specific months
Home-page: https://github.com/kstark/months
Author: Kyle Stark
Author-email: kstarked@gmail.com
License: MIT
Keywords: months
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4

===============================
months
===============================

.. image:: https://img.shields.io/travis/kstark/months.svg
        :target: https://travis-ci.org/kstark/months

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

.. image:: https://readthedocs.org/projects/months/badge/?version=latest
        :target: https://readthedocs.org/projects/months/?badge=latest
        :alt: Documentation Status


Python library for representing specific months

* Free software: MIT license
* Documentation: https://months.readthedocs.org.

Features
--------

- Represent specific months along with their years
- Convert to and from native datetime and date objects
- Convenient math operations for adding / subtracting month intervals
- Convenient operations for displaying months




History
-------

1.0.0 (2015-04-13)
---------------------

* Documentation added
* 2.6 support added
* Tests for bad math added

0.1.0 (2015-04-13)
---------------------

* First release on PyPI.


