Metadata-Version: 2.1
Name: SmartConstants
Version: 1.2.0
Summary: magic class to declare easy-to-use "enum"-like values
Home-page: https://github.com/FelixSchwarz/smartconstants/
Author: Felix Schwarz
Author-email: felix.schwarz@oss.schwarz.eu
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six

Changelog
******************************

1.2.0 (2019-08-20)
====================
- ability to use named parameters for data attributes in "attrs()"

1.1.0 (21.09.2017)
====================
- ability to return an Enum instance
- BaseConstantsClass now has a class-level "__members__" property
  for improved Enum compatibility

1.0.1 (14.10.2015)
====================
- fix installing from sdist by including requirements.txt

1.0 (07.10.2015)
====================
- compatibility with Python 3

0.8 (07.10.2015)
====================
- initial pypi release



