gen-form-model


Namegen-form-model JSON
Version 1.6.3 PyPI version JSON
download
home_pagehttps://vroncevic.github.io/gen_form_model/
SummaryForm model based on Django, Flask
upload_time2023-12-29 20:14:47
maintainer
docs_urlNone
authorVladimir Roncevic
requires_python>=3.10
licenseGPL 2024 Free software to use and distributed it.
keywords form model django form flask form
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img align="right" src="https://raw.githubusercontent.com/vroncevic/gen_form_model/dev/docs/gen_form_model_logo.png" width="25%">

# Generate Form Model (Django/Flask)

**gen_form_model** is tool for generation form model for:

* Django FWK
* Flask FWK

Developed in **[python](https://www.python.org/)** code: **100%**.

The README is used to introduce the modules and provide instructions on
how to install the modules, any machine dependencies it may have and any
other information that should be provided before the modules are installed.

[![gen_form_model python checker](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_python_checker.yml/badge.svg)](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_python_checker.yml) [![gen_form_model package checker](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_package_checker.yml/badge.svg)](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_package.yml) [![GitHub issues open](https://img.shields.io/github/issues/vroncevic/gen_form_model.svg)](https://github.com/vroncevic/gen_form_model/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/gen_form_model.svg)](https://github.com/vroncevic/gen_form_model/graphs/contributors)

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Installation](#installation)
    - [Install using pip](#install-using-pip)
    - [Install using setuptools](#install-using-setuptools)
    - [Install using docker](#install-using-docker)
- [Dependencies](#dependencies)
- [Tool structure](#tool-structure)
- [Docs](#docs)
- [Copyright and Licence](#copyright-and-licence)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

### Installation

![debian linux os](https://raw.githubusercontent.com/vroncevic/gen_form_model/dev/docs/debtux.png)

[![gen_form_model python3 build](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_python3_build.yml/badge.svg)](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_python3_build.yml)

Currently there are three ways to install tool:
* Install process based on pip
* Install process based on setup.py (setuptools)
* Install process based on docker mechanism

##### Install using pip

**gen_form_model** is located at **[pypi.org](https://pypi.org/project/gen-form-model/)**.

You can install by using pip
```
# python3
pip3 install gen-form-model
```

##### Install using build

Navigate to **[release page](https://github.com/vroncevic/gen_form_model/releases)** download and extract release archive.

To install **gen-form-model** run

```bash
tar xvzf gen-form-model-x.y.z.tar.gz
cd gen-form-model-x.y.z
# python3
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py 
python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade build
pip3 install -r requirements.txt
python3 -m build -s --no-isolation --wheel
pip3 install dist/gen-form-model-x.y.z-py3-none-any.whl
rm -f get-pip.py
```

##### Install using py setup

Navigate to release **[page](https://github.com/vroncevic/gen_form_model/releases/)** download and extract release archive.

To install **gen_form_model** type the following

```bash
tar xvzf gen_form_model-x.y.z.tar.gz
cd gen_form_model-x.y.z/
# python3
pip3 install -r requirements.txt
python3 setup.py install_lib
python3 setup.py install_data
python3 setup.py install_egg_info
```

##### Install using docker

You can use Dockerfile to create image/container.

### Dependencies

**gen_form_model** requires next modules and libraries:

* [ats-utilities - Python App/Tool/Script Utilities](https://vroncevic.github.io/ats_utilities)

### Tool structure

**gen_form_model** is based on OOP.

Generator structure

```
    gen_form_model/
        ├── conf/
        │   ├── gen_form_model.cfg
        │   ├── gen_form_model_util.cfg
        │   ├── project.yaml
        │   └── template/
        │       ├── django.template
        │       └── flask.template
        ├── __init__.py
        ├── log/
        │   └── gen_form_model.log
        ├── pro/
        │   ├── __init__.py
        │   ├── read_template.py
        │   └── write_template.py
        └── run/
            └── gen_form_model_run.py
        
        6 directories, 11 files
```

### Docs

[![Documentation Status](https://readthedocs.org/projects/gen_form_model/badge/?version=latest)](https://gen-form-model.readthedocs.io/en/latest/?badge=latest)

More documentation and info at

* [gen_form_model.readthedocs.io](https://gen-form-model.readthedocs.io)
* [www.python.org](https://www.python.org/)

### Copyright and Licence

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Copyright (C) 2017 - 2024 by [vroncevic.github.io/gen_form_model](https://vroncevic.github.io/gen_form_model/)

**gen_form_model** is free software; you can redistribute it and/or modify
it under the same terms as Python itself, either Python version 3.x or,
at your option, any later version of Python 3 you may have available.

Lets help and support PSF.

[![Python Software Foundation](https://raw.githubusercontent.com/vroncevic/gen_form_model/dev/docs/psf-logo-alpha.png)](https://www.python.org/psf/)

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.python.org/psf/donations/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://vroncevic.github.io/gen_form_model/",
    "name": "gen-form-model",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "form model,django form,flask form",
    "author": "Vladimir Roncevic",
    "author_email": "elektron.ronca@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/84/b0/048649603c045446329fc3e6555f5073a95087b35716127584b0d8516117/gen_form_model-1.6.3.tar.gz",
    "platform": "POSIX",
    "description": "<img align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/gen_form_model/dev/docs/gen_form_model_logo.png\" width=\"25%\">\n\n# Generate Form Model (Django/Flask)\n\n**gen_form_model** is tool for generation form model for:\n\n* Django FWK\n* Flask FWK\n\nDeveloped in **[python](https://www.python.org/)** code: **100%**.\n\nThe README is used to introduce the modules and provide instructions on\nhow to install the modules, any machine dependencies it may have and any\nother information that should be provided before the modules are installed.\n\n[![gen_form_model python checker](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_python_checker.yml/badge.svg)](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_python_checker.yml) [![gen_form_model package checker](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_package_checker.yml/badge.svg)](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_package.yml) [![GitHub issues open](https://img.shields.io/github/issues/vroncevic/gen_form_model.svg)](https://github.com/vroncevic/gen_form_model/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/gen_form_model.svg)](https://github.com/vroncevic/gen_form_model/graphs/contributors)\n\n<!-- START doctoc generated TOC please keep comment here to allow auto update -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n**Table of Contents**\n\n- [Installation](#installation)\n    - [Install using pip](#install-using-pip)\n    - [Install using setuptools](#install-using-setuptools)\n    - [Install using docker](#install-using-docker)\n- [Dependencies](#dependencies)\n- [Tool structure](#tool-structure)\n- [Docs](#docs)\n- [Copyright and Licence](#copyright-and-licence)\n\n<!-- END doctoc generated TOC please keep comment here to allow auto update -->\n\n### Installation\n\n![debian linux os](https://raw.githubusercontent.com/vroncevic/gen_form_model/dev/docs/debtux.png)\n\n[![gen_form_model python3 build](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_python3_build.yml/badge.svg)](https://github.com/vroncevic/gen_form_model/actions/workflows/gen_form_model_python3_build.yml)\n\nCurrently there are three ways to install tool:\n* Install process based on pip\n* Install process based on setup.py (setuptools)\n* Install process based on docker mechanism\n\n##### Install using pip\n\n**gen_form_model** is located at **[pypi.org](https://pypi.org/project/gen-form-model/)**.\n\nYou can install by using pip\n```\n# python3\npip3 install gen-form-model\n```\n\n##### Install using build\n\nNavigate to **[release page](https://github.com/vroncevic/gen_form_model/releases)** download and extract release archive.\n\nTo install **gen-form-model** run\n\n```bash\ntar xvzf gen-form-model-x.y.z.tar.gz\ncd gen-form-model-x.y.z\n# python3\nwget https://bootstrap.pypa.io/get-pip.py\npython3 get-pip.py \npython3 -m pip install --upgrade setuptools\npython3 -m pip install --upgrade pip\npython3 -m pip install --upgrade build\npip3 install -r requirements.txt\npython3 -m build -s --no-isolation --wheel\npip3 install dist/gen-form-model-x.y.z-py3-none-any.whl\nrm -f get-pip.py\n```\n\n##### Install using py setup\n\nNavigate to release **[page](https://github.com/vroncevic/gen_form_model/releases/)** download and extract release archive.\n\nTo install **gen_form_model** type the following\n\n```bash\ntar xvzf gen_form_model-x.y.z.tar.gz\ncd gen_form_model-x.y.z/\n# python3\npip3 install -r requirements.txt\npython3 setup.py install_lib\npython3 setup.py install_data\npython3 setup.py install_egg_info\n```\n\n##### Install using docker\n\nYou can use Dockerfile to create image/container.\n\n### Dependencies\n\n**gen_form_model** requires next modules and libraries:\n\n* [ats-utilities - Python App/Tool/Script Utilities](https://vroncevic.github.io/ats_utilities)\n\n### Tool structure\n\n**gen_form_model** is based on OOP.\n\nGenerator structure\n\n```\n    gen_form_model/\n        \u251c\u2500\u2500 conf/\n        \u2502\u00a0\u00a0 \u251c\u2500\u2500 gen_form_model.cfg\n        \u2502\u00a0\u00a0 \u251c\u2500\u2500 gen_form_model_util.cfg\n        \u2502\u00a0\u00a0 \u251c\u2500\u2500 project.yaml\n        \u2502\u00a0\u00a0 \u2514\u2500\u2500 template/\n        \u2502\u00a0\u00a0     \u251c\u2500\u2500 django.template\n        \u2502\u00a0\u00a0     \u2514\u2500\u2500 flask.template\n        \u251c\u2500\u2500 __init__.py\n        \u251c\u2500\u2500 log/\n        \u2502\u00a0\u00a0 \u2514\u2500\u2500 gen_form_model.log\n        \u251c\u2500\u2500 pro/\n        \u2502\u00a0\u00a0 \u251c\u2500\u2500 __init__.py\n        \u2502\u00a0\u00a0 \u251c\u2500\u2500 read_template.py\n        \u2502\u00a0\u00a0 \u2514\u2500\u2500 write_template.py\n        \u2514\u2500\u2500 run/\n            \u2514\u2500\u2500 gen_form_model_run.py\n        \n        6 directories, 11 files\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/gen_form_model/badge/?version=latest)](https://gen-form-model.readthedocs.io/en/latest/?badge=latest)\n\nMore documentation and info at\n\n* [gen_form_model.readthedocs.io](https://gen-form-model.readthedocs.io)\n* [www.python.org](https://www.python.org/)\n\n### Copyright and Licence\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2017 - 2024 by [vroncevic.github.io/gen_form_model](https://vroncevic.github.io/gen_form_model/)\n\n**gen_form_model** is free software; you can redistribute it and/or modify\nit under the same terms as Python itself, either Python version 3.x or,\nat your option, any later version of Python 3 you may have available.\n\nLets help and support PSF.\n\n[![Python Software Foundation](https://raw.githubusercontent.com/vroncevic/gen_form_model/dev/docs/psf-logo-alpha.png)](https://www.python.org/psf/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.python.org/psf/donations/)\n",
    "bugtrack_url": null,
    "license": "GPL 2024 Free software to use and distributed it.",
    "summary": "Form model based on Django, Flask",
    "version": "1.6.3",
    "project_urls": {
        "Homepage": "https://vroncevic.github.io/gen_form_model/"
    },
    "split_keywords": [
        "form model",
        "django form",
        "flask form"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da391e4c3cc29a00edb5245331d3e5a9f13db3f9b4aaf8a095b8a5927e759355",
                "md5": "5db73b2148d2bc7fac5ce97793030449",
                "sha256": "f229d795cd199c2afc1db11394b081134071c87f7f5c7b99ba56c1a8ad990978"
            },
            "downloads": -1,
            "filename": "gen_form_model-1.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5db73b2148d2bc7fac5ce97793030449",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 28005,
            "upload_time": "2023-12-29T20:14:35",
            "upload_time_iso_8601": "2023-12-29T20:14:35.745849Z",
            "url": "https://files.pythonhosted.org/packages/da/39/1e4c3cc29a00edb5245331d3e5a9f13db3f9b4aaf8a095b8a5927e759355/gen_form_model-1.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84b0048649603c045446329fc3e6555f5073a95087b35716127584b0d8516117",
                "md5": "917c7f79e292267ed75a80901fc9bf6c",
                "sha256": "b21c2526ca7784c5237c490f0149b2510c0e543310c12d509eef1bfcd654a9ab"
            },
            "downloads": -1,
            "filename": "gen_form_model-1.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "917c7f79e292267ed75a80901fc9bf6c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 23146,
            "upload_time": "2023-12-29T20:14:47",
            "upload_time_iso_8601": "2023-12-29T20:14:47.265221Z",
            "url": "https://files.pythonhosted.org/packages/84/b0/048649603c045446329fc3e6555f5073a95087b35716127584b0d8516117/gen_form_model-1.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-29 20:14:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gen-form-model"
}
        
Elapsed time: 0.16496s