Some handy tools...
Project description
f(x)util---A bunch of utilities to do things.
Scarcely documented.
Some hints
Getting started
Needs Python 3.10 or later.
pip install fxutil
Contributing
Happy to take pull requests!
git clone git@github.com:fxjung/fxutil.git
cd fxutil
pip install -e .
pre-commit install
pytest
Code style is black.
CLI commands
In general, try fxutil <cmd> --help to get more help.
fxutil manuscript package-- Package a scientfic manuscript into a journal-digestible zip file
SaveFigure
Use like:
from fxutil.imports.general import *
sf = SaveFigure()
def draw_plot():
fig, ax = figax()
ax.plot(*evf(np.r_[-1:1:100j], lambda x: x**2))
sf(draw_plot, "my cute figure")
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
fxutil-2.0.1.post12.tar.gz
(192.0 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 fxutil-2.0.1.post12.tar.gz.
File metadata
- Download URL: fxutil-2.0.1.post12.tar.gz
- Upload date:
- Size: 192.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f8118b7661af0cf03759f90b8be39b4429acc37be310773ec4b6ca6c03880cc
|
|
| MD5 |
914a564353fb238b0d73599918bb9d61
|
|
| BLAKE2b-256 |
50f4807b5737921ca8bbbea700b1d72cc202c1453363d3b706732cd7e53b5763
|
File details
Details for the file fxutil-2.0.1.post12-py3-none-any.whl.
File metadata
- Download URL: fxutil-2.0.1.post12-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7edbc6c383b09c921a8b9d6d8cbff2b6233f9a3777a5ea7971d67dff54bbf6fd
|
|
| MD5 |
bf803f2056498b833d763831154ca4b1
|
|
| BLAKE2b-256 |
4ae243e85bef97c98d86d303027c8d8b62ec74f5f6e9be8a00dce9ffc70be08c
|