Metadata-Version: 2.1
Name: data-records
Version: 0.0.1
Summary: Immutable Data Records with Type Coercion
Home-page: https://gitlab.com/mc706/data-records
Author: Ryan McDevitt
Author-email: mcdevitt.ryan@gmail.com
License: UNKNOWN
Project-URL: Docs, https://data-records.readthedocs.io/en/stable/#
Project-URL: Source, https://gitlab.com/mc706/data-records
Project-URL: Bug Reports/Issues, https://gitlab.com/mc706/data-records/issues
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: prospector ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'

# Python Data Records
In certain Functional languages there is a concept of Records. They are a Product Data Type of immtable data that 
has typed attributes. 


