Metadata-Version: 2.1
Name: bo4e
Version: 0.0.7
Summary: Python Library that implements the BO4E Standard.
Home-page: https://github.com/Hochfrequenz/BO4E-python
Author: Kevin Krechan
Author-email: kevin.krechan@hochfrequenz.de
License: mit
Project-URL: Documentation, https://bo4e-python.readthedocs.io/en/latest/
Project-URL: Code, https://github.com/Hochfrequenz/BO4E-python
Project-URL: Issue tracker, https://github.com/Hochfrequenz/BO4E-python/issues
Description: =============
        BO4E
        =============
        |PyPi|_
        |license|_
        |PyPI pyversions|_
        
        .. |PyPi| image:: https://img.shields.io/pypi/v/bo4e.svg
        .. _PyPi: https://img.shields.io/pypi/v/bo4e
        
        .. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg
        .. _license: https://github.com/Hochfrequenz/BO4E-python/blob/master/LICENSE.rst
        
        .. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/bo4e.svg
        .. _`PyPI pyversions`: https://pypi.python.org/pypi/bo4e/
        
        
        Python Library that Implements the `BO4E Standard`_.
        Requires Python >=3.8. See also our `DOTNET implementation`_.
        
        Contributing
        ============
        Contributions are welcome.
        Feel free to open a Pull Request against the develop branch of this repository.
        Please provide unit tests if you contribute logic beyond bare bare business object definitions.
        
        To enhance this BO4E implementation and contribute to this project check out the `develop branch`_, install `tox`_ and set the virtual environment created by the command
        
        .. code-block:: Shell
        
           tox -e dev 
           
        The created venv should be located somewhere around .tox/dev/Scripts.
        
        Release workflow
        ================
        * Check with tox all tests and lintings: `tox`
        * Check with tox if the packaging works fine: `tox -e test_packaging`
        * Merge all your changes you would like to have in the release into the master branch
        * Check that all Github actions for tests and linting do pass (should be automatically enforced for PRs against master) 
        * Go to `BO4E-python`_ and click on *Create a new release* in the right sidebar
        * Write in the *Tag version* field and in the *Release title* your new version, i.e. `v0.0.6`
        * Add a describtion to the release
        * Publish the release
        
        There is a github action which gets triggered by a release event.
        It will run all default tests with tox. If they pass, it will take the tag title to replace the version information in the *setup.cfg* file.
        After checking the package with `twine check` it will finally upload the new package release.
        
        Hochfrequenz
        ============
        `Hochfrequenz Unternehmensberatung GmbH`_ is a Grünwald (near Munich) based consulting company with offices in Berlin and Bremen.
        According to `Kununu ratings`_ Hochfrequenz is among the most attractive employers within the German energy market.
        Applications of talented developers are welcome at any time! Please consider visiting our `career page`_ that also contains job openings.
        
        
        .. _`BO4E Standard`: https://www.bo4e.de/dokumentation
        .. _`DOTNET implementation`: https://github.com/Hochfrequenz/BO4E-dotnet
        .. _`Hochfrequenz Unternehmensberatung GmbH`: https://www.hochfrequenz.de
        .. _`Kununu ratings`: https://www.kununu.com/de/hochfrequenz-unternehmensberatung1
        .. _`career page`: https://www.hochfrequenz.de/karriere/stellenangebote/full-stack-entwickler/
        .. _`develop branch`: https://github.com/Hochfrequenz/BO4E-python/tree/develop
        .. _`tox`: https://pypi.org/project/tox/
        .. _`BO4E-python`: https://github.com/Hochfrequenz/BO4E-python
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/x-rst; charset=UTF-8
