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 Frameworkstd
: Generic utilities around the standard library that can be used in any project
Pre-commit hooks
The project uses pre-commit
hooks to keep a consistent file structure
As such, if you want to make some changes while using the pre-commit hooks:
- Install the necessary libraries:
pip install -r requirements-dev.txt
- Use them (through your IDE) to automatically format/check your files
- Setup pre-commit by running
pre-commit install
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.0.2.tar.gz
(15.7 kB
view hashes)
Built Distribution
jklib-5.0.2-py3-none-any.whl
(21.6 kB
view hashes)