Metadata-Version: 2.1
Name: mc-discrete-kit
Version: 0.0.2
Summary: Map colonies discrete-kit for geo data usage
Home-page: https://github.com/MapColonies/automation-discrete-kit.git
Author: MC
License: UNKNOWN
Description: [![Python 3.6](https://img.shields.io/badge/python-3.6-green.svg)](https://www.python.org/downloads/release/python-360/)
        <img alt="GitHub release (The latest by date including pre-releases)" src="https://img.shields.io/github/v/release/MapColonies/automation-discrete-kit">
        # Automation-discrete-kit
        
        ## Description
        This package provides multiple utilities for discrete manipulations , validation tools and functions.
        
        ### required files:
        - `Shapes folder`
        
        ### Features included:
        1. ShapeToJSON - creates JSON from read files to be compared later on.
        2. Change resource name in shape file - metadata.
        3. Config - contains file extensions , and useful function for the JSON creation.
        4. Write JSON to file for validation.
        5. Validation of the JSON schema.
        
        ### Return options:
         - JSON - contains relevant fields filled with values.
         - JSON File.
        
        ### Usage:
        1. import the package : `automation-discrete-kit`.
        2. create `ShapeToJSON` contains the path for shape folder.
        3. Use any function of the class `ShapeToJSON`
        
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
