Metadata-Version: 2.0
Name: figgis
Version: 1.7.0
Summary: Python declarative data validation
Home-page: https://github.com/thesquelched/figgis
Author: Scott Kruger
Author-email: scott@chojin.org
License: UNKNOWN
Download-URL: https://github.com/thesquelched/figgis/tarball/1.7.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: six

[Package Documentation](http://figgis.readthedocs.org/en/latest)

Changelog
---------

Version 1.7.0 (2016-03-18)
--------------------------
* Allow multiple types for a field, which are applied in-order
* Fixed default field type to be `unicode` in python 2

Version 1.6.1 (2015-05-20)
--------------------------
* Add '__allow_extra__' attribute to Configs to disallow extra values being
  passed in to instances

Version 1.6.0 (2015-04-07)
--------------------------
* Add 'to_dict' method to convert configs to plain python data structures

Version 1.5.0 (2015-03-18)
--------------------------
* Add 'nullable' keyword to fields

Version 1.4.3 (2015-02-16)
--------------------------
* Throw an exception when Config objects attempt to overwrite reserved
  attributes

Version 1.4.2
-------------
* Many bug fixes

Version 1.0.0
-------------
* Initial release


