Metadata-Version: 2.1
Name: human-friendly_pedantic-timedelta
Version: 0.0.3
Summary: Human-friendly Pedantic `timedelta`
Home-page: https://github.com/hotoffthehamster/human-friendly_pedantic-timedelta
Author: HotOffThe Hamster
Author-email: hotoffthehamster+humanfriendlypedantictimedelta@gmail.com
License: GPLv3
Description: #####################################
        Human-Friendly Pedantic ``timedelta``
        #####################################
        
        .. image:: https://travis-ci.org/hotoffthehamster/human-friendly_pedantic-timedelta.svg?branch=develop
          :target: https://travis-ci.org/hotoffthehamster/human-friendly_pedantic-timedelta
          :alt: Build Status
        
        .. image:: https://codecov.io/gh/hotoffthehamster/human-friendly_pedantic-timedelta/branch/develop/graph/badge.svg
          :target: https://codecov.io/gh/hotoffthehamster/human-friendly_pedantic-timedelta
          :alt: Coverage Status
        
        .. image:: https://readthedocs.org/projects/human-friendly-pedantic-timedelta/badge/?version=latest
          :target: https://human-friendly-pedantic-timedelta.readthedocs.io/en/latest/
          :alt: Documentation Status
        
        .. image:: https://img.shields.io/github/release/hotoffthehamster/human-friendly_pedantic-timedelta.svg?style=flat
          :target: https://github.com/hotoffthehamster/human-friendly_pedantic-timedelta/releases
          :alt: Release Status
        
        .. image:: https://img.shields.io/github/license/hotoffthehamster/human-friendly_pedantic-timedelta.svg?style=flat
          :target: https://github.com/hotoffthehamster/human-friendly_pedantic-timedelta/blob/develop/LICENSE
          :alt: License Status
        
        A Python ``timedelta`` wrapper which provides pedantic string formatting.
        
        Install with ``pip``::
        
            pip3 install human-friendly_pedantic-timedelta
        
        For more options, read the
        `installation guide
        <https://human-friendly-pedantic-timedelta.readthedocs.io/en/latest/installation.html>`__.
        
        Simple example::
        
            $ python3
            >>> from pedantic_timedelta import PedanticTimedelta
            >>> PedanticTimedelta(days=0.33).time_format_scaled()
            # OUTPUT
            # ('7.92 hours', 3600.0, 'hour')
        
        |
        
        .. image:: https://github.com/hotoffthehamster/human-friendly_pedantic-timedelta/raw/master/docs/assets/hfpt-logo-lrg.png
           :align: center
        
        
Keywords: timedelta elapsed time duration human friendly string formatter
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/x-rst
Provides-Extra: test
Provides-Extra: dev
