apix-cli


Nameapix-cli JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/apikcloud/apix-cli
SummaryApiX CLI
upload_time2023-12-03 17:20:19
maintainer
docs_urlNone
authorAurelien ROY
requires_python>=3.8
licenseMIT
keywords docker odoo development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/apikcloud/apix-cli",
    "name": "apix-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "docker odoo development",
    "author": "Aurelien ROY",
    "author_email": "roy.aurelien@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ae/7f/6800fc931228caded1a9751e69922bdda246202e49bc4db5d7e0cf51e432/apix-cli-1.0.0.tar.gz",
    "platform": null,
    "description": "\n# apix\n\n_**ApiX** Command Line Tool_\n\n![PyPI](https://img.shields.io/pypi/v/apix-cli)\n![PyPI](https://img.shields.io/pypi/pyversions/apix-cli)\n![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/apikcloud/apix-cli)\n\n\n## Installation\n\nInstall from PyPI:\n\n```bash\npip install apix-cli\n```\n\n## Quickstart\n\n*On first launch, you will be asked to enter certain parameters.*\n\nCreate project :\n\n`project name` is the name of the online database you want to create locally.\n```bash\napix project new <project name>\n```\n\nRun project :\n\n```bash\napix project run <project name> --reload\n```\n\nUpdate modules :\n\n```bash\napix project update-modules <project name> <database name> module1,module2\n```\n\n## Documentation\n\nPlease refer to :\n[https://apikcloud.github.io/apix-cli/](https://apikcloud.github.io/apix-cli/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ApiX CLI",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/apikcloud/apix-cli"
    },
    "split_keywords": [
        "docker",
        "odoo",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc9e41cbeb63184719996534711dd892b6df9e6d3d014ed9154c1d24e6c563e2",
                "md5": "e157e8ee04dbc689815badb637076992",
                "sha256": "d271ba798c85f6a41bdeb32cce62a0c67aacce13f5d094bf334292e8cd9f6641"
            },
            "downloads": -1,
            "filename": "apix_cli-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e157e8ee04dbc689815badb637076992",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19685,
            "upload_time": "2023-12-03T17:20:17",
            "upload_time_iso_8601": "2023-12-03T17:20:17.923385Z",
            "url": "https://files.pythonhosted.org/packages/fc/9e/41cbeb63184719996534711dd892b6df9e6d3d014ed9154c1d24e6c563e2/apix_cli-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae7f6800fc931228caded1a9751e69922bdda246202e49bc4db5d7e0cf51e432",
                "md5": "3366395b9b270f2d9ce10379b2e9bad6",
                "sha256": "02d8fee3699cc12f4a259d630829ae4f4f140febdd80a44db451cb8d8652d338"
            },
            "downloads": -1,
            "filename": "apix-cli-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3366395b9b270f2d9ce10379b2e9bad6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14725,
            "upload_time": "2023-12-03T17:20:19",
            "upload_time_iso_8601": "2023-12-03T17:20:19.838665Z",
            "url": "https://files.pythonhosted.org/packages/ae/7f/6800fc931228caded1a9751e69922bdda246202e49bc4db5d7e0cf51e432/apix-cli-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-03 17:20:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apikcloud",
    "github_project": "apix-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "apix-cli"
}
        
Elapsed time: 0.15212s