Metadata-Version: 1.1
Name: sedate
Version: 0.0.5
Summary: Date/time helper functions used by various Seantis packages.
Home-page: http://github.com/seantis/sedate
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Description: 
        
        There are projects like `Arrow <https://github.com/crsmithdev/arrow>`_ or
        `Delorean <https://github.com/crsmithdev/arrow>`_ which provide ways to work
        with timezones without having to think about it too much.
        
        Seantis doesn't use them because we *want* to reason about these things,
        to ensure they are correct, and partly because of self-loathing.
        
        Adding another layer makes this reasoning harder.
        
        Run the Tests
        -------------
            
        Install tox and run it::
        
            pip install tox
            tox
        
        Limit the tests to a specific python version::
        
            tox -e py27
        
        Conventions
        -----------
        
        Sedate follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Sedate uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/seantis/sedate.png
          :target: https://travis-ci.org/seantis/sedate
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/seantis/sedate/badge.png?branch=master
          :target: https://coveralls.io/r/seantis/sedate?branch=master
          :alt: Project Coverage
        
        Latests PyPI Release
        --------------------
        .. image:: https://pypip.in/v/sedate/badge.png
          :target: https://crate.io/packages/sedate
          :alt: Latest PyPI Release
        
        License
        -------
        sedate is released under GPLv2
        
        Changelog
        ---------
        
        0.0.5 (2016-04-25)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds a time parsing function which accepts anything from 00:00 to 24:00.
          [href]
        
        0.0.4 (2015-11-18)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes an issue with daylight savings time and ``align_date_to_day``.
        
          With this change, ``align_date_to_day`` ensures that the resulting date is
          in the timezone the date was aligned to, not in the timezone it originally
          was in.
          [href]
        
        0.0.3 (2015-08-05)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds a function to turn date-ish objects into datetimes.
          [href]
        
        0.0.2 (2015-08-04)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fix align_date_to_day failing with certain timezones.
          [href]
        
        0.0.1 (2015-06-30)
        ~~~~~~~~~~~~~~~~~~~
        
        - Initial Release
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
