Skip to main content

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

  1. VERSION=<version>
  2. make format format-check test
  3. git tag -a $VERSION -m $VERSION && git tag -ln2 $VERSION && git push github master $VERSION
  4. make build
  5. $ 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__)'
    
  6. uvx twine check dist/xjfx-$VERSION-py3-none-any.whl
  7. uvx twine upload --repository testpypi dist/xjfx-$VERSION-py3-none-any.whl
  8. $ 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__)'
    
  9. uvx twine upload --repository pypi dist/xjfx-$VERSION-py3-none-any.whl
  10. $ 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

If you're not sure about the file name format, learn more about wheel file names.

xjfx-1.4.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

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

Hashes for xjfx-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 867d48bdeb03eebbb7015d9b153ce93a271763c22583b7b6f4b7b161453c4f15
MD5 16534a60e0bac9dbef7b0c59a7a1da65
BLAKE2b-256 9f047cef3506a265b2b314572b8a3db1a1d8b867f4ffa38a41d3df3561d459db

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page