Metadata-Version: 1.2
Name: pydatum
Version: 0.4.1
Summary: datetime and calendar utilities
Home-page: https://github.com/MisterY/pydatum
Author: Alen Siljak
Author-email: alen.siljak@gmx.com
License: GPL version 3
Description: # pyDatum

        Set of datetime tools in Python, similar to Joda Time or Calendar

        

        This is a library that provides convenient operations on datetime objects in Python.

        

        ## Publish 

        

        To publish the package, run

        

        ### Test Site

        

        ```

        python setup.py sdist upload -r test

        ```

        

        ### Production Site

        

        ```

        python setup.py sdist upload -r pypi

        ```
Keywords: date time datetime calendar
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.0
