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.post13.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.post13.tar.gz.
File metadata
- Download URL: fxutil-2.0.1.post13.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 |
ac1f246a192a90afb4eb7b3ad6c33e2f9abff9afd1f2662eb76cd6ed8baca562
|
|
| MD5 |
0246ca5800983b10482c71ffd8ad8325
|
|
| BLAKE2b-256 |
23f53ec13b0f2b5cf0430c95262820b7bcf697872917cc5165e4e1bbd7d7053f
|
File details
Details for the file fxutil-2.0.1.post13-py3-none-any.whl.
File metadata
- Download URL: fxutil-2.0.1.post13-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af9baa6633e6e97cc70fb0070668555d64855ee32a1c727720361d9302174307
|
|
| MD5 |
4e020b0a39e089b47b269ee3a3778057
|
|
| BLAKE2b-256 |
47ae14e216c19e865630c2b9d739b8733e2a547e7d61059a4fb7b8e186d0499b
|