Package with utility functions on many different subjects
Project description
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 Frameworkmeili
: Utilities to interact with MeiliSearch (with a subfolder fordj
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 folder
(as .git/hooks
is not tracked in .git
)
Run the following command to tell git
to look for hooks in this folder:
git config core.hooksPath .githooks
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jklib-5.2.3.tar.gz
(20.4 kB
view hashes)
Built Distribution
jklib-5.2.3-py3-none-any.whl
(27.0 kB
view hashes)