Metadata-Version: 2.1
Name: ipython-odoo
Version: 0
Summary: 
Author: Dmitry Voronin
Author-email: dimka665@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: texttable (>=1.7.0,<2.0.0)
Description-Content-Type: text/markdown

IPython Odoo Extension
=============================
[![PyPI](https://img.shields.io/pypi/pyversions/ipython-odoo.svg)](https://pypi.org/project/ipython-odoo/ "Latest version on PyPI")
[![Travis](https://travis-ci.com/voronind/ipython-odoo.svg?branch=master)](https://travis-ci.com/voronind/ipython-odoo "Travis CI")
[![Docs](https://readthedocs.org/projects/ipython-odoo/badge/?version=stable)](https://ipython-odoo.readthedocs.io/en/latest/ "Read the docs")
[![codecov](https://codecov.io/gh/voronind/ipython-odoo/branch/master/graph/badge.svg)](https://codecov.io/gh/voronind/ipython-odoo "Coverage")

Project description

Install
-------
```commandline
pip install ipython_odoo
```

Development
-----------
We need installed `pyenv` and `pipenv`.
```console
git clone git@github.com:voronind/ipython-odoo.git

cd ipython-odoo
pipenv install --dev
```

Run tests:
```console
pipenv run fulltest
```

