Metadata-Version: 2.1
Name: jklib
Version: 4.0.0
Summary: Package with utility functions on many different subjects
Home-page: https://github.com/Jordan-Kowal/jklib
Download-URL: https://github.com/Jordan-Kowal/jklib/archive/v4.0.0.tar.gz
Author: Jordan Kowal
Author-email: kowaljordan@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENCE.txt

# 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** 
- `std`: 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`
