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 scripts/make_logo.py
which made the logo above, and 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.5-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
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 jutility-0.0.5.tar.gz
.
File metadata
- Download URL: jutility-0.0.5.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2fd311dd62ed2107f040e9487b7104c54da79bff6fda0ea4f8ab73e1affb090 |
|
MD5 | 66bf3d5e9c3ac57a7c9aa18c05fb053e |
|
BLAKE2b-256 | 090cb24d0a5281110c68f65b1dd05259b615038da488775b4ae2335ba50aca0e |
File details
Details for the file jutility-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: jutility-0.0.5-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62cd601c642ec4310924c95aad370160ced3a65ac42d2957954eaaa178a8f872 |
|
MD5 | 6a83589fe27ccff1ce640a493e9ab750 |
|
BLAKE2b-256 | df451c6ade77901172e826f3c28e3e7c55f33b7355a88ca7745e770b49757275 |