px
pypx

tools

v1.0.30

python syntax tool

43 KB Python 3.6+ py3-none-anyMIT License
$ uv add tools

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
[email protected]

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.metrics stable, has proper arguments axis_ref, axis_bias

Details

Version
1.0.30
License
MIT License
Python
>=3.6
Maintainer
JaeSung Yoo

Release Cadence

27
releases in the past year
avg 141 days between releases

Maintainers