Metadata-Version: 2.1
Name: dtxg
Version: 2.0.1
Summary: Extensions to the dateutil module to support time resolution in multiple languages
Home-page: https://github.com/yangsongbai1
Author: yangsongbai
Author-email: yang18734371940@gmail.com
Maintainer: yangsongbai
Maintainer-email: yang18734371940@gmail.com
License: BSD License
Description: dtxg - powerful extensions to dateutil
        ==========================================
        
        |pypi| |support| |licence|
        
        |gitter| |readthedocs|
        
        |travis| |appveyor| |pipelines| |coverage|
        
        .. |pypi| image:: https://img.shields.io/pypi/v/python-dateutil.svg?style=flat-square
            :target: https://pypi.org/project/python-dateutil/
            :alt: pypi version
        
        .. |support| image:: https://img.shields.io/pypi/pyversions/python-dateutil.svg?style=flat-square
            :target: https://pypi.org/project/python-dateutil/
            :alt: supported Python version
        
        .. |travis| image:: https://img.shields.io/travis/dateutil/dateutil/master.svg?style=flat-square&label=Travis%20Build
            :target: https://travis-ci.org/dateutil/dateutil
            :alt: travis build status
        
        .. |appveyor| image:: https://img.shields.io/appveyor/ci/dateutil/dateutil/master.svg?style=flat-square&logo=appveyor
            :target: https://ci.appveyor.com/project/dateutil/dateutil
            :alt: appveyor build status
        
        .. |pipelines| image:: https://dev.azure.com/pythondateutilazure/dateutil/_apis/build/status/dateutil.dateutil?branchName=master
            :target: https://dev.azure.com/pythondateutilazure/dateutil/_build/latest?definitionId=1&branchName=master
            :alt: azure pipelines build status
        
        .. |coverage| image:: https://codecov.io/github/dateutil/dateutil/coverage.svg?branch=master
            :target: https://codecov.io/github/dateutil/dateutil?branch=master
            :alt: Code coverage
        
        .. |gitter| image:: https://badges.gitter.im/dateutil/dateutil.svg
           :alt: Join the chat at https://gitter.im/dateutil/dateutil
           :target: https://gitter.im/dateutil/dateutil
        
        .. |licence| image:: https://img.shields.io/pypi/l/python-dateutil.svg?style=flat-square
            :target: https://pypi.org/project/python-dateutil/
            :alt: licence
        
        .. |readthedocs| image:: https://img.shields.io/readthedocs/dateutil/latest.svg?style=flat-square&label=Read%20the%20Docs
           :alt: Read the documentation at https://dateutil.readthedocs.io/en/latest/
           :target: https://dateutil.readthedocs.io/en/latest/
        
        The `dtxg` module provides powerful extensions to
        the standard `dateutil` module, available in Python.
        
        Installation
        ============
        `dtxg` can be installed from PyPI using `pip`::
        
        	pip install dtxg
        
        Download
        ========
        dtxg is available on PyPI
        https://pypi.org/project/dtxg/
        
        Code
        ====
        The code and issue tracker are hosted on Github:
        https://github.com/yangsongbai1/dtxg/
        
        Features
        ========
        
        * Extensions to the dateutil module to support time resolution in multiple languages
        * Utc time can be returned based on the time zone parameter
        
        
        Contributing
        ============
        
        We welcome many types of contributions - bug reports, pull requests (code, infrastructure or documentation fixes). For more information about how to contribute to the project, see the ``CONTRIBUTING.md`` file in the repository.
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/x-rst
