Metadata-Version: 2.1
Name: jmopenorders
Version: 0.2.6
Summary: a generator to generate infos for the affected persm ons
Home-page: https://github.com/jmuelbert/jmopenorders
License: EUPL-1.2
Keywords: jmopenorders,excel,convert
Author: Jürgen Mülbert
Author-email: juergen.muelbert@gmail.com
Requires-Python: >=3.6.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Office/Business
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: openpyxl (>=3.0.4,<4.0.0)
Project-URL: Changelog, https://github.com/jmuelbert/jmopenorders/releases
Project-URL: Documentation, https://jmopenorders.readthedocs.io
Project-URL: Repository, https://github.com/jmuelbert/jmopenorders
Description-Content-Type: text/x-rst

 .. Copyright (c) 2019-2020 Jürgen Mülbert. All rights reserved.

 .. Licensed under the EUPL, Version 1.2 or – as soon they
    will be approved by the European Commission - subsequent
    versions of the EUPL (the "Licence");
    You may not use this work except in compliance with the
    Licence.

 .. You may obtain a copy of the Licence at:
    https://joinup.ec.europa.eu/page/eupl-text-11-12

 .. Unless required by applicable law or agreed to in
    writing, software distributed under the Licence is
    distributed on an "AS IS" basis,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
    express or implied.
    See the Licence for the specific language governing
    permissions and limitations under the Licence.

 .. Lizenziert unter der EUPL, Version 1.2 oder - sobald
    diese von der Europäischen Kommission genehmigt wurden -
    Folgeversionen der EUPL ("Lizenz");
    Sie dürfen dieses Werk ausschließlich gemäß
    dieser Lizenz nutzen.

 .. Eine Kopie der Lizenz finden Sie hier:
    https://joinup.ec.europa.eu/page/eupl-text-11-12

 .. Sofern nicht durch anwendbare Rechtsvorschriften
    gefordert oder in schriftlicher Form vereinbart, wird
    die unter der Lizenz verbreitete Software "so wie sie
    ist", OHNE JEGLICHE GEWÄHRLEISTUNG ODER BEDINGUNGEN -
    ausdrücklich oder stillschweigend - verbreitet.
    Die sprachspezifischen Genehmigungen und Beschränkungen
    unter der Lizenz sind dem Lizenztext zu entnehmen.

jmopenorders
============


|Gitpod| |Tests| |Code Quality| |LGTM| |Codecov| |PyPI| |Python Version| |Read the Docs|  |Black| |pre-commit| |Dependabot| |License|

Features
--------

jmopenorders is a generator to generate infos for the affected persons.

Generate from a excel-output for each service person a seperated excel file. You must the excel-file save as csv-file.

jmopenorders is written in `Python`_.
python does run on almosts known platforms.

Requirements
------------

* TODO


Installation
------------

You can install *jmopenorders* via pip_ from `PyPI`_:

.. code-block:: bash

   $ pip install jmopenorders


The master branch represents the latest pre-release code.

-   `Releases`_.

-   `Milestones`_.



Usage
-----

* TODO


Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.


License
-------

Distributed under the terms of the EUPL-1.2_ license,
*jmopenorders* is free and open source software.


Issues
------

If you encounter any problems,
please `file an issue`_ along with a detailed description.


Credits
-------

This project was generated from `@cjolowicz`_'s `Hypermodern Python Cookiecutter`_ template.


.. _@cjolowicz: https://github.com/cjolowicz
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _EUPL-1.2: http://opensource.org/licenses/EUPL-1.2
.. _Python: https://www.python.org
.. _PyPI: https://pypi.org/
.. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _file an issue: https://github.com/jmuelbert/jmopenorders/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Releases: https://github.com/jmuelbert/jmopenorders/releases
.. _Milestones: https://github.com/jmuelbert/jmopenorders/milestones

.. |Gitpod| image:: https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod
    :target: https://gitpod.io/#https://github.com/jmuelbert/jmopenorders
    :alt: Gitpod-Ready-Code

.. |Tests| image:: https://github.com/jmuelbert/jmopenorders/workflows/Tests/badge.svg
   :target: https://github.com/jmuelbert/jmopenorders/actions?workflow=Tests
   :alt: Tests

.. |Code Quality| image:: https://api.codacy.com/project/badge/Grade/6af827d12e264ff3bafee6b879dab554
   :target: https://app.codacy.com/manual/jmuelbert/jmopenorders?utm_source=github.com&utm_medium=referral&utm_content=jmuelbert/jmopenorders&utm_campaign=Badge_Grade_Dashboard
   :alt: Codacy Badge

.. |LGTM| image:: https://img.shields.io/lgtm/alerts/g/jmuelbert/jmopenorders.svg?logo=lgtm&logoWidth=18
    :target: https://lgtm.com/projects/g/jmuelbert/jmopenorders/alerts/
    :alt: LGTM

.. |Codecov| image:: https://codecov.io/gh/jmuelbert/jmopenorders/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/jmuelbert/jmopenorders
   :alt: Codecov

.. |PyPI| image:: https://img.shields.io/pypi/v/jmopenorders.svg
   :target: https://pypi.org/project/jmopenorders/
   :alt: PyPI

.. |Python Version| image:: https://img.shields.io/pypi/pyversions/jmopenorders
   :target: https://pypi.org/project/jmopenorders
   :alt: Python Version

.. |Read the Docs| image:: https://readthedocs.org/projects/jmopenorders/badge/
   :target: https://jmopenorders.readthedocs.io/
   :alt: Read the Docs

.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black

.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit

.. |Dependabot| image:: https://api.dependabot.com/badges/status?host=github&repo=jmuelbert/jmopenorders
   :target: https://dependabot.com
   :alt: Dependabot

.. |License| image:: https://img.shields.io/pypi/l/jmopenorders
   :target: LICENSE.rst
   :alt: Project License

