sithom

A package for shared utility scripts.

https://github.com/sdat2/sithom

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
Last synced: 6 months ago · JSON representation ·

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
Created almost 4 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License Citation

README.md

sithom README

License: MITCode StylePython packageDocumentation StatusPyPI versionDOI

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+
  • matplotlib
  • seaborn
  • cmocean
  • xarray
  • uncertainties
  • jupyterthemes

Owner

  • Name: Simon D.A. Thomas
  • Login: sdat2
  • Kind: user
  • Location: Cambridge, UK
  • Company: University of Cambridge @ai4er-cdt / British Antarctic Survey @antarctica

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

All Time
  • Total Commits: 98
  • Total Committers: 2
  • Avg Commits per committer: 49.0
  • Development Distribution Score (DDS): 0.031
Past Year
  • Commits: 98
  • Committers: 2
  • Avg Commits per committer: 49.0
  • Development Distribution Score (DDS): 0.031
Top Committers
Name Email 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

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 187 Last month
Rankings
Dependent packages count: 6.6%
Downloads: 18.5%
Average: 22.3%
Stargazers count: 25.5%
Forks count: 30.5%
Dependent repos count: 30.6%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: sithom
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 34.0%
Average: 51.2%
Dependent packages count: 51.2%
Stargazers count: 58.4%
Forks count: 61.1%
Last synced: 6 months ago

Dependencies

.github/workflows/python-package.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
docs/requirements.txt pypi
  • mathjax *
  • nbsphinx ==0.8.7
  • nbsphinx_link *
  • pandoc *
  • recommonmark *
  • sphinx *
  • sphinx-markdown-tables *
  • sphinx_autodoc_typehints *
  • sphinx_rtd_theme *
pyproject.toml pypi
setup.py pypi