Metadata-Version: 2.1
Name: ocldev
Version: 0.1.14
Summary: Development library for working with OCL metadata and APIs
Home-page: http://github.com/OpenConceptLab/ocldev
Author: Open Concept Lab
Author-email: info@openconceptlab.org
License: MPL2.0
Project-URL: Source, http://github.com/OpenConceptLab/ocldev
Project-URL: Documentation, http://github.com/OpenConceptLab/ocldev/wiki
Project-URL: Tracker, https://github.com/OpenConceptLab/ocl_issues/issues
Description: # ocldev
        Development library for working with OCL metadata and APIs
        
        `ocldev` package is published to PyPi, which means you can easily install it with pip, eg:
        ```
        pip install ocldev
        ```
        
        Two main classes are implemented currently:
        * OclFlexImporter - Used to import a list of JSON resources into OCL
        * OclImportResults - Optionally returned by the OclFlexImporter to process the results of the import
        * OclExport - Used to fetch an export from OCL
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
