Collection of simple utility functions and classes that extend standard library functionality.
Project description
xjfx
Collection of simple utility functions and classes that extend standard library functionality.
Installation
$ pip install xjfx
Development
First-time setup:
$ make setup
Enforce code formatting:
$ make format
Check for errors (build, lint, types, format, tests):
$ make format-check
Create a release
VERSION=<version>make format format-check testgit tag -a $VERSION -m $VERSION && git tag -ln2 $VERSION && git push github master $VERSIONmake build-
$ uv venv /tmp/xjfx-test && uv pip install --python /tmp/xjfx-test dist/xjfx-$VERSION-py3-none-any.whl $ /tmp/xjfx-test/bin/python -c 'import xjfx ; print(xjfx.__version__)'
uvx twine check dist/xjfx-$VERSION-py3-none-any.whluvx twine upload --repository testpypi dist/xjfx-$VERSION-py3-none-any.whl-
$ uv venv /tmp/xjfx-test && uv pip install --python /tmp/xjfx-test \ --index-url https://test.pypi.org/simple/ xjfx==$VERSION $ /tmp/xjfx-test/bin/python -c 'import xjfx ; print(xjfx.__version__)'
uvx twine upload --repository pypi dist/xjfx-$VERSION-py3-none-any.whl-
$ uv venv /tmp/xjfx-test && uv pip install --python /tmp/xjfx-test \ --index-url https://test.pypi.org/simple/ xjfx==$VERSION $ /tmp/xjfx-test/bin/python -c 'import xjfx ; print(xjfx.__version__)'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
xjfx-1.4.0-py3-none-any.whl
(10.6 kB
view details)
File details
Details for the file xjfx-1.4.0-py3-none-any.whl.
File metadata
- Download URL: xjfx-1.4.0-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
867d48bdeb03eebbb7015d9b153ce93a271763c22583b7b6f4b7b161453c4f15
|
|
| MD5 |
16534a60e0bac9dbef7b0c59a7a1da65
|
|
| BLAKE2b-256 |
9f047cef3506a265b2b314572b8a3db1a1d8b867f4ffa38a41d3df3561d459db
|