Metadata-Version: 2.1
Name: git-props
Version: 0.1
Summary: Determine some properties from a git repository
Home-page: https://github.com/RKrahl/git-props
Author: Rolf Krahl
Author-email: rolf@rotkraut.de
License: Apache-2.0
Project-URL: Source, https://github.com/RKrahl/git-props
Project-URL: Download, https://github.com/RKrahl/git-props/releases/latest
Description: Git properties
        ==============
        
        A simple Python package to determine some properties from a git
        repository.
        
        
        System requirements
        -------------------
        
        Python:
        
        + Python 3.6 or newer.
        
        Required library packages:
        
        + `setuptools`_
        
        + `packaging`_
        
        External Programs:
        
        + `git`_
        
        Optional library packages:
        
        + `setuptools_scm`_
        
          The version number is managed using this package.  All source
          distributions add a static text file with the version number and
          fall back using that if `setuptools_scm` is not available.  So this
          package is only needed to build out of the plain development source
          tree as cloned from GitHub.
        
        + `pytest`_ >= 3.0
        
          Only needed to run the test suite.
        
        + `distutils-pytest`_
        
          Only needed to run the test suite.
        
        + `PyYAML`_ >= 5.1
        
          Only needed to run the test suite.
        
        
        Copyright and License
        ---------------------
        
        Copyright 2023 Rolf Krahl
        
        Licensed under the `Apache License`_, Version 2.0 (the "License"); you
        may not use this package except in compliance with the License.
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
        implied.  See the License for the specific language governing
        permissions and limitations under the License.
        
        
        .. _setuptools: https://github.com/pypa/setuptools/
        .. _packaging: https://github.com/pypa/packaging/
        .. _git: https://git-scm.com/
        .. _setuptools_scm: https://github.com/pypa/setuptools_scm/
        .. _pytest: https://pytest.org/
        .. _distutils-pytest: https://github.com/RKrahl/distutils-pytest
        .. _PyYAML: https://github.com/yaml/pyyaml/
        .. _Apache License: https://www.apache.org/licenses/LICENSE-2.0
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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 :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
