Metadata-Version: 2.4
Name: to_cei
Version: 0.3.0
Summary: to-CEI
Home-page: https://github.com/icaruseu/to-cei
Author: Daniel Jeller
Author-email: it@icar-us.eu
License: GPL 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: xmlschema
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Monasterium to-CEI converter

Models a CEI charters and charter groups as python objects with the ability to
serialize to xml files ready to be imported into Monasterium.net.

## Installing

Install by executing `pip install to_cei`.

## Building

Build by executing `python -m build`.

## Testing

Launch tests with `pytest`.
