Metadata-Version: 2.0
Name: odooku
Version: 11.0.7
Summary: Odooku
Home-page: https://github.com/odooku/odooku
Author: Raymond Reggers - Adaptiv Design
Author-email: raymond@adaptiv.nl
License: Apache Software License
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.5
Requires-Dist: boto3 (>=1.4.0)
Requires-Dist: click (==6.6)
Requires-Dist: redis (==2.10.5)
Requires-Dist: bpython (==0.15.0)
Requires-Dist: gevent (==1.2.2)
Requires-Dist: psycogreen (==1.0)
Requires-Dist: gevent-websocket (==0.10.1)

# Odooku

Odooku provides a great way to run Odoo as a service,
deploy your codebase, migrate your data and more.
[View documentation](https://odooku.github.io/odooku/)

## Python packages

### odooku
[![Build Status](https://travis-ci.org/odooku/odooku.svg?branch=11.0)](https://travis-ci.org/odooku/odooku)

Wrapper package around Odoo that patches and extends Odoo to work in a service oriented environment.

- Strips out threading in favor of Gevent
- Single process wsgi server and/or cron runner
- S3 based filestore
- Redis sessions for multi server deployments
- Websockets for persistent connections and awesome performance
- Comprehensive suite of management commands
- CDN support, serve all static files directly through S3
- Packaged addons

[View Github](https://github.com/odooku/odooku)

### odooku-odoo
[![Build Status](https://travis-ci.org/odooku/odooku-odoo.svg?branch=11.0)](https://travis-ci.org/odooku/odooku-odoo)

Pypi packaged Odoo providing an easy and reliable install method for Odoo.

[View Github](https://github.com/odooku/odooku-odoo)

### odooku-data

Data serialization and deserialization library for migrations (docs comming soon).

[View Github](https://github.com/odooku/odooku-data)

## Heroku deployment

### odooku-heroku-buildpack
[![Build Status](https://travis-ci.org/odooku/odooku-heroku-buildpack.svg?branch=11.0)](https://travis-ci.org/odooku/odooku-heroku-buildpack)

Heroku buildpack for Odooku.

[View Github](https://github.com/odooku/odooku-heroku-buildpack)

### odooku-heroku-starter

Template project for Heroku.

[View Github](https://github.com/odooku/odooku-heroku-starter)

## Snap deployment

### odooku-snap

[View Github](https://github.com/odooku/odooku-snap)

