Name | jklib JSON |
Version |
5.2.3
JSON |
| download |
home_page | None |
Summary | Package with utility functions on many different subjects |
upload_time | 2024-10-21 22:03:30 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | MIT |
keywords |
utility
development
django
meilisearch
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# jklib
## Description
Package with useful snippets for Django and general Python development.
The snippets are split into folders/categories:
- `dj`: Web development around **Django** and **Django Rest Framework**
- `meili`: Utilities to interact with **MeiliSearch** (with a subfolder for `dj` **Django**)
- `std`: Generic utilities around the standard library that can be used in any project
## Using git hooks
Git hooks are set in the [.githooks](.githooks) folder
_(as `.git/hooks` is not tracked in `.git`)_
Run the following command to tell `git` to look for hooks in this folder:
```shell
git config core.hooksPath .githooks
```
Raw data
{
"_id": null,
"home_page": null,
"name": "jklib",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Jordan Kowal <kowaljordan@gmail.com>",
"keywords": "utility, development, django, meilisearch",
"author": null,
"author_email": "Jordan Kowal <kowaljordan@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/59/23/dfc73f0b8880faf1aeffb7cd32eaa410f25a81e1bdfe5ed806cd409bb8c1/jklib-5.2.3.tar.gz",
"platform": null,
"description": "# jklib\n\n## Description\n\nPackage with useful snippets for Django and general Python development.\n\nThe snippets are split into folders/categories:\n\n- `dj`: Web development around **Django** and **Django Rest Framework**\n- `meili`: Utilities to interact with **MeiliSearch** (with a subfolder for `dj` **Django**)\n- `std`: Generic utilities around the standard library that can be used in any project\n\n## Using git hooks\n\nGit hooks are set in the [.githooks](.githooks) folder\n_(as `.git/hooks` is not tracked in `.git`)_\n\nRun the following command to tell `git` to look for hooks in this folder:\n\n```shell\ngit config core.hooksPath .githooks\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Package with utility functions on many different subjects",
"version": "5.2.3",
"project_urls": {
"Download": "https://github.com/Jordan-Kowal/jklib/archive/v5.2.3.tar.gz",
"Homepage": "https://github.com/Jordan-Kowal/jklib",
"Issues": "https://github.com/Jordan-Kowal/jklib/issues",
"Release notes": "https://github.com/Jordan-Kowal/jklib/releases"
},
"split_keywords": [
"utility",
" development",
" django",
" meilisearch"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "78382b7b8429fa16c7a3dbf5342a1d58ff21ecbf8ae8f5787acf4cf952147b9e",
"md5": "7eec14f223216cdbce0df71870ddb742",
"sha256": "5fccc91fccb70cfe4b8b922366374427d5b4741f4beeea3d2c7d1b76ff617ed8"
},
"downloads": -1,
"filename": "jklib-5.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7eec14f223216cdbce0df71870ddb742",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 26997,
"upload_time": "2024-10-21T22:03:29",
"upload_time_iso_8601": "2024-10-21T22:03:29.116710Z",
"url": "https://files.pythonhosted.org/packages/78/38/2b7b8429fa16c7a3dbf5342a1d58ff21ecbf8ae8f5787acf4cf952147b9e/jklib-5.2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5923dfc73f0b8880faf1aeffb7cd32eaa410f25a81e1bdfe5ed806cd409bb8c1",
"md5": "c216969d7bf3d63daf530333ee1a7adb",
"sha256": "92fcadb27fd20d620f5680fe2b13eb0e899eaede9943d037e18b3dce4523a175"
},
"downloads": -1,
"filename": "jklib-5.2.3.tar.gz",
"has_sig": false,
"md5_digest": "c216969d7bf3d63daf530333ee1a7adb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 20396,
"upload_time": "2024-10-21T22:03:30",
"upload_time_iso_8601": "2024-10-21T22:03:30.134069Z",
"url": "https://files.pythonhosted.org/packages/59/23/dfc73f0b8880faf1aeffb7cd32eaa410f25a81e1bdfe5ed806cd409bb8c1/jklib-5.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-21 22:03:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Jordan-Kowal",
"github_project": "jklib",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "jklib"
}