Metadata-Version: 2.1
Name: pyGenericPath
Version: 0.2.0
Summary: A generic path implementation to derive domain specific path libraries.
Home-page: https://github.com/Paebbels/pyGenericPath
Author: Patrick Lehmann
Author-email: Paebbels@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://pyGenericPath.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/Paebbels/pyGenericPath
Project-URL: Issue Tracker, https://github.com/Paebbels/pyGenericPath/issues
Keywords: Python3 Path Generic-Library
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
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: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: py-flags (>=1.1.4)

[![Sourcecode on GitHub](https://img.shields.io/badge/Paebbels-pyGenericPath-323131.svg?logo=github&longCache=true)](https://github.com/Paebbels/pyGenericPath)
[![License](https://img.shields.io/badge/code%20license-Apache%20License%2C%202.0-lightgrey?logo=GitHub)](LICENSE.md)
[![GitHub tag (latest SemVer incl. pre-release)](https://img.shields.io/github/v/tag/Paebbels/pyGenericPath?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyGenericPath/tags)
[![GitHub release (latest SemVer incl. including pre-releases)](https://img.shields.io/github/v/release/Paebbels/pyGenericPath?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyGenericPath/releases/latest)
[![GitHub release date](https://img.shields.io/github/release-date/Paebbels/pyGenericPath?logo=GitHub&)](https://github.com/Paebbels/pyGenericPath/releases)  
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Paebbels/pyGenericPath/Test,%20Coverage%20and%20Release?label=Workflow&logo=GitHub)](https://github.com/Paebbels/pyGenericPath/actions?query=workflow%3A%22Test%2C+Coverage+and+Release%22)
[![PyPI](https://img.shields.io/pypi/v/pyGenericPath?logo=PyPI)](https://pypi.org/project/pyGenericPath/)
![PyPI - Status](https://img.shields.io/pypi/status/pyGenericPath?logo=PyPI)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyGenericPath?logo=PyPI)
[![Dependent repos (via libraries.io)](https://img.shields.io/librariesio/dependent-repos/pypi/pyGenericPath)](https://github.com/Paebbels/pyGenericPath/network/dependents)  
[![Libraries.io status for latest release](https://img.shields.io/librariesio/release/pypi/pyGenericPath)](https://libraries.io/github/Paebbels/pyGenericPath)
[![Requires.io](https://img.shields.io/requires/github/Paebbels/pyGenericPath)](https://requires.io/github/Paebbels/pyGenericPath/requirements/?branch=master)  
[![Codacy - Quality](https://img.shields.io/codacy/grade/ed13ac3d1be0405ea2de08a588bfd325?logo=Codacy)](https://www.codacy.com/manual/Paebbels/pyGenericPath)
[![Codacy - Coverage](https://img.shields.io/codacy/coverage/ed13ac3d1be0405ea2de08a588bfd325?logo=Codacy)](https://www.codacy.com/manual/Paebbels/pyGenericPath)
[![Codecov - Branch Coverage](https://img.shields.io/codecov/c/github/Paebbels/pyGenericPath?logo=Codecov)](https://codecov.io/gh/Paebbels/pyGenericPath)
[![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/pyGenericPath)](https://libraries.io/github/Paebbels/pyGenericPath/sourcerank)  
[![Read the Docs](https://img.shields.io/readthedocs/pygenericpath)](https://pyGenericPath.readthedocs.io/en/latest/) 

# pyGenericPath

A generic path implementation to derive domain specific path libraries.


## Contributors

* [Patrick Lehmann](https://github.com/Paebbels) (Maintainer)


## License

This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).

<!-- The accompanying documentation is licensed under Creative Commons - Attribution-4.0 (CC-BY 4.0). -->


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

SPDX-License-Identifier: Apache-2.0


