Metadata-Version: 2.1
Name: pyCommonClasses
Version: 0.2.2
Summary: A collection of common classes for Python.
Home-page: https://github.com/Paebbels/pyCommonClasses
Author: Patrick Lehmann
Author-email: Paebbels@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://pyCommonClasses.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/Paebbels/pyCommonClasses
Project-URL: Issue Tracker, https://github.com/Paebbels/pyCommonClasses/issues
Description: [![Sourcecode on GitHub](https://img.shields.io/badge/Paebbels-pyCommonClasses-323131.svg?logo=github&longCache=true)](https://github.com/Paebbels/pyCommonClasses)
        [![Sourcecode License](https://img.shields.io/pypi/l/pyCommonClasses?logo=GitHub&label=code%20license)](LICENSE.md)
        [![GitHub tag (latest SemVer incl. pre-release)](https://img.shields.io/github/v/tag/Paebbels/pyCommonClasses?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyCommonClasses/tags)
        [![GitHub release (latest SemVer incl. including pre-releases)](https://img.shields.io/github/v/release/Paebbels/pyCommonClasses?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyCommonClasses/releases/latest)
        [![GitHub release date](https://img.shields.io/github/release-date/Paebbels/pyCommonClasses?logo=GitHub&)](https://github.com/Paebbels/pyCommonClasses/releases)
        [![Dependent repos (via libraries.io)](https://img.shields.io/librariesio/dependent-repos/pypi/pyCommonClasses?logo=GitHub)](https://github.com/Paebbels/pyCommonClasses/network/dependents)  
        [![GitHub Workflow - Build and Test Status](https://img.shields.io/github/workflow/status/Paebbels/pyCommonClasses/Test%20and%20Coverage?label=build%20and%20test&logo=GitHub%20Actions&logoColor=FFFFFF)](https://github.com/Paebbels/pyCommonClasses/actions?query=workflow%3A%22Test+and+Coverage%22)
        [![Codacy - Quality](https://img.shields.io/codacy/grade/9672f1af81884374b46d18c494c0bcc5?logo=Codacy)](https://www.codacy.com/manual/Paebbels/pyCommonClasses)
        [![Codacy - Coverage](https://img.shields.io/codacy/coverage/9672f1af81884374b46d18c494c0bcc5?logo=Codacy)](https://www.codacy.com/manual/Paebbels/pyCommonClasses)
        [![Codecov - Branch Coverage](https://img.shields.io/codecov/c/github/Paebbels/pyCommonClasses?logo=Codecov)](https://codecov.io/gh/Paebbels/pyCommonClasses)
        [![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/pyCommonClasses)](https://libraries.io/github/Paebbels/pyCommonClasses/sourcerank)  
        [![GitHub Workflow Release Status](https://img.shields.io/github/workflow/status/Paebbels/pyCommonClasses/Test%20and%20Coverage?label=release&logo=GitHub%20Actions&logoColor=FFFFFF)](https://github.com/Paebbels/pyCommonClasses/actions?query=workflow%3A%22Release%22)
        [![PyPI](https://img.shields.io/pypi/v/pyCommonClasses?logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pyCommonClasses/)
        ![PyPI - Status](https://img.shields.io/pypi/status/pyCommonClasses?logo=PyPI&logoColor=FBE072)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyCommonClasses?logo=PyPI&logoColor=FBE072)
        [![Libraries.io status for latest release](https://img.shields.io/librariesio/release/pypi/pyCommonClasses)](https://libraries.io/github/Paebbels/pyCommonClasses)
        [![Requires.io](https://img.shields.io/requires/github/Paebbels/pyCommonClasses)](https://requires.io/github/Paebbels/pyCommonClasses/requirements/?branch=main)  
        [![ReadTheDocs - Documentation Status](https://img.shields.io/readthedocs/pycommonclasses)](https://pyCommonClasses.readthedocs.io/en/latest/)
        [![Documentation License](https://img.shields.io/badge/doc%20license-CC--BY%204.0-green)](LICENSE.md)
        [![Documentation - Read Now!](https://img.shields.io/badge/doc-read%20now%20%E2%9E%94-blueviolet)](https://pyCommonClasses.readthedocs.io/)
        
        <!--
        Built on GH Actions
        [![GitHub Workflow - Documentation Status](https://img.shields.io/github/workflow/status/Paebbels/pyCommonClasses/Documentation?label=documentation&logo=GitHub%20Actions&logoColor=FFFFFF)](https://github.com/Paebbels/pyCommonClasses/actions?query=workflow%3A%22Documentation%22)
        
        Read on GH Pages
        [![Documentation - Read Now!](https://img.shields.io/badge/doc-read%20now%20%E2%9E%94-blueviolet)](https://Paebbels.github.io/pyCommonClasses/)
        -->
        
        # pyCommonClasses
        
        A collection of common classes for Python
        
        
        ## Classes
        * `Version`  
          Representation of a version number.
        
        
        ## Contributors
        * [Patrick Lehmann](https://github.com/Paebbels) (Maintainer)
        * [and more...](https://github.com/Paebbels/pyCommonClasses/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
        
Keywords: Python3 Class Collection
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 :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
