Metadata-Version: 1.1
Name: pijon
Version: 0.1.2
Summary: Tool and library to help with json based schema and data migration.
Home-page: http://www.surycat.com
Author: Optiflows R&D
Author-email: rand@surycat.com
License: Apache 2.0
Description: A lightweight library and tool designed to help migrate schemas and data in a json format:
        
        * python 3.5 library to migrate json schemas
        * a tool directly callable to be able to perform the migrations directly
        
        This repository has been done to be able from a schema and data X to perform only the migrations remaining (if some have already been performed) to reach the latest schema and data state.
        No fallback capabilities are planned yet
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
