tools
(tools package was replaced on 2025.04.28. If you're looking for web scraping tools, visit http://pypi.python.org/pypi/weblib)
Python syntax tools for faster programming. github
jsyoo61@unc.edu
pip install tools
import tools as T
T.save_pickle(data, 'data.p')
data = T.load_pickle('data.p')
Most useful functions are in tools.tools which is loaded to the main module by default.
API dependent tools are in their corresponding folders: tools.API_name (i.e. tools.torch.optim)
Undocumented, so you'll have to look at documents written inside the codes or with help(). (Most codes contain explanation) Planning to document with chatGPT.
I'm happy to discuss questions or suggestions, please contact me via email. :)
1.0.4. (2025.8.14.)
tools.sklearn.metricsstable, has proper argumentsaxis_ref,axis_bias
Release files for tools 1.0.35
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tools-1.0.35.tar.gz | 38.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tools-1.0.35-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 83.7 kB
Release files / tools-1.0.35.tar.gz
| Download URL | tools-1.0.35.tar.gz |
|---|---|
| Size | 38.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
36d44efae36def71ba2a1f9c9e68a2b8ac434c80195bbc607c4fd6833c13e455
|
|
BLAKE2b-256 checksum How to use checksums |
8dfda0bc9dc555348bc0a01518c5bf5c93be6d01f3fe79e1da2f1157abba58da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.5
|
Release files / tools-1.0.35-py3-none-any.whl
| Download URL | tools-1.0.35-py3-none-any.whl |
|---|---|
| Size | 45.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
62af028e307a1733db7bd45b02c5d1b4a1f6a5492a4acb93f85c40f0d0bafd91
|
|
BLAKE2b-256 checksum How to use checksums |
12fb97f4136c4c16acabce9e06094e7ebd60d5ecbfac38222e04dce9d16ca8f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.5
|