Name: | python-parse_type |
---|---|
Version: | 0.3.4 |
Release: | 6.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 231703 |
License: | BSD |
RPM: | python-parse_type-0.3.4-6.el7.noarch.rpm |
Source RPM: | python-parse_type-0.3.4-6.el7.src.rpm |
Build Date: | Fri Oct 27 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/parse_type |
Summary: | Simplifies to build parse types based on the parse module |
Description: | `parse_type`_ extends the `parse`_ module (opposite of `string.format()`_) with the following features: * build type converters for common use cases (enum/mapping, choice) * build a type converter with a cardinality constraint (0..1, 0..*, 1..*) from the type converter with cardinality=1. * compose a type converter from other type converters * an extended parser that supports the CardinalityField naming schema and creates missing type variants (0..1, 0..*, 1..*) from the primary type converter |
- Whoops! Duplicated BuildRequires and Requires removed.
- Remove unnecessary dependency on python-enum34 for python3 (#1286457)
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- initial package for Fedora