odoo-module-generator


Nameodoo-module-generator JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/royaurelien/odoo-module-generator
SummaryOdoo Module Generator
upload_time2024-03-25 02:06:53
maintainerNone
docs_urlNone
authorAurelien ROY
requires_python>=3.8
licenseBSD 2-clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Odoo Module Generator

_**OMG** Command Line Tool_

![PyPI](https://img.shields.io/pypi/v/odoo-module-generator) ![PyPI](https://img.shields.io/pypi/pyversions/odoo-module-generator)


## Installation

Install from PyPI:
```bash
pip install odoo-module-generator
```

## Quickstart


### Scaffold
#### Module

```bash
omg scaffold module <path>
```

#### Repository

```bash
omg scaffold repo <path>
```

### Update Manifest
```bash
omg update manifest <path>
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/royaurelien/odoo-module-generator",
    "name": "odoo-module-generator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Aurelien ROY",
    "author_email": "roy.aurelien@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1a/5d/69d8e56322b89a7f027b018a0a1f201ebb5106f9cc6928be753b0ee04d0d/odoo-module-generator-0.2.1.tar.gz",
    "platform": null,
    "description": "\n# Odoo Module Generator\n\n_**OMG** Command Line Tool_\n\n![PyPI](https://img.shields.io/pypi/v/odoo-module-generator) ![PyPI](https://img.shields.io/pypi/pyversions/odoo-module-generator)\n\n\n## Installation\n\nInstall from PyPI:\n```bash\npip install odoo-module-generator\n```\n\n## Quickstart\n\n\n### Scaffold\n#### Module\n\n```bash\nomg scaffold module <path>\n```\n\n#### Repository\n\n```bash\nomg scaffold repo <path>\n```\n\n### Update Manifest\n```bash\nomg update manifest <path>\n```\n",
    "bugtrack_url": null,
    "license": "BSD 2-clause",
    "summary": "Odoo Module Generator",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/royaurelien/odoo-module-generator"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58ed567a7d11063ac92001d891f200b0d1fbbd83bead213f5227fae3146a1fc2",
                "md5": "d011e910a6a113e8bcae83190f762d1b",
                "sha256": "e6f26e2327299b654561146f648b24e4095a7645834462133284b28c35aa4dd6"
            },
            "downloads": -1,
            "filename": "odoo_module_generator-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d011e910a6a113e8bcae83190f762d1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 26202,
            "upload_time": "2024-03-25T02:06:51",
            "upload_time_iso_8601": "2024-03-25T02:06:51.990981Z",
            "url": "https://files.pythonhosted.org/packages/58/ed/567a7d11063ac92001d891f200b0d1fbbd83bead213f5227fae3146a1fc2/odoo_module_generator-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a5d69d8e56322b89a7f027b018a0a1f201ebb5106f9cc6928be753b0ee04d0d",
                "md5": "7ea721346c6ea5ce11c4bcf3fd62e088",
                "sha256": "209f3095175ae4b060cd0e4369c6b1c899f31c8da549e17d7070706c98cac069"
            },
            "downloads": -1,
            "filename": "odoo-module-generator-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7ea721346c6ea5ce11c4bcf3fd62e088",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20973,
            "upload_time": "2024-03-25T02:06:53",
            "upload_time_iso_8601": "2024-03-25T02:06:53.665881Z",
            "url": "https://files.pythonhosted.org/packages/1a/5d/69d8e56322b89a7f027b018a0a1f201ebb5106f9cc6928be753b0ee04d0d/odoo-module-generator-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 02:06:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "royaurelien",
    "github_project": "odoo-module-generator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo-module-generator"
}
        
Elapsed time: 0.23019s