dist-py-module


Namedist-py-module JSON
Version 3.0.3 PyPI version JSON
download
home_pagehttps://vroncevic.github.io/dist_py_module
SummaryPython package for generation of setup file
upload_time2023-12-25 19:38:42
maintainer
docs_urlNone
authorVladimir Roncevic
requires_python>=3.10
licenseGPL 2017 - 2024 Free software to use and distributed it.
keywords setup python install dist
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/dist_py_module/dev/docs/dist_py_module_logo.png" width="25%">

# Generate setup.py

**dist_py_module** is toolset for generation of setup.py.

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

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.

[![dist_py_module python checker](https://github.com/vroncevic/dist_py_module/actions/workflows/dist_py_module_python_checker.yml/badge.svg)](https://github.com/vroncevic/dist_py_module/actions/workflows/dist_py_module_python_checker.yml) [![dist_py_module package checker](https://github.com/vroncevic/dist_py_module/actions/workflows/dist_py_module_package_checker.yml/badge.svg)](https://github.com/vroncevic/dist_py_module/actions/workflows/dist_py_module_package.yml) [![GitHub issues open](https://img.shields.io/github/issues/vroncevic/dist_py_module.svg)](https://github.com/vroncevic/dist_py_module/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/dist_py_module.svg)](https://github.com/vroncevic/dist_py_module/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 build](#install-using-build)
    - [Install using py setup](#install-using-py-setup)
    - [Install using docker](#install-using-docker)
- [Dependencies](#dependencies)
- [Tool structure](#tool-structure)
- [Docs](#docs)
- [Contributing](#contributing)
- [Copyright and licence](#copyright-and-licence)

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

### Installation

Used next development environment

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

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

Currently there are four ways to install framework
* Install process based on using pip mechanism
* Install process based on build mechanism
* Install process based on setup.py mechanism
* Install process based on docker mechanism

##### Install using pip

Python is located at **[pypi.org](https://pypi.org/project/dist-py-module/)**.

You can install by using pip

```bash
# python3
pip3 install dist-py-module
```

##### Install using build

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

To install **dist-py-module** run

```bash
tar xvzf dist-py-module-x.y.z.tar.gz
cd dist-py-module-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/dist-py-module-x.y.z-py3-none-any.whl
rm -f get-pip.py
```

##### Install using py setup

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

To install **dist_py_module** type the following

```bash
tar xvzf dist_py_module-x.y.z.tar.gz
cd dist_py_module-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

**dist_py_module** requires next modules and libraries

* [dist-py-module - Python App/Tool/Script Utilities](https://pypi.org/project/dist-py-module/)

### Tool structure

**dist_py_module** is based on OOP.

Generator structure

```bash
dist_py_module/
    ├── conf/
    │   ├── dist_py_module.cfg
    │   ├── dist_py_module.logo
    │   ├── dist_py_module_util.cfg
    │   ├── project.yaml
    │   └── template/
    │       ├── MANIFEST.template
    │       ├── pyproject.template
    │       ├── setup_package.template
    │       ├── setup.template
    │       └── setup_tool.template
    ├── __init__.py
    ├── log/
    │   └── dist_py_module.log
    ├── pro/
    │   ├── __init__.py
    │   ├── read_template.py
    │   └── write_template.py
    └── run/
        └── dist_py_module_run.py

    5 directories, 15 files
```

### Docs

[![Documentation Status](https://readthedocs.org/projects/dist-py-module/badge/?version=latest)](https://dist-py-module.readthedocs.io/en/latest/?badge=latest)

More documentation and info at

* [dist_py_module.readthedocs.io](https://dist-py-module.readthedocs.io/en/latest/)
* [www.python.org](https://www.python.org/)

### Contributing

[Contributing to codecipher](CONTRIBUTING.md)

### 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/dist_py_module](https://vroncevic.github.io/dist_py_module)

**dist_py_module** 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/dist_py_module/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/dist_py_module",
    "name": "dist-py-module",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "setup,python,install,dist",
    "author": "Vladimir Roncevic",
    "author_email": "elektron.ronca@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/11/2d/c85007f16f2be92b78979657f49d02f8712641ef55d9eb3160931da0ffe8/dist_py_module-3.0.3.tar.gz",
    "platform": "POSIX",
    "description": "<img align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/dist_py_module/dev/docs/dist_py_module_logo.png\" width=\"25%\">\n\n# Generate setup.py\n\n**dist_py_module** is toolset for generation of setup.py.\n\nDeveloped in **[python](https://www.python.org/)** code.\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[![dist_py_module python checker](https://github.com/vroncevic/dist_py_module/actions/workflows/dist_py_module_python_checker.yml/badge.svg)](https://github.com/vroncevic/dist_py_module/actions/workflows/dist_py_module_python_checker.yml) [![dist_py_module package checker](https://github.com/vroncevic/dist_py_module/actions/workflows/dist_py_module_package_checker.yml/badge.svg)](https://github.com/vroncevic/dist_py_module/actions/workflows/dist_py_module_package.yml) [![GitHub issues open](https://img.shields.io/github/issues/vroncevic/dist_py_module.svg)](https://github.com/vroncevic/dist_py_module/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/dist_py_module.svg)](https://github.com/vroncevic/dist_py_module/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 build](#install-using-build)\n    - [Install using py setup](#install-using-py-setup)\n    - [Install using docker](#install-using-docker)\n- [Dependencies](#dependencies)\n- [Tool structure](#tool-structure)\n- [Docs](#docs)\n- [Contributing](#contributing)\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\nUsed next development environment\n\n![debian linux os](https://raw.githubusercontent.com/vroncevic/dist_py_module/dev/docs/debtux.png)\n\n[![dist_py_module python3 build](https://github.com/vroncevic/dist_py_module/actions/workflows/dist_py_module_python3_build.yml/badge.svg)](https://github.com/vroncevic/dist_py_module/actions/workflows/dist_py_module_python3_build.yml)\n\nCurrently there are four ways to install framework\n* Install process based on using pip mechanism\n* Install process based on build mechanism\n* Install process based on setup.py mechanism\n* Install process based on docker mechanism\n\n##### Install using pip\n\nPython is located at **[pypi.org](https://pypi.org/project/dist-py-module/)**.\n\nYou can install by using pip\n\n```bash\n# python3\npip3 install dist-py-module\n```\n\n##### Install using build\n\nNavigate to **[release page](https://github.com/vroncevic/dist_py_module/releases)** download and extract release archive.\n\nTo install **dist-py-module** run\n\n```bash\ntar xvzf dist-py-module-x.y.z.tar.gz\ncd dist-py-module-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/dist-py-module-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/dist_py_module/releases/)** download and extract release archive.\n\nTo install **dist_py_module** type the following\n\n```bash\ntar xvzf dist_py_module-x.y.z.tar.gz\ncd dist_py_module-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**dist_py_module** requires next modules and libraries\n\n* [dist-py-module - Python App/Tool/Script Utilities](https://pypi.org/project/dist-py-module/)\n\n### Tool structure\n\n**dist_py_module** is based on OOP.\n\nGenerator structure\n\n```bash\ndist_py_module/\n    \u251c\u2500\u2500 conf/\n    \u2502\u00a0\u00a0 \u251c\u2500\u2500 dist_py_module.cfg\n    \u2502\u00a0\u00a0 \u251c\u2500\u2500 dist_py_module.logo\n    \u2502\u00a0\u00a0 \u251c\u2500\u2500 dist_py_module_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 MANIFEST.template\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 pyproject.template\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 setup_package.template\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 setup.template\n    \u2502\u00a0\u00a0     \u2514\u2500\u2500 setup_tool.template\n    \u251c\u2500\u2500 __init__.py\n    \u251c\u2500\u2500 log/\n    \u2502\u00a0\u00a0 \u2514\u2500\u2500 dist_py_module.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 dist_py_module_run.py\n\n    5 directories, 15 files\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/dist-py-module/badge/?version=latest)](https://dist-py-module.readthedocs.io/en/latest/?badge=latest)\n\nMore documentation and info at\n\n* [dist_py_module.readthedocs.io](https://dist-py-module.readthedocs.io/en/latest/)\n* [www.python.org](https://www.python.org/)\n\n### Contributing\n\n[Contributing to codecipher](CONTRIBUTING.md)\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/dist_py_module](https://vroncevic.github.io/dist_py_module)\n\n**dist_py_module** 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/dist_py_module/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 2017 - 2024 Free software to use and distributed it.",
    "summary": "Python package for generation of setup file",
    "version": "3.0.3",
    "project_urls": {
        "Homepage": "https://vroncevic.github.io/dist_py_module"
    },
    "split_keywords": [
        "setup",
        "python",
        "install",
        "dist"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0cef6671272500c6b3ce5088688e0f664f5fe17ae76c5c44f6e6aebbcf8f7af",
                "md5": "7c9f8a7caf9f2c72c79d83ea30ba7f67",
                "sha256": "b53408fb4f0afd7074184bda5f25a2438bd390797ca8f28d1b0c45d5621c14f0"
            },
            "downloads": -1,
            "filename": "dist_py_module-3.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7c9f8a7caf9f2c72c79d83ea30ba7f67",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 31464,
            "upload_time": "2023-12-25T19:38:39",
            "upload_time_iso_8601": "2023-12-25T19:38:39.472165Z",
            "url": "https://files.pythonhosted.org/packages/b0/ce/f6671272500c6b3ce5088688e0f664f5fe17ae76c5c44f6e6aebbcf8f7af/dist_py_module-3.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "112dc85007f16f2be92b78979657f49d02f8712641ef55d9eb3160931da0ffe8",
                "md5": "514eaae8f4e2bc2e70cf6c14247bef51",
                "sha256": "08153871a7d9805d87e300cbe1205c5d288797476c0beeb513a88c9dd10cbf65"
            },
            "downloads": -1,
            "filename": "dist_py_module-3.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "514eaae8f4e2bc2e70cf6c14247bef51",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 25324,
            "upload_time": "2023-12-25T19:38:42",
            "upload_time_iso_8601": "2023-12-25T19:38:42.479059Z",
            "url": "https://files.pythonhosted.org/packages/11/2d/c85007f16f2be92b78979657f49d02f8712641ef55d9eb3160931da0ffe8/dist_py_module-3.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-25 19:38:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dist-py-module"
}
        
Elapsed time: 0.16264s