Metadata-Version: 1.1
Name: CleanerVersion
Version: 1.1.1
Summary: A versioning solution for relational data models
Home-page: https://github.com/swisscom/cleanerversion
Author: Manuel Jeckelmann, Jean-Christophe Zulian, Brian King, Andrea Marcacci
Author-email: engineering.sophia@swisscom.com
License: Apache License 2.0
Description: CleanerVersion is a solution that allows you to read and write multiple versions of an entry to and from your relational database. It allows to keep track of modifications on an object over time, as described by the theory of **Slowly Changing Dimensions** (SCD) **- Type 2**. CleanerVersion therefore enables a Django-based Datawarehouse, which was the initial idea of this package.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database
Classifier: Topic :: System :: Archiving
