Metadata-Version: 2.4
Name: xmu
Version: 0.2b1
Summary: Reads and writes XML for Axiell EMu
Home-page: https://github.com/NMNH-IDSC/xmu.git
Maintainer: Adam Mansur
Maintainer-email: mansura@si.edu
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Text Processing :: Markup :: XML
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: joblib
Requires-Dist: lxml
Requires-Dist: pyyaml
Requires-Dist: requests
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

xmu is a Python utility used to read and write XML for Axiell EMu, a collections management system used in museums, galleries, and similar institutions.

 Install with:

```
pip install xmu
```

Learn more:

+ [GitHub repsository](https://github.com/NMNH-IDSC/xmu)
+ [Documentation](https://xmu.readthedocs.io/en/latest/)
