Metadata-Version: 1.1
Name: ntpdatetime
Version: 0.1.0
Summary: Extend datetime smodule so it can return the time fetched from a NTP server
Home-page: https://github.com/igroen/ntpdatetime
Author: Iwan in 't Groen
Author-email: iwanintgroen@gmail.com
License: ISCL
Description: ===============================
        NTPDateTime
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/ntpdatetime.svg
                :target: https://pypi.python.org/pypi/ntpdatetime
        
        .. image:: https://img.shields.io/travis/igroen/ntpdatetime.svg
                :target: https://travis-ci.org/igroen/ntpdatetime
        
        .. image:: https://readthedocs.org/projects/ntpdatetime/badge/?version=latest
                :target: https://readthedocs.org/projects/ntpdatetime/?badge=latest
                :alt: Documentation Status
        
        
        Extend datetime module so it can return the time fetched from a NTP server
        
        * Free software: ISC license
        * Documentation: https://ntpdatetime.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        Tools used in rendering this package:
        
        *  Cookiecutter_
        *  `cookiecutter-pypackage`_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        
        History
        -------
        
        0.1.0 (2016-11-25)
        ------------------
        
        * First release on PyPI.
        
Keywords: ntpdatetime
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
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
