Name | knickknacks JSON |
Version |
0.5.0
JSON |
| download |
home_page | None |
Summary | Small, reusable, miscellaneous pieces of code. |
upload_time | 2025-02-22 08:41:04 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <4.0,>=3.9 |
license | MIT |
keywords |
utilities
misc
snippets
reusable
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Knickknacks
Small, reusable, miscellaneous pieces of code.
## License And Credits
Knickknacks is licensed under the terms of the [MIT License.](https://raw.githubusercontent.com/nstockton/knickknacks/master/LICENSE.txt "Knickknacks License")
### Running From Source
Install the [Python interpreter,](https://python.org "Python Home Page") and make sure it's in your path before running this package.
After Python is installed, execute the following commands from the top level directory of this repository to install the module dependencies.
```
python -m venv .venv
source .venv/bin/activate
pip install --upgrade --require-hashes --requirement requirements-uv.txt
uv sync
pre-commit install -t pre-commit
pre-commit install -t pre-push
```
Raw data
{
"_id": null,
"home_page": null,
"name": "knickknacks",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "utilities, misc, snippets, reusable",
"author": null,
"author_email": "Nick Stockton <nstockton@users.noreply.github.com>",
"download_url": "https://files.pythonhosted.org/packages/84/e7/f7649fb647f1347794fdfeaac221cf1d9213431944471cf855bb94f59ba1/knickknacks-0.5.0.tar.gz",
"platform": null,
"description": "# Knickknacks\n\nSmall, reusable, miscellaneous pieces of code.\n\n## License And Credits\n\nKnickknacks is licensed under the terms of the [MIT License.](https://raw.githubusercontent.com/nstockton/knickknacks/master/LICENSE.txt \"Knickknacks License\")\n\n### Running From Source\n\nInstall the [Python interpreter,](https://python.org \"Python Home Page\") and make sure it's in your path before running this package.\n\nAfter Python is installed, execute the following commands from the top level directory of this repository to install the module dependencies.\n```\npython -m venv .venv\nsource .venv/bin/activate\npip install --upgrade --require-hashes --requirement requirements-uv.txt\nuv sync\npre-commit install -t pre-commit\npre-commit install -t pre-push\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Small, reusable, miscellaneous pieces of code.",
"version": "0.5.0",
"project_urls": {
"documentation": "https://nstockton.github.io/knickknacks",
"homepage": "https://github.com/nstockton/knickknacks",
"repository": "https://github.com/nstockton/knickknacks"
},
"split_keywords": [
"utilities",
" misc",
" snippets",
" reusable"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d6df8e9348d312b15ca66029e5a609ccae7fb7af56c58fdec018a22aa5d75e61",
"md5": "b6b6b87315cdbc87d0f69a715c609326",
"sha256": "ff69b4ccd8fad7d87ae8f0e72bdd017ef1880a2572282c7ee52577ef92c11326"
},
"downloads": -1,
"filename": "knickknacks-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b6b6b87315cdbc87d0f69a715c609326",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 20597,
"upload_time": "2025-02-22T08:41:01",
"upload_time_iso_8601": "2025-02-22T08:41:01.738327Z",
"url": "https://files.pythonhosted.org/packages/d6/df/8e9348d312b15ca66029e5a609ccae7fb7af56c58fdec018a22aa5d75e61/knickknacks-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "84e7f7649fb647f1347794fdfeaac221cf1d9213431944471cf855bb94f59ba1",
"md5": "17dd8f2fee7abd15173f7c01f9d0ff7b",
"sha256": "f99c671d9d21907e79fce15287707b8859f0c0ba7909a35881563b2ac9af2a20"
},
"downloads": -1,
"filename": "knickknacks-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "17dd8f2fee7abd15173f7c01f9d0ff7b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 369360,
"upload_time": "2025-02-22T08:41:04",
"upload_time_iso_8601": "2025-02-22T08:41:04.765789Z",
"url": "https://files.pythonhosted.org/packages/84/e7/f7649fb647f1347794fdfeaac221cf1d9213431944471cf855bb94f59ba1/knickknacks-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-22 08:41:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nstockton",
"github_project": "knickknacks",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "knickknacks"
}