Metadata-Version: 2.1
Name: recordmapper
Version: 0.5.2
Summary: Transform records using an Avro Schema and custom map functions
Home-page: https://github.com/urbandataanalytics/RecordMapper
Author: UDARealState Data engineering Team
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: coverage (>=4.5.4,<4.6.0)
Requires-Dist: dateparser (>=1.0.0,<1.1.0)
Requires-Dist: defusedxml (>=0.6.0,<0.7.0)
Requires-Dist: fastavro (>=0.23.4,<0.24.0)
Requires-Dist: nose (>=1.3.7,<1.4.0)
Description-Content-Type: text/markdown

# RecordMapper
Read, transform and write records using an Avro Schema and custom map functions.

## Update PyPI version

    poetry publish --build
