Metadata-Version: 2.1
Name: domdf-python-tools
Version: 0.5.1
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
Description: =====================
        domdf_python_tools
        =====================
        
        .. start short_desc
        
        **Helpful functions for Python 🐍 🛠️**
        
        .. end short_desc
        
        .. start shields
        
        .. list-table::
        	:stub-columns: 1
        	:widths: 10 90
        
        	* - Docs
        	  - |docs| |docs_check|
        	* - Tests
        	  - |travis| |actions_windows| |actions_macos| |coveralls| |codefactor|
        	* - PyPI
        	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
        	* - Anaconda
        	  - |conda-version| |conda-platform|
        	* - Activity
        	  - |commits-latest| |commits-since| |maintained|
        	* - Other
        	  - |license| |language| |requires| |pre_commit|
        
        .. |docs| image:: https://img.shields.io/readthedocs/domdf_python_tools/latest?logo=read-the-docs
        	:target: https://domdf_python_tools.readthedocs.io/en/latest/?badge=latest
        	:alt: Documentation Build Status
        
        .. |docs_check| image:: https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg
        	:target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22Docs+Check%22
        	:alt: Docs Check Status
        
        .. |travis| 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
        
        .. |actions_windows| image:: https://github.com/domdfcoding/domdf_python_tools/workflows/Windows%20Tests/badge.svg
        	:target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22Windows+Tests%22
        	:alt: Windows Tests Status
        
        .. |actions_macos| image:: https://github.com/domdfcoding/domdf_python_tools/workflows/macOS%20Tests/badge.svg
        	:target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22macOS+Tests%22
        	:alt: macOS Tests Status
        
        .. |requires| image:: https://requires.io/github/domdfcoding/domdf_python_tools/requirements.svg?branch=master
        	:target: https://requires.io/github/domdfcoding/domdf_python_tools/requirements/?branch=master
        	:alt: Requirements Status
        
        .. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/domdf_python_tools/master?logo=coveralls
        	:target: https://coveralls.io/github/domdfcoding/domdf_python_tools?branch=master
        	:alt: Coverage
        
        .. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/domdf_python_tools?logo=codefactor
        	:target: https://www.codefactor.io/repository/github/domdfcoding/domdf_python_tools
        	:alt: CodeFactor Grade
        
        .. |pypi-version| image:: https://img.shields.io/pypi/v/domdf_python_tools
        	:target: https://pypi.org/project/domdf_python_tools/
        	:alt: PyPI - Package Version
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/domdf_python_tools?logo=python&logoColor=white
        	:target: https://pypi.org/project/domdf_python_tools/
        	:alt: PyPI - Supported Python Versions
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domdf_python_tools
        	:target: https://pypi.org/project/domdf_python_tools/
        	:alt: PyPI - Supported Implementations
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/domdf_python_tools
        	:target: https://pypi.org/project/domdf_python_tools/
        	:alt: PyPI - Wheel
        
        .. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/domdf_python_tools?logo=anaconda
        	:target: https://anaconda.org/domdfcoding/domdf_python_tools
        	:alt: Conda - Package Version
        
        .. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/domdf_python_tools?label=conda%7Cplatform
        	:target: https://anaconda.org/domdfcoding/domdf_python_tools
        	:alt: Conda - Platform
        
        .. |license| image:: https://img.shields.io/github/license/domdfcoding/domdf_python_tools
        	:target: https://github.com/domdfcoding/domdf_python_tools/blob/master/LICENSE
        	:alt: License
        
        .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
        	:alt: GitHub top language
        
        .. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.5.1
        	:target: https://github.com/domdfcoding/domdf_python_tools/pulse
        	:alt: GitHub commits since tagged version
        
        .. |commits-latest| 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
        
        .. |maintained| image:: https://img.shields.io/maintenance/yes/2020
        	:alt: Maintenance
        
        .. |pre_commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
        	:target: https://github.com/pre-commit/pre-commit
        	:alt: pre-commit
        
        .. end shields
        
        
        
        Helpful functions for Python
        
        |
        
        .. start 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
        
        .. end installation
        
Keywords: utilities
Platform: Windows
Platform: macOS
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: dates
Provides-Extra: all
