Metadata-Version: 2.1
Name: serflag
Version: 0.0.2
Summary: Serializes flags to lists of strings with special values for ALL and NONE
Home-page: https://github.com/pashazz/serflag
Author: Pavel Borisov
Author-email: pzinin@gmaill.com
License: UNKNOWN
Description: This is a library for creating serializable flags.
        Serialized into lists of strings with special values for `ALL`: `['ALL']` and `NONE`:`[]`
        
        ALL is a maximum possible value: `sys.maxint`
        NONE is 0
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Description-Content-Type: text/markdown
