Package with utility functions on many different subjects
Project description
jklib
Description
My personal python library containing my frequently used code snippets I've accumulated over the years
The snippets are split into folders/categories:
db
: Database and object storage managementdjango
: Web development around Django and Django Rest Frameworkdtsci
: Data-science, mostly revolving around Numpy and Pandasstd
: Utility functions often unrelated to 3rd party packages, usually built around the standard libraryweb
: Web scrapping and web browsing, mostly around requests, selenium, and the likes
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 mypy isort black flake8
- Use them (through your IDE) to automatically format/check your files
- Install pre-commit:
pip install pre-commit
- 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-3.1.0.tar.gz
(21.3 kB
view hashes)
Built Distribution
jklib-3.1.0-py3-none-any.whl
(31.9 kB
view hashes)