Miscellaneous utilities for PAX notebooks
Project description
paxutils
Miscellaneous utilities for PAX notebooks.
The path.Path
class is a dropin replacement for pathlib.Path
in the context of the PAX platform. Use the standard pathlib
in any other context.
Usage
from paxutils.path import Path
# define path for file `myfile` in the context of the PAX course `GIF-U014`
path = Path('myfile', course='GIF-U014')
...
build distribution
python -m build
upload to pypi
twine upload dist/*
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
paxutils-0.2.2.tar.gz
(3.9 kB
view hashes)