Metadata-Version: 1.1
Name: GStruct
Version: 0.1.200208.1
Summary: "GStruct" is a pythonic "struct" type framework similar to Golang struct, with self-created "interface" for it.
Home-page: https://github.com/djun/gstruct
Author: DJun
Author-email: djunxp@gmail.com
License: MIT License
Description-Content-Type: UNKNOWN
Description: GStruct
        =======
        GStruct is a pythonic "struct" type framework similar to Golang struct, with self-created "interface" for it.
        ---------------------------------------------------------------------------------------------------------------
        
        Documentation is being constructed, usage can be realized through some code in 'examples' directory on GitHub.
        
        Go to GitHub: https://github.com/djun/gstruct
        
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
