Science Score: 64.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Repository
A package for shared utility scripts.
Basic Info
- Host: GitHub
- Owner: sdat2
- License: mit
- Language: Python
- Default Branch: main
- Size: 155 KB
Statistics
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 7
Metadata Files
README.md
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
bash
pip install sithom
Install using conda
bash
conda install -c conda-forge sithom
Package structure
```text
├── 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+
matplotlibseaborncmoceanxarrayuncertaintiesjupyterthemes
Owner
- Name: Simon D.A. Thomas
- Login: sdat2
- Kind: user
- Location: Cambridge, UK
- Company: University of Cambridge @ai4er-cdt / British Antarctic Survey @antarctica
- Website: https://sdat2.github.io/
- Twitter: SimonDAThomas
- Repositories: 37
- Profile: https://github.com/sdat2
PhD candidate at Cambridge @ai4er-cdt. Interested in oceans, tropical cyclones, EVT & ML. https://orcid.org/0000-0001-7911-1659
Citation (CITATION.cff)
cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Thomas
given-names: Simon Donald Alistair
orcid: https://orcid.org/0000-0001-7911-1659
title: Sithom's Scientific Python Utilities Package
version: v0.1.1
doi: 10.5281/zenodo.7020109
url: "https://github.com/sdat2/sithom"
date-released: 2024-10-08
GitHub Events
Total
- Delete event: 1
- Push event: 6
- Pull request event: 2
- Create event: 3
Last Year
- Delete event: 1
- Push event: 6
- Pull request event: 2
- Create event: 3
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Simon D.A. Thomas | s****2@c****k | 95 |
| Simon D.A. Thomas | 3****2@u****m | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 2 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 2 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- sdat2 (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 187 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 7
- Total maintainers: 1
pypi.org: sithom
General utility scripts
- Homepage: https://github.com/sdat2/sithom
- Documentation: https://sithom.readthedocs.io/
- License: MIT
-
Latest release: 0.1.1
published over 1 year ago
Rankings
Maintainers (1)
conda-forge.org: sithom
- Homepage: https://github.com/sdat2/sithom
- License: MIT
-
Latest release: 0.0.2
published over 3 years ago
Rankings
Dependencies
- actions/checkout v3 composite
- actions/setup-python v3 composite
- mathjax *
- nbsphinx ==0.8.7
- nbsphinx_link *
- pandoc *
- recommonmark *
- sphinx *
- sphinx-markdown-tables *
- sphinx_autodoc_typehints *
- sphinx_rtd_theme *