Name | manifests JSON |
Version |
0.0.0
JSON |
| download |
home_page | https://github.com/bswck/manifests |
Summary | Generate code from JSON manifests. |
upload_time | 2023-12-09 20:34:50 |
maintainer | |
docs_url | None |
author | bswck |
requires_python | >=3.8,<=3.12 |
license | MIT |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# manifests [](https://pypi.org/project/manifests/) [](https://pypi.org/project/manifests/)
[](https://github.com/bswck/manifests/actions/workflows/test.yml)
[](https://coverage-badge.samuelcolvin.workers.dev/redirect/bswck/manifests)
[](https://python-poetry.org/)
[](https://github.com/astral-sh/ruff)
[](https://github.com/psf/black)
[](https://github.com/bswck/manifests/blob/HEAD/LICENSE)
[](https://github.com/pre-commit/pre-commit)
Generate code from TOML manifests.
# Installation
If you want to…
## …use this tool in your project 💻
You might simply install it with pip:
```shell
pip install manifests
```
If you use [Poetry](https://python-poetry.org/), then run:
```shell
poetry add manifests
```
## …contribute to [manifests](https://github.com/bswck/manifests) 🚀
<!--
This section was generated from bswck/skeleton@ea3be8a.
Instead of changing this particular file, you might want to alter the template:
https://github.com/bswck/skeleton/tree/ea3be8a/fragments/guide.md
-->
> [!Note]
> If you use Windows, it is highly recommended to complete the installation in the way presented below through [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install).
1. Fork the [manifests repository](https://github.com/bswck/manifests) on GitHub.
1. [Install Poetry](https://python-poetry.org/docs/#installation).<br/>
Poetry is an amazing tool for managing dependencies & virtual environments, building packages and publishing them.
You might use [pipx](https://github.com/pypa/pipx#readme) to install it globally (recommended):
```shell
pipx install poetry
```
<sub>If you encounter any problems, refer to [the official documentation](https://python-poetry.org/docs/#installation) for the most up-to-date installation instructions.</sub>
Be sure to have Python 3.8 installed—if you use [pyenv](https://github.com/pyenv/pyenv#readme), simply run:
```shell
pyenv install 3.8
```
1. Clone your fork locally and install dependencies.
```shell
git clone https://github.com/your-username/manifests path/to/manifests
cd path/to/manifests
poetry env use $(cat .python-version)
poetry install
```
Next up, simply activate the virtual environment and install pre-commit hooks:
```shell
poetry shell
pre-commit install --hook-type pre-commit --hook-type pre-push
```
For more information on how to contribute, check out [CONTRIBUTING.md](https://github.com/bswck/manifests/blob/HEAD/CONTRIBUTING.md).<br/>
Always happy to accept contributions! ❤️
# Legal info
© Copyright by Bartosz Sławecki ([@bswck](https://github.com/bswck)).
<br />This software is licensed under the terms of [MIT License](https://github.com/bswck/manifests/blob/HEAD/LICENSE).
Raw data
{
"_id": null,
"home_page": "https://github.com/bswck/manifests",
"name": "manifests",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<=3.12",
"maintainer_email": "",
"keywords": "",
"author": "bswck",
"author_email": "bswck.dev@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/98/cf/8bc273278aec53e1f2d22bf439dd96757f98369538219f61d34531b02be1/manifests-0.0.0.tar.gz",
"platform": null,
"description": "\n# manifests [](https://pypi.org/project/manifests/) [](https://pypi.org/project/manifests/)\n[](https://github.com/bswck/manifests/actions/workflows/test.yml)\n[](https://coverage-badge.samuelcolvin.workers.dev/redirect/bswck/manifests)\n[](https://python-poetry.org/)\n[](https://github.com/astral-sh/ruff)\n[](https://github.com/psf/black)\n[](https://github.com/bswck/manifests/blob/HEAD/LICENSE)\n[](https://github.com/pre-commit/pre-commit)\n\nGenerate code from TOML manifests.\n\n# Installation\nIf you want to\u2026\n\n\n\n## \u2026use this tool in your project \ud83d\udcbb\nYou might simply install it with pip:\n\n```shell\npip install manifests\n```\n\nIf you use [Poetry](https://python-poetry.org/), then run:\n\n```shell\npoetry add manifests\n```\n\n## \u2026contribute to [manifests](https://github.com/bswck/manifests) \ud83d\ude80\n\n<!--\nThis section was generated from bswck/skeleton@ea3be8a.\nInstead of changing this particular file, you might want to alter the template:\nhttps://github.com/bswck/skeleton/tree/ea3be8a/fragments/guide.md\n-->\n\n> [!Note]\n> If you use Windows, it is highly recommended to complete the installation in the way presented below through [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install).\n\n\n\n1. Fork the [manifests repository](https://github.com/bswck/manifests) on GitHub.\n\n1. [Install Poetry](https://python-poetry.org/docs/#installation).<br/>\n Poetry is an amazing tool for managing dependencies & virtual environments, building packages and publishing them.\n You might use [pipx](https://github.com/pypa/pipx#readme) to install it globally (recommended):\n\n ```shell\n pipx install poetry\n ```\n\n <sub>If you encounter any problems, refer to [the official documentation](https://python-poetry.org/docs/#installation) for the most up-to-date installation instructions.</sub>\n\n Be sure to have Python 3.8 installed\u2014if you use [pyenv](https://github.com/pyenv/pyenv#readme), simply run:\n\n ```shell\n pyenv install 3.8\n ```\n\n1. Clone your fork locally and install dependencies.\n\n ```shell\n git clone https://github.com/your-username/manifests path/to/manifests\n cd path/to/manifests\n poetry env use $(cat .python-version)\n poetry install\n ```\n\n Next up, simply activate the virtual environment and install pre-commit hooks:\n\n ```shell\n poetry shell\n pre-commit install --hook-type pre-commit --hook-type pre-push\n ```\n\nFor more information on how to contribute, check out [CONTRIBUTING.md](https://github.com/bswck/manifests/blob/HEAD/CONTRIBUTING.md).<br/>\nAlways happy to accept contributions! \u2764\ufe0f\n\n\n# Legal info\n\u00a9 Copyright by Bartosz S\u0142awecki ([@bswck](https://github.com/bswck)).\n<br />This software is licensed under the terms of [MIT License](https://github.com/bswck/manifests/blob/HEAD/LICENSE).\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Generate code from JSON manifests.",
"version": "0.0.0",
"project_urls": {
"Coverage": "https://coverage-badge.samuelcolvin.workers.dev/redirect/bswck/manifests",
"Distribution": "https://pypi.org/project/manifests/",
"Documentation": "https://manifests.readthedocs.io/en/latest/",
"Homepage": "https://github.com/bswck/manifests",
"Issues": "https://github.com/bswck/manifests/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9c759e7578f8cc1d08cfc299fbfe0a6255c35baf9da798ec08e323b776b6f7af",
"md5": "befb962f92c9294015c5f0e04b597ccc",
"sha256": "0d05a734d3353ca55f38b4c524e78287c5ee2260abf3ef0dbf0711065e4a6651"
},
"downloads": -1,
"filename": "manifests-0.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "befb962f92c9294015c5f0e04b597ccc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<=3.12",
"size": 3661,
"upload_time": "2023-12-09T20:34:49",
"upload_time_iso_8601": "2023-12-09T20:34:49.295337Z",
"url": "https://files.pythonhosted.org/packages/9c/75/9e7578f8cc1d08cfc299fbfe0a6255c35baf9da798ec08e323b776b6f7af/manifests-0.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "98cf8bc273278aec53e1f2d22bf439dd96757f98369538219f61d34531b02be1",
"md5": "c60402b359ef53e8d6dd276231aee18b",
"sha256": "9975a6f8980ba1e83ff9132883447d3d0c863fe2c202f4ec8616198d2fa6b689"
},
"downloads": -1,
"filename": "manifests-0.0.0.tar.gz",
"has_sig": false,
"md5_digest": "c60402b359ef53e8d6dd276231aee18b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<=3.12",
"size": 4485,
"upload_time": "2023-12-09T20:34:50",
"upload_time_iso_8601": "2023-12-09T20:34:50.223448Z",
"url": "https://files.pythonhosted.org/packages/98/cf/8bc273278aec53e1f2d22bf439dd96757f98369538219f61d34531b02be1/manifests-0.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-09 20:34:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bswck",
"github_project": "manifests",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "manifests"
}