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
Description: # 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
        
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
