Skip to content

jmuelbert/jmopenorders

Repository files navigation

jmopenorders

Release PyPI Read the Docs codetriage Project License

Features

jmopenorders is a generator to generate infos for the affected persons. Generate from a excel-output for each service person a separated excel file. You must the excel-file save as csv-file.

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

Requirements

  • Python 3.6+
  • Works on all Desktop Platform with Python

Installation

You can install jmopenorders via pip from PyPI:

$ pip install jmopenorders

The master branch represents the latest pre-release code.

Usage

  • Open a terminal and start jmopenorders over the cli
$ jmopenorders --help

The options:

  • --inputpath or -i The path to the datafiles
  • --outputpath or -o The path to store the reports
  • --datafile or -d The filename with the orders
  • --personfile or -p The filename with the name of the service person

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.