* Code to download XML record using OAI-PMH protocol
* Support to download the records in multiple XML schemas
* Support for checkpoints, even incremental
* Support for parallel execution, to download multiple repositories at the same time.
* Support Rate-Limit to avoid DDoS and [429 errors](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429), this is supported asynchronous in the parallel execution, which means that every repo can have a different rate limit
* Allows saving the XML without losing information thanks to the package [xmltodict](https://pypi.org/project/xmltodict/), allowing at the same time, to save the records in MongoDB
* It has a command line tool for the execution
* Support python packaging using setup-tools
* Support Github actions for CI/CD
* Documentation
What's Changed
* OAI-PMH harvester by omazapa in https://github.com/colav/Oxomoc/pull/2
* renamed the project due to a conflict in pipy.org by omazapa in https://github.com/colav/Oxomoc/pull/3
New Contributors
* omazapa made their first contribution in https://github.com/colav/Oxomoc/pull/2
**Full Changelog**: https://github.com/colav/Oxomoc/commits/v0.0.2-alpha