Metadata-Version: 2.1
Name: rest-framework-duration-iso-field
Version: 0.0.2
Summary: A DRF serializer field for basic iso8601 duration strings
Home-page: https://github.com/otto001/rest_framework_duration_iso_field
Author: otto001
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: django (>=3)
Requires-Dist: djangorestframework (>=3)

# rest_framework_duration_iso_field

## DurationIsoField
parses and serializes iso8601 <-> datetime.timedelta

## Caveats
- does not support date ranges
- does not support years/months
- does not support embedded dates


