Default template for PDM package
Project description
Crackerjack Python
Crackerjack is a python coding style which uses a minimalist approach to produce elegant, easy to read, code.
crack·er·jack ˈkra-kər-ˌjak : a person or thing of marked excellence
Why Crackerjack?
Crackerjack works on the theory that with static typing and explicit class, function, variable, and other object names - the code should be straight forward to read. Documentation and tests should be able to write themselves using a generative ai. Crackerjack provides a set of guidelines and utilities to keep the codebase clean, elegant, standardized, and easily readable.
What does this package do?
This package:
-
streamlines and standardizes code style across numerous packages
-
installs, or updates, a project's pre-commit tools as well as .gitignore & other config files to comply with evolving crackerjack standards
-
runs the following pre-commit hooks (in order):
- pdm-lock-check
- various core pre-commit-hooks
- ruff
- vulture
- creosote
- flynt
- codespell
- autotyping
- refurb
- bandit
- pyright
- ruff (again for sanity checking)
-
converts/creates documentation in Markdown (md) (work in progress)
-
runs tests and generates pytest mock stubs if needed (work in progress)
-
bumps the project version and publishes it to PyPI
-
commits changes to git repositories
What are the rules?
(...more what you'd call "guidelines" than actual rules. -Captain Barbossa )
-
code is statically typed
-
all docstrings, README's, and other documentation is to be done in Markdown (md)
-
use aiopath.AsyncPath or pathlib.Path not os.path
-
import typing as t
-
do not capitalize all letters in configuration settings or constants (we diverge from PEP-8 here for not other reason than it looks ugly)
-
functions that deal with path operations should get passed AsyncPaths or Paths - not strings
-
use PDM (uv support enabled) for dependency management and package building/publishing
-
use pdoc and mkdocs for producing documentation
-
use pytest for testing
-
be compliant with, and only support, the latest python version within 2 months after release
Installation
From your projects root directory:
pdm add -d crackerjack
Usage
From your projects root directory:
python -m crackerjack
For a full list of options:
python -m crackerjack -h
When you ready to publish your project:
python -m crackerjack -p micro
The -p option not only publishes your project but will bump your project version for you. The options are 'micro', 'minor', and 'major'. Put the -c option at the end and commit the bumped version to your git repository at the same time:
python -m crackerjack -p micro -c
Contributing
Crackerjack is currently an evolving standard. If you like the idea, but don't like certain things about it, or would like new features added, let me know in Discussions, Issues, or email me.
License
BSD-3-Clause
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
Built Distribution
File details
Details for the file crackerjack-0.10.3.tar.gz
.
File metadata
- Download URL: crackerjack-0.10.3.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.20.1 CPython/3.13.0 Darwin/24.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6cdc1d2d3c853474a35c99a30d8b12ce35edf71fa46c40bfd57a11cf9e36edb |
|
MD5 | 88198f3cf53c8fd2651d34f60d9ade22 |
|
BLAKE2b-256 | bb0b13d7f4659f7b6351eafaf286c095252008ca9a8f7db1d5bc7538e14c11e7 |
File details
Details for the file crackerjack-0.10.3-py3-none-any.whl
.
File metadata
- Download URL: crackerjack-0.10.3-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.20.1 CPython/3.13.0 Darwin/24.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62146e2278eee1beca8f6f92644538fd49aa4c155f553dbf2d0420946b817b64 |
|
MD5 | 8d7c9ae4fac056fa0eab56c24ace1513 |
|
BLAKE2b-256 | 45ae81ac2cae73b40fff2175d149baced42e3266cfa74ea5994a89d0207b2ba8 |