Some small Python utilities for everyday convenience
Project description
Some small Python utilities for everyday convenience.
See code for more details about the utilities themselves.
A note on packaging/installation:
---------------------------------
Note that the package name and import name is
anton_util
not
anton-util
as in the pip install command shown on PyPI. If I remember, there is a bug somewhere in the Python distribution chain that replaces _ with - in package names. It seems to be around PyPI since the package import name and pip name is according to the pyproject.toml, ie anton_util. This is important, since
import anton-util
is invalid Python syntax while
import anton_util
works just fine.
pip install anton_util
seems to work too, so it might be more or less a display bug only.
//AB
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
anton_util-0.0.2.tar.gz
(1.6 kB
view details)
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
File details
Details for the file anton_util-0.0.2.tar.gz.
File metadata
- Download URL: anton_util-0.0.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55048b73e3bdfbd1fdb8d7dec247c3ca7231c95fb109dcc7a15244b8880ed078
|
|
| MD5 |
c5be8f80d99b67a3be7470bcf72386e4
|
|
| BLAKE2b-256 |
f3bf54665e523b88b4de4293cfced2914828aed9bda4c9d559d0533abaae663d
|
File details
Details for the file anton_util-0.0.2-py3-none-any.whl.
File metadata
- Download URL: anton_util-0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8348ad7893b49bcac2e7a660ece3f053d5617d7ded6add02cb4afaf976fa7429
|
|
| MD5 |
4583d8e636ed7f3bc8bfdb8662d75497
|
|
| BLAKE2b-256 |
cb74183b90a0372b448ede574a089e574f5c73b9bc529bae063ac3effae7df18
|