Metadata-Version: 2.1
Name: pgcornac
Version: 2.0.0
Summary: RDS-compatible Managed-Postgres Webservice
License: PostgreSQL
Author: Étienne BERSAC
Author-email: etienne.bersac@dalibo.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: libvirt
Provides-Extra: psycopg2
Provides-Extra: psycopg2-binary
Requires-Dist: awscli (==1.18.150)
Requires-Dist: awscli-plugin-endpoint (==0.4)
Requires-Dist: bjoern (>=2.2,<3.0)
Requires-Dist: botocore (==1.18.9)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: dramatiq (>=1.5,<2.0)
Requires-Dist: dramatiq-pg (>=0.6,<0.7)
Requires-Dist: flask (>=1.0,<2.0)
Requires-Dist: flask-cors (>=3.0,<4.0)
Requires-Dist: flask-dramatiq (>=0.5.0,<0.6.0)
Requires-Dist: flask-mailman (==0.1.7)
Requires-Dist: flask-sqlalchemy (>=2.3,<3.0)
Requires-Dist: httpx (>=0.13.3,<0.14.0)
Requires-Dist: periodiq (>=0.11.0,<0.12.0)
Requires-Dist: python-dotenv (>=0.10.1,<0.11.0)
Requires-Dist: python-etcd (>=0.4.5,<0.5.0)
Requires-Dist: pyvmomi (>=6.7,<7.0)
Requires-Dist: sqlalchemy-json (>=0.2.3,<0.3.0)
Requires-Dist: tenacity (>=6.0,<7.0)
Description-Content-Type: text/markdown

# REST Service

The Cornac webservice is an open-source implementation of AWS RDS API enabling
the use of aws CLI to manage your Postgres instances.

**⚠ This project is at its early stage of development. ⚠**


## Features

- Subset of RDS API compatible with awscli.
- Configurable infastructure provider: libvirt, VMWare.


## Installation

cornac web service is available on PyPI as `pgCornac`. You need more than a `pip
install` to such service. See [installation instructions](docs/install.md) for
details.


## Support

cornac is build for you by Dalibo, the french leader in PostgreSQL support. Feel
free to [open an issue on GitHub
project](https://github.com/dalibo/cornac/issues/new) page.

