Metadata-Version: 2.1
Name: jmopenorders
Version: 0.2.4
Summary: a generator to generate infos for the affected persons
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.1,<4.0.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

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

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

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


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](https://www.python.org).
python does run on almosts known platforms.

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

* TODO


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

You can install *jmopenorders* via pip_ from PyPI_:

.. code:: console

   $ pip install jmopenorders


The master branch represents the latest pre-release code.

-   [Releases](https://github.com/jmuelbert/jmopenorders/releases).

-   [Milestones](https://github.com/jmuelbert/jmopenorders/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
.. _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

.. |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
.. |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
.. |License| image:: https://img.shields.io/pypi/l/jmopenorders
   :target: LICENSE.rst
   :alt: Project License
.. |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

