Metadata-Version: 2.1
Name: sschema
Version: 0.1.6
Summary: A library and prebuilt schemas for handling edge sensor data
Home-page: UNKNOWN
Author: Martin Kelly
Author-email: mkelly@xevo.com
License: Apache
Description: # sschema
        sschema is a Python module to facilitate checking YAML schemas in an extensible
        way. Although the schemas are represented in YAML, it internally uses jsonschema.
        
        In addition, sschema provides a number of prewritten schemas (e.g. for things
        like units and types) that can be included in other projects in order to
        facilitate code reuse and standardize on a common schema format for projects
        using sschema.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Testing :: Acceptance
Requires-Python: >=3
Description-Content-Type: text/markdown
