Metadata-Version: 2.1
Name: cdp-backend
Version: 3.0.0.dev1
Summary: Data storage utilities and processing pipelines to run on CDP server deployments.
Home-page: https://github.com/CouncilDataProject/cdp-backend
Author: Jackson Maxfield Brown
Author-email: jmaxfieldbrown@gmail.com
License: MIT license
Description: # cdp-backend
        
        [![Build Status](https://github.com/CouncilDataProject/cdp-backend/workflows/Build/badge.svg)](https://github.com/CouncilDataProject/cdp-backend/actions)
        [![Documentation](https://github.com/CouncilDataProject/cdp-backend/workflows/Documentation/badge.svg)](https://CouncilDataProject.github.io/cdp-backend)
        [![Code Coverage](https://codecov.io/gh/CouncilDataProject/cdp-backend/branch/main/graph/badge.svg)](https://codecov.io/gh/CouncilDataProject/cdp-backend)
        
        Data storage utilities and processing pipelines to run on CDP server deployments.
        
        ---
        
        ## Installation
        **Stable Release:** `pip install cdp_backend`<br>
        **Development Head:** `pip install git+https://github.com/CouncilDataProject/cdp-backend.git`<br>
        
        **Dev Installation:**
        For devs, please ensure that you have [dot / graphviz](https://graphviz.org/download/)
        installed before working with tests and auto-documentation generation.
        
        ## Infrastructure
        Please see [example-infrastructure](./example-infrastructure) for defaults on dev
        deployments.
        
        ## Documentation
        For full package documentation please visit [CouncilDataProject.github.io/cdp-backend](https://CouncilDataProject.github.io/cdp-backend).
        
        ## Development
        See [CONTRIBUTING.md](CONTRIBUTING.md) for information related to developing the code.
        
        **Free software: MIT license**
        
Keywords: civic technology,open government
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: setup
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: all
