Name | pypz-core JSON |
Version |
0.9.3
JSON |
| download |
home_page | None |
Summary | Core components of pypz (pipes), which is a lightweight Pipeline as Code (PaC) framework. |
upload_time | 2024-08-02 04:37:01 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
license | Apache-2.0 |
keywords |
pypz
pypz-core
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Description
This package contains all the necessary core components to realize the
functionalities of *pypz*.
Check the [documentation](https://lazlowa.github.io/pypz-python/index.html) for
more details.
# Install
The python artifact is hosted on https://pypi.org/, so you can install
it via pip:
```shell
pip install pypz-core
```
If you want to work on it locally, then you should install in editable mode:
```shell
pip install -e ./core
```
# Test
Before you run the tests, you need to install the subproject in editable mode.
To run the tests locally, you need to execute the following command:
```shell
python -m unittest discover .\core\test\ -p "*.py"
```
# Build
Before you build, you will need to install the "build" package:
```shell
pip install build
```
Then from the subproject's root, you will need to execute the following command:
```shell
python -m build
```
It will create the source distribution and the wheel file in the "dist" folder.
Raw data
{
"_id": null,
"home_page": null,
"name": "pypz-core",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "pypz, pypz-core",
"author": null,
"author_email": "Laszlo Anka <laszlo.anka@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/ba/c6/a1521ba224496b03fa4d96918b3ff89e8c76bfdfcdc79c38c5c16982b337/pypz_core-0.9.3.tar.gz",
"platform": null,
"description": "# Description\n\nThis package contains all the necessary core components to realize the\nfunctionalities of *pypz*.\n\nCheck the [documentation](https://lazlowa.github.io/pypz-python/index.html) for\nmore details.\n\n# Install\n\nThe python artifact is hosted on https://pypi.org/, so you can install\nit via pip:\n\n```shell\npip install pypz-core\n```\n\nIf you want to work on it locally, then you should install in editable mode:\n\n```shell\npip install -e ./core\n```\n\n# Test\n\nBefore you run the tests, you need to install the subproject in editable mode.\nTo run the tests locally, you need to execute the following command:\n\n```shell\npython -m unittest discover .\\core\\test\\ -p \"*.py\"\n```\n\n# Build\n\nBefore you build, you will need to install the \"build\" package:\n\n```shell\npip install build\n```\n\nThen from the subproject's root, you will need to execute the following command:\n\n```shell\npython -m build\n```\n\nIt will create the source distribution and the wheel file in the \"dist\" folder.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Core components of pypz (pipes), which is a lightweight Pipeline as Code (PaC) framework.",
"version": "0.9.3",
"project_urls": {
"Documentation": "https://pypz.dev",
"Repository": "https://github.com/lazlowa/pypz-python"
},
"split_keywords": [
"pypz",
" pypz-core"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "34e6b3828d6d2aa2ff70ccbfd99b74123e42ed277e6f9d9fb3420cbac9c2a5ac",
"md5": "f3649532032d3ef8e442f601b0bd8025",
"sha256": "e4e66d3becee256111475a1664c698d9029e38d8fc92aa8ef4756c08de434085"
},
"downloads": -1,
"filename": "pypz_core-0.9.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f3649532032d3ef8e442f601b0bd8025",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 79148,
"upload_time": "2024-08-02T04:36:59",
"upload_time_iso_8601": "2024-08-02T04:36:59.871603Z",
"url": "https://files.pythonhosted.org/packages/34/e6/b3828d6d2aa2ff70ccbfd99b74123e42ed277e6f9d9fb3420cbac9c2a5ac/pypz_core-0.9.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bac6a1521ba224496b03fa4d96918b3ff89e8c76bfdfcdc79c38c5c16982b337",
"md5": "7f22786bfa72d1285c1be760f8c606f7",
"sha256": "e51a852e1dd887d49e8276f88590257754d58894e19150c55a9acde4f5866be1"
},
"downloads": -1,
"filename": "pypz_core-0.9.3.tar.gz",
"has_sig": false,
"md5_digest": "7f22786bfa72d1285c1be760f8c606f7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 59505,
"upload_time": "2024-08-02T04:37:01",
"upload_time_iso_8601": "2024-08-02T04:37:01.537395Z",
"url": "https://files.pythonhosted.org/packages/ba/c6/a1521ba224496b03fa4d96918b3ff89e8c76bfdfcdc79c38c5c16982b337/pypz_core-0.9.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-02 04:37:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lazlowa",
"github_project": "pypz-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "pypz-core"
}