Skip to main content

Collection of Python utilities intended to be useful for machine learning research and experiments

Project description

jutility

Collection of Python utilities intended to be useful for machine learning research and experiments.

Contents

Install with pip

The jutility package is available as a Python package on PyPI, and can be installed with pip using the following commands:

python -m pip install -U pip
python -m pip install -U jutility

Usage examples

Coming soon

(in the meantime, see unit tests for util, plotting, and sweep)

Unit tests

To run unit all unit tests, install pytest, and run the following command (at the time of writing, this takes about 17 seconds to run 42 unit tests, because several unit tests involve saving images or GIFs to disk, using pytest version 5.4.1):

pytest

Build package locally

jutility can be built and installed locally using the following commands, replacing $WHEEL_NAME with the name of the wheel built by the python -m build command (for example, jutility-0.0.3-py3-none-any.whl):

python -m build
python -m pip install --force-reinstall dist/$WHEEL_NAME

Updating package on PyPI

This package was uploaded to PyPI following the Packaging Python Projects tutorial in the official Python documentation.

To update PyPI with a newer version, update the version tag in pyproject.toml, and then use the following commands:

rm -rf dist/*
python -m build
python -m twine upload dist/*

When prompted by twine, enter __token__ as the username, and paste an API token from the PyPI account management webpage as the password (including the pypi- prefix).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jutility-0.0.3.tar.gz (17.5 kB view details)

Uploaded Source

Built Distribution

jutility-0.0.3-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

Details for the file jutility-0.0.3.tar.gz.

File metadata

  • Download URL: jutility-0.0.3.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.6

File hashes

Hashes for jutility-0.0.3.tar.gz
Algorithm Hash digest
SHA256 760a506a1fe533fe918f1faf0ac235d06ff958bdb76284e95d6163b57887253e
MD5 03dd13addc92aaeae3ab2af08905b5a5
BLAKE2b-256 e00b0fd5edeb5279068828c6290e9b42be6ef09df68fed262a9600dc6ba9891e

See more details on using hashes here.

File details

Details for the file jutility-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: jutility-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.6

File hashes

Hashes for jutility-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bd310208af4d2048660e2f8cef51daddfa33834520f387c0b9b91ae1296f9fee
MD5 4461bad9fed6b9504b47b7c007832628
BLAKE2b-256 9484f97b69ffbe80b62ad7287ac8705596890443f3394eb42a12c95caca54bc1

See more details on using hashes here.

Supported by

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