xref: /OK3568_Linux_fs/buildroot/package/python-enum/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_ENUM
2*4882a593Smuzhiyun	bool "python-enum"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  Robust enumerated type support in Python
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun	  An enumeration object is an immutable sequence object built
8*4882a593Smuzhiyun	  from a sequence of strings. Each value is also available as
9*4882a593Smuzhiyun	  an attribute. Such values are constant. Comparisons and
10*4882a593Smuzhiyun	  enumeration are supported.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://pypi.python.org/pypi/enum
13