# vigor
[](https://pypi.python.org/pypi/vigor)
[](https://github.com/ryanliu6/vigor)
[](https://github.com/ryanliu6/vigor/blob/main/LICENSE)
A collection of semi-random functions and scripts that I found useful for my own usage, packed into a Python library for ease-of-use.
## Scripts
Currently there are two categories of scripts, one for files and one for Git repos.
`author-rewrite.sh` script found under the Git folder was not written by me, but provided by GitHub previously for the purpose of fixing commit history. I was not able to find the same script on GitHub's official documentation and chose to preserve it in this collection.
## Docker Compose
One problem I encountered when creating [Focus](https://github.com/ryanliu6/focus) (docker containers that run on my own multi-media server), was that after separating individual services into subdirectories, generating a "main" or "aggregated" compose file was difficult with existing Docker Compose libraries. Thus, the compose module was born for the purpose of generating custom compose files based on selected services.
Raw data
{
"_id": null,
"home_page": "https://github.com/RyanLiu6/vigor",
"name": "vigor",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Ryan Liu",
"author_email": "ryan@ryanliu6.xyz",
"download_url": "https://files.pythonhosted.org/packages/89/4a/31571f85fcd7d935608590e1dfaf5b6b920ec0dc4871db2c43eacaf8869b/vigor-0.2.2.tar.gz",
"platform": null,
"description": "# vigor\n\n[](https://pypi.python.org/pypi/vigor)\n[](https://github.com/ryanliu6/vigor)\n[](https://github.com/ryanliu6/vigor/blob/main/LICENSE)\n\nA collection of semi-random functions and scripts that I found useful for my own usage, packed into a Python library for ease-of-use.\n\n## Scripts\nCurrently there are two categories of scripts, one for files and one for Git repos.\n\n`author-rewrite.sh` script found under the Git folder was not written by me, but provided by GitHub previously for the purpose of fixing commit history. I was not able to find the same script on GitHub's official documentation and chose to preserve it in this collection.\n\n## Docker Compose\nOne problem I encountered when creating [Focus](https://github.com/ryanliu6/focus) (docker containers that run on my own multi-media server), was that after separating individual services into subdirectories, generating a \"main\" or \"aggregated\" compose file was difficult with existing Docker Compose libraries. Thus, the compose module was born for the purpose of generating custom compose files based on selected services.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A collection of semi-random functions and scripts that I found useful for my own usage, packed into a Python library for ease-of-use.",
"version": "0.2.2",
"project_urls": {
"Homepage": "https://github.com/RyanLiu6/vigor"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a42a0a9abe22e23e1a51f9062ce6dba1ae236aa12e4b1bd26880d3d807684a34",
"md5": "e99838ccd08de970b471c023ba2ebe3f",
"sha256": "0134e142971c91a1a27d31491dac5656efd26a92ccbccf838af692f510926aaf"
},
"downloads": -1,
"filename": "vigor-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e99838ccd08de970b471c023ba2ebe3f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4695,
"upload_time": "2024-10-15T22:13:49",
"upload_time_iso_8601": "2024-10-15T22:13:49.512163Z",
"url": "https://files.pythonhosted.org/packages/a4/2a/0a9abe22e23e1a51f9062ce6dba1ae236aa12e4b1bd26880d3d807684a34/vigor-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "894a31571f85fcd7d935608590e1dfaf5b6b920ec0dc4871db2c43eacaf8869b",
"md5": "8be2ceb848434904305daad5778b3d1b",
"sha256": "64864d2e8d9c67a4a7c60849a6319642862e659cb77de3f7466cc2f61f949962"
},
"downloads": -1,
"filename": "vigor-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "8be2ceb848434904305daad5778b3d1b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4162,
"upload_time": "2024-10-15T22:13:50",
"upload_time_iso_8601": "2024-10-15T22:13:50.785691Z",
"url": "https://files.pythonhosted.org/packages/89/4a/31571f85fcd7d935608590e1dfaf5b6b920ec0dc4871db2c43eacaf8869b/vigor-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-15 22:13:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "RyanLiu6",
"github_project": "vigor",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "click",
"specs": [
[
"==",
"8.1.2"
]
]
},
{
"name": "filedate",
"specs": [
[
"==",
"2.0"
]
]
},
{
"name": "GitPython",
"specs": [
[
">=",
"3.1.14"
]
]
},
{
"name": "hurry.filesize",
"specs": [
[
"==",
"0.9"
]
]
},
{
"name": "pypdf",
"specs": [
[
">=",
"5.0.1"
]
]
}
],
"tox": true,
"lcname": "vigor"
}