Metadata-Version: 2.1
Name: domdf-python-tools
Version: 0.3.3
Summary: Helpful functions for Python
Home-page: https://github.com/domdfcoding/domdf_python_tools
Author: Dominic Davis-Foster
Author-email: dominic@davis-foster.co.uk
License: GNU Lesser General Public License v3 or later (LGPLv3+)
Project-URL: Documentation, https://domdf_python_tools.readthedocs.io
Project-URL: Issue Tracker, https://github.com/domdfcoding/domdf_python_tools/issues
Project-URL: Source Code, https://github.com/domdfcoding/domdf_python_tools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Requires-Python: >=3.6
Requires-Dist: pydash (>=4.7.4)
Provides-Extra: all
Requires-Dist: pytz (>=2019.1) ; extra == 'all'
Provides-Extra: dates
Requires-Dist: pytz (>=2019.1) ; extra == 'dates'

**********************
domdf_python_tools
**********************

.. start shields

.. image:: https://img.shields.io/travis/com/domdfcoding/domdf_python_tools/master?logo=travis
    :target: https://travis-ci.com/domdfcoding/domdf_python_tools
    :alt: Travis Build Status
.. image:: https://readthedocs.org/projects/domdf_python_tools/badge/?version=latest
    :target: https://domdf_python_tools.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/domdf_python_tools.svg
    :target: https://pypi.org/project/domdf_python_tools/
    :alt: PyPI
.. image:: https://img.shields.io/pypi/pyversions/domdf_python_tools.svg
    :target: https://pypi.org/project/domdf_python_tools/
    :alt: PyPI - Python Version
.. image:: https://img.shields.io/pypi/wheel/domdf_python_tools
    :target: https://pypi.org/project/domdf_python_tools/
    :alt: PyPI - Wheel
.. image:: https://img.shields.io/pypi/implementation/domdf_python_tools
    :target: https://pypi.org/project/domdf_python_tools/
    :alt: PyPI - Implementation
.. image:: https://img.shields.io/conda/v/domdfcoding/domdf_python_tools
    :alt: Conda
    :target: https://anaconda.org/domdfcoding/domdf_python_tools
.. image:: https://img.shields.io/conda/pn/domdfcoding/domdf_python_tools?label=conda%7Cplatform
    :alt: Conda Platform
    :target: https://anaconda.org/domdfcoding/domdf_python_tools
.. image:: https://coveralls.io/repos/github/domdfcoding/domdf_python_tools/badge.svg?branch=master
    :target: https://coveralls.io/github/domdfcoding/domdf_python_tools?branch=master
    :alt: Coverage
.. image:: https://img.shields.io/github/license/domdfcoding/domdf_python_tools
    :alt: License
    :target: https://github.com/domdfcoding/domdf_python_tools/blob/master/LICENSE
.. image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
    :alt: GitHub top language
.. image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.3
    :target: https://github.com/domdfcoding/domdf_python_tools/pulse
    :alt: GitHub commits since tagged version
.. image:: https://img.shields.io/github/last-commit/domdfcoding/domdf_python_tools
    :target: https://github.com/domdfcoding/domdf_python_tools/commit/master
    :alt: GitHub last commit
.. image:: https://img.shields.io/maintenance/yes/2020
    :alt: Maintenance
.. image:: https://img.shields.io/codefactor/grade/github/domdfcoding/domdf_python_tools
    :target: https://www.codefactor.io/repository/github/domdfcoding/domdf_python_tools
    :alt: CodeFactor Grade

.. end shields



Helpful functions for Python

|

Installation
--------------

``domdf_python_tools`` can be installed from PyPI or Anaconda.

To install with ``pip``:

.. code-block:: bash

    $ python -m pip install domdf_python_tools

To install with ``conda``:

    * First add the required channels

    .. code-block:: bash

        $ conda config --add channels http://conda.anaconda.org/domdfcoding
        $ conda config --add channels http://conda.anaconda.org/conda-forge

    * Then install

    .. code-block:: bash

        $ conda install domdf_python_tools




