Metadata-Version: 2.1
Name: apix-cli
Version: 1.0.0
Summary: ApiX CLI
Home-page: https://github.com/apikcloud/apix-cli
Author: Aurelien ROY
Author-email: roy.aurelien@gmail.com
License: MIT
Keywords: docker odoo development
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click >=8.1.6
Requires-Dist: OdooRPC >=0.9.0
Requires-Dist: PyYAML >=6.0.1
Requires-Dist: requests >=2.28.2
Requires-Dist: requirements-parser >=0.5.0
Requires-Dist: git-aggregator >=4.0
Requires-Dist: packaging >=23.1
Requires-Dist: pandas >=2.0.0


# apix

_**ApiX** Command Line Tool_

![PyPI](https://img.shields.io/pypi/v/apix-cli)
![PyPI](https://img.shields.io/pypi/pyversions/apix-cli)
![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/apikcloud/apix-cli)


## Installation

Install from PyPI:

```bash
pip install apix-cli
```

## Quickstart

*On first launch, you will be asked to enter certain parameters.*

Create project :

`project name` is the name of the online database you want to create locally.
```bash
apix project new <project name>
```

Run project :

```bash
apix project run <project name> --reload
```

Update modules :

```bash
apix project update-modules <project name> <database name> module1,module2
```

## Documentation

Please refer to :
[https://apikcloud.github.io/apix-cli/](https://apikcloud.github.io/apix-cli/)
