General utility scripts
Project description
sithom README
Description
A package for shared utility scripts that I use in my research projects.
I realised I was copying functionality from project to project. So instead, here it is.
Install using pip
pip install sithom
Install using conda
conda install -c conda-forge sithom
Package structure
├── CHANGELOG.txt <- List of main changes at each new package version.
├── CITATION.cff <- File to allow you to easily cite this repository.
├── LICENSE <- MIT Open software license.
├── Makefile <- Makefile with commands.
├── pytest.ini <- Enable doctest unit-tests.
├── README.md <- The top-level README for developers using this project.
├── setup.py <- Python setup file for pip install.
|
├── sithom <- Package folder.
| |
│ ├── __init__.py <- Init file.
│ ├── _version.py <- Key package information.
│ ├── curve.py <- Curve fitting w. uncertainty propogation.
│ ├── io.py <- Input output functions (json).
│ ├── misc.py <- Miscellanious utilities.
│ ├── place.py <- Place objects.
│ ├── plot.py <- Plot utilties.
│ ├── time.py <- Time utilties.
│ ├── unc.py <- Uncertainties utilties.
│ └── xr.py <- Xarray utilties.
|
└── tests <- Test folder.
Requirements
- Python 3.8+
matplotlib
seaborn
cmocean
xarray
uncertainties
jupyterthemes
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
sithom-0.1.1-py3-none-any.whl
(21.6 kB
view details)
File details
Details for the file sithom-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: sithom-0.1.1-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f5d7294a107b18153abb215b3556c44c70fa9a2fba93292d0a975d01426a300 |
|
MD5 | f5a1cfb8d73e8ee9f0f4614c978e8dbc |
|
BLAKE2b-256 | 7420ebace3aa0e4e0b64e0b62ba81eb70d7f499c958a2a8445c8c25fa328b5b9 |