Metadata-Version: 2.1
Name: chaosplatform-relational-storage
Version: 0.2.2
Summary: A library for relational database access from the Chaos Platform
Home-page: https://github.com/chaostoolkit/chaosplatform-relational-storage
Author: ChaosIQ
Author-email: contact@chaosiq.io
License: Apache Software License 2.0
Project-URL: CI: Travis, https://travis-ci.org/chaostoolkit/chaosplatform-relational-storage
Project-URL: Docs: RTD, https://docs.chaosplatform.org
Project-URL: GitHub: issues, https://chaostoolkit/chaostoolkit/chaosplatform-relational-storage/issues
Project-URL: GitHub: repo, https://chaostoolkit/chaostoolkit/chaosplatform-relational-storage
Description: # Chaos Platform Relational Database Utility
        
        [![Version](https://img.shields.io/pypi/v/chaosplatform-relational-storage.svg)](https://img.shields.io/pypi/v/chaosplatform-relational-storage.svg)
        [![License](https://img.shields.io/pypi/l/chaosplatform-relational-storage.svg)](https://img.shields.io/pypi/l/chaosplatform-relational-storage.svg)
        [![StackOverflow](https://img.shields.io/badge/StackOverflow-ChaosPlatform-blue.svg)](https://stackoverflow.com/questions/tagged/chaosplatform+or+chaostoolkit)
        
        [![Build Status](https://travis-ci.org/chaostoolkit/chaosplatform-relational-storage.svg?branch=master)](https://travis-ci.org/chaostoolkit/chaosplatform-relational-storage)
        [![Python versions](https://img.shields.io/pypi/pyversions/chaosplatform-relational-storage.svg)](https://www.python.org/)
        
        This is the relational database utility for the [Chaos Platform][chaosplatform].
        
        [chaosplatform]: https://chaosplatform.org/
        
        ## Purpose
        
        Provide a simple library to work with relational database through
        [SQLAlchemy][sa]. It's unlikely usable in any other context.
        
        [sa]: https://www.sqlalchemy.org/
        
        ## Content
        
        * [Install][]
        * [Configure][]
        * [Use][]
        
        [install]: ./docs/install.md
        [configure]: ./docs/settings.md
        [use]: ./docs/use.md
        
        ## Contribute
        
        Contributors to this project are welcome as this is an open-source effort that
        seeks [discussions][join] and continuous improvement.
        
        [join]: https://join.chaostoolkit.org/
        
        From a code perspective, if you wish to contribute, you will need to run a 
        Python 3.5+ environment. Then, fork this repository and submit a PR. The
        project cares for code readability and checks the code style to match best
        practices defined in [PEP8][pep8]. Please also make sure you provide tests
        whenever you submit a PR so we keep the code reliable.
        
        [pep8]: https://pycodestyle.readthedocs.io/en/latest/
        
        The Chaos Platform projects require all contributors must sign a
        [Developer Certificate of Origin][dco] on each commit they would like to merge
        into the master branch of the repository. Please, make sure you can abide by
        the rules of the DCO before submitting a PR.
        
        [dco]: https://github.com/probot/dco#how-it-works
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
