Metadata-Version: 2.1
Name: grapl-common
Version: 0.0.2
Summary: Shared code between Grapl components
Home-page: https://github.com/grapl-security/grapl
Author: insanitybit
Author-email: insanitybit@gmail.com
License: MIT
Description: # grapl-common
        Shared library between different Grapl python services.
        
        Ideally things that would go in here would be things like:
        * serializable and deserializable types (since those cross service boundaries)
        * common utilities, i.e. dealing with datetime stuff
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Provides-Extra: typecheck
