| Name | jaimead7-pyutils JSON |
| Version |
0.2.0
JSON |
| download |
| home_page | None |
| Summary | Different utilities for general purpose usage on python projects. |
| upload_time | 2025-10-07 06:50:42 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| license | None |
| keywords |
utilities
tools
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# PyUtils
Different utilities for general purpose usage on python projects.
<br>
[](https://github.com/Jaimead7/PyUtils/actions/workflows/python310-lint-test.yml)
[](https://github.com/Jaimead7/PyUtils/blob/master/LICENSE)
[](https://pypi.org/project/jaimead7-pyutils/)
## Authors
> Jaime Alvarez Diaz
> [](mailto:alvarez.diaz.jaime1@gmail.com)
[](https://github.com/Jaimead7)
## Installation
Install as a package from source files
```powershell
git clone https://github.com/Jaimead7/PyUtils.git
cd PyUtils
py -m pip install wheel tomli
py setup.py bdist_wheel
py -m pip install ./dist/jaimead7_pyutils-x.x.x-py3-none-any.whl
cd ..
rm -r PyUtils
```
Install as a package from pypi
```
py -m pip install jaimead7-pyutils
```
## Usage
- [Config](https://github.com/Jaimead7/PyUtils/blob/master/docs/config.md)
- [Logs](https://github.com/Jaimead7/PyUtils/blob/master/docs/logs.md)
- [NoInstantiable](https://github.com/Jaimead7/PyUtils/blob/master/docs/noInstantiable.md)
- [ValidationClass](https://github.com/Jaimead7/PyUtils/blob/master/docs/validationClass.md)
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
Raw data
{
"_id": null,
"home_page": null,
"name": "jaimead7-pyutils",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Jaimead7 <alvarez.diaz.jaime1@gmail.com>",
"keywords": "utilities, tools",
"author": null,
"author_email": "Jaimead7 <alvarez.diaz.jaime1@gmail.com>",
"download_url": null,
"platform": null,
"description": "# PyUtils\r\n\r\nDifferent utilities for general purpose usage on python projects. \r\n<br>\r\n[](https://github.com/Jaimead7/PyUtils/actions/workflows/python310-lint-test.yml) \r\n[](https://github.com/Jaimead7/PyUtils/blob/master/LICENSE) \r\n[](https://pypi.org/project/jaimead7-pyutils/)\r\n\r\n## Authors\r\n> Jaime Alvarez Diaz \r\n> [](mailto:alvarez.diaz.jaime1@gmail.com) \r\n[](https://github.com/Jaimead7) \r\n\r\n## Installation\r\nInstall as a package from source files\r\n```powershell\r\ngit clone https://github.com/Jaimead7/PyUtils.git\r\ncd PyUtils\r\npy -m pip install wheel tomli\r\npy setup.py bdist_wheel\r\npy -m pip install ./dist/jaimead7_pyutils-x.x.x-py3-none-any.whl\r\ncd ..\r\nrm -r PyUtils\r\n```\r\n\r\nInstall as a package from pypi\r\n```\r\npy -m pip install jaimead7-pyutils\r\n```\r\n\r\n## Usage\r\n- [Config](https://github.com/Jaimead7/PyUtils/blob/master/docs/config.md)\r\n- [Logs](https://github.com/Jaimead7/PyUtils/blob/master/docs/logs.md)\r\n- [NoInstantiable](https://github.com/Jaimead7/PyUtils/blob/master/docs/noInstantiable.md)\r\n- [ValidationClass](https://github.com/Jaimead7/PyUtils/blob/master/docs/validationClass.md)\r\n\r\n## Contributing\r\nPull requests are welcome. For major changes, please open an issue first\r\nto discuss what you would like to change.\r\n\r\nPlease make sure to update tests as appropriate.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Different utilities for general purpose usage on python projects.",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/Jaimead7/PyUtils",
"Repository": "https://github.com/Jaimead7/PyUtils"
},
"split_keywords": [
"utilities",
" tools"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "fe07f20429f479149c95940633bbabbc223a28c5478e4f4280aae5de1cfb91d6",
"md5": "612887df5f0236a5ae1ffa62322f85e4",
"sha256": "f3df94be631df7c7c39268eb60565147ce6a705bd977454c2b6a2500703f8e80"
},
"downloads": -1,
"filename": "jaimead7_pyutils-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "612887df5f0236a5ae1ffa62322f85e4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 21861,
"upload_time": "2025-10-07T06:50:42",
"upload_time_iso_8601": "2025-10-07T06:50:42.054815Z",
"url": "https://files.pythonhosted.org/packages/fe/07/f20429f479149c95940633bbabbc223a28c5478e4f4280aae5de1cfb91d6/jaimead7_pyutils-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-07 06:50:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Jaimead7",
"github_project": "PyUtils",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "jaimead7-pyutils"
}