Metadata-Version: 2.1
Name: pyTooling.GenericPath
Version: 0.2.5
Summary: A generic path implementation to derive domain specific path libraries.
Home-page: https://GitHub.com/pyTooling/pyTooling.GenericPath
Author: Patrick Lehmann
Author-email: Paebbels@gmail.com
License: Apache-2.0
Project-URL: Documentation, https://pyTooling.GitHub.io/pyTooling.GenericPath
Project-URL: Source Code, https://GitHub.com/pyTooling/pyTooling.GenericPath
Project-URL: Issue Tracker, https://GitHub.com/pyTooling/pyTooling.GenericPath/issues
Keywords: path,generic path,generic library,url
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pyTooling (>=1.9.5)
Requires-Dist: py-flags (>=1.1.4)
Provides-Extra: all
Requires-Dist: pyTooling (>=1.9.5) ; extra == 'all'
Requires-Dist: sphinx-rtd-theme (>=0.5.2) ; extra == 'all'
Requires-Dist: sphinx (>=4.4.0) ; extra == 'all'
Requires-Dist: sphinx-autodoc-typehints (>=1.17.0) ; extra == 'all'
Requires-Dist: py-flags (>=1.1.4) ; extra == 'all'
Requires-Dist: sphinx-fontawesome (>=0.0.6) ; extra == 'all'
Provides-Extra: doc
Requires-Dist: pyTooling (>=1.9.5) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme (>=0.5.2) ; extra == 'doc'
Requires-Dist: sphinx (>=4.4.0) ; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints (>=1.17.0) ; extra == 'doc'
Requires-Dist: py-flags (>=1.1.4) ; extra == 'doc'
Requires-Dist: sphinx-fontawesome (>=0.0.6) ; extra == 'doc'

[![Sourcecode on GitHub](https://img.shields.io/badge/pyTooling-pyTooling.GenericPath-323131.svg?logo=github&longCache=true)](https://GitHub.com/pyTooling/pyTooling.GenericPath)
[![Sourcecode License](https://img.shields.io/pypi/l/pyGenericPath?logo=GitHub&label=code%20license)](LICENSE.md)
[![GitHub tag (latest SemVer incl. pre-release)](https://img.shields.io/github/v/tag/pyTooling/pyTooling.GenericPath?logo=GitHub&include_prereleases)](https://GitHub.com/pyTooling/pyTooling.GenericPath/tags)
[![GitHub release (latest SemVer incl. including pre-releases)](https://img.shields.io/github/v/release/pyTooling/pyTooling.GenericPath?logo=GitHub&include_prereleases)](https://GitHub.com/pyTooling/pyTooling.GenericPath/releases/latest)
[![GitHub release date](https://img.shields.io/github/release-date/pyTooling/pyTooling.GenericPath?logo=GitHub)](https://GitHub.com/pyTooling/pyTooling.GenericPath/releases)
[![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/pyTooling.GenericPath?logo=librariesdotio)](https://GitHub.com/pyTooling/pyTooling.GenericPath/network/dependents)  
[![GitHub Workflow - Build and Test Status](https://img.shields.io/github/workflow/status/pyTooling/pyTooling.GenericPath/Unit%20Testing,%20Coverage%20Collection,%20Package,%20Release,%20Documentation%20and%20Publish?label=Pipeline&logo=GitHub%20Actions&logoColor=FFFFFF)](https://GitHub.com/pyTooling/pyTooling.GenericPath/actions/workflows/Pipeline.yml)
[![Codacy - Quality](https://img.shields.io/codacy/grade/ed13ac3d1be0405ea2de08a588bfd325?logo=Codacy)](https://www.codacy.com/gh/pyTooling/pyTooling.GenericPath)
[![Codacy - Coverage](https://img.shields.io/codacy/coverage/ed13ac3d1be0405ea2de08a588bfd325?logo=Codacy)](https://www.codacy.com/gh/pyTooling/pyTooling.GenericPath)
[![Codecov - Branch Coverage](https://img.shields.io/codecov/c/github/pyTooling/pyToolingGenericPath?logo=Codecov)](https://codecov.io/gh/pyTooling/pyTooling.GenericPath)
[![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/pyTooling.GenericPath?logo=librariesdotio)](https://libraries.io/github/pyTooling/pyTooling.GenericPath/sourcerank)  
[![PyPI](https://img.shields.io/pypi/v/pyTooling.GenericPath?logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pyTooling.GenericPath/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyTooling.GenericPath?logo=PyPI&logoColor=FBE072)
![PyPI - Status](https://img.shields.io/pypi/status/pyTooling.GenericPath?logo=PyPI&logoColor=FBE072)
[![Libraries.io status for latest release](https://img.shields.io/librariesio/release/pypi/pyTooling.GenericPath?logo=librariesdotio)](https://libraries.io/github/pyTooling/pyTooling.GenericPath)
[![Requires.io](https://img.shields.io/requires/github/pyTooling/pyTooling.GenericPath)](https://requires.io/github/pyTooling/pyTooling.GenericPath/requirements/?branch=main)  
[![Documentation License](https://img.shields.io/badge/doc%20license-CC--BY%204.0-green?logo=readthedocs)](doc/Doc-License.rst)
[![Documentation - Read Now!](https://img.shields.io/badge/doc-read%20now%20%E2%9E%9A-blueviolet?logo=readthedocs)](https://pyTooling.GitHub.io/pyTooling.GenericPath)

# pyTooling.GenericPath

A generic path implementation to derive domain specific path libraries.


## Contributors

* [Patrick Lehmann](https://GitHub.com/Paebbels) (Maintainer)
* [and more...](https://GitHub.com/pyTooling/pyTooling.GenericPath/graphs/contributors)


## License

This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).  
The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).


-------------------------

SPDX-License-Identifier: Apache-2.0


