Metadata-Version: 2.1
Name: bots-ediint
Version: 3.3.1
Summary: Bots open source edi translator
Home-page: https://gitlab.com/bots-ediint/bots
Author: hjebbers
Author-email: hjebbers@gmail.com
License: GNU General Public License (GPL v3.0)
Project-URL: Bug Reports, https://gitlab.com/bots-ediint/bots/issues
Project-URL: Source, https://gitlab.com/bots-ediint/bots
Keywords: edi edifact x12 tradacoms xml fixedfile csv
Platform: OS Independent (Written in an interpreted language)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Communications
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Requires-Dist: Django (>=1.10)
Requires-Dist: cheroot
Requires-Dist: Cherrypy
Requires-Dist: Cherrypy (==16.0.3) ; python_version <= "3.4"
Requires-Dist: django (<2.1) ; python_version == "3.4"
Requires-Dist: pyinotify ; sys_platform == "linux" or sys_platform == "linux2"
Requires-Dist: pywin32 ; sys_platform == "win32" and python_version != "3.4"
Requires-Dist: pypiwin32 (==219) ; sys_platform == "win32" and python_version == "3.4"
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: pytest-django ; extra == 'testing'
Provides-Extra: tools
Requires-Dist: Genshi ; extra == 'tools'
Requires-Dist: paramiko ; extra == 'tools'
Requires-Dist: pdfminer ; extra == 'tools'
Requires-Dist: xlrd ; extra == 'tools'

Bots EDI Translator
===================

.. image:: https://readthedocs.org/projects/bots/badge/?version=latest
    :alt: Documentation Status
    :scale: 100%
    :target: http://bots.readthedocs.io

.. image:: https://img.shields.io/pypi/l/bots.svg
   :target: https://raw.githubusercontent.com/bots-edi/bots/master/license.rst
   :alt: License

|
| Bots is complete software for EDI (Electronic Data Interchange),
| with a powerfull translator engine.
|

Features
--------

- Supports of many file formats: EDIFACT, x12, Tradacoms, XML, json, csv, ...
- Runs on Windows, Linux, OSX and Unix.
- Bots is very stable.
- Bots handles high volumes of EDI transactions.
- Bots is very flexible and can be configurated for your specific EDI needs.

|
| This is a fork of Bots from `Henk-Jan Ebbers`_, with somes contributions from bots-edi_.
|

Getting Started
---------------
|
| The documentation_ is a great place to get started.
|

License
-------
|
| Bots is licenced under GNU GENERAL PUBLIC LICENSE Version 3
| Full license text here: http://www.gnu.org/copyleft/gpl.html
|

Support
-------
|
| Commercial support by EDI Intelligentsia, https://www.edi-intelligentsia.com
|

.. _Henk-Jan Ebbers: http://bots.sourceforge.net/en/index.shtml
.. _documentation: https://bots.readthedocs.io
.. _bots-edi: https://github.com/bots-edi/bots


