Metadata-Version: 2.1
Name: pyjaniml
Version: 0.0.8
Summary: classes for janiml handling
Home-page: https://gitlab.com/mbio/pyjaniml
Author: Jannik Schwab
Author-email: j.schwab@micro-biolytics.com
License: MIT
Download-URL: https://gitlab.com/mbio/pyjaniml/-/archive/master/pyjaniml-master.tar.gz
Description: # pyjaniml
        
        A package to serialize and deserialize janiml json documents using marshmallow.
        
        ## Based on
        https://docs.google.com/document/d/1vpPbkAqPFc22efJ0IXvGGSzAn_4VFNG_OiaEfn42zx4/edit?usp=sharing
        
        https://github.com/AnIML/schemas/blob/master/animl-core.xsd
        
        ## Installation
        Install directly from the GitLab repository  
        `$ pip install pyjaniml`
        
        ## Usage
        
        ### Example usage
        
        ### Not yet implemented
        - Nested categories
        - Signature Set
        - Audit Trail
        
        
Keywords: AniML,json
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
