tum_esm_utils

Python utilities for our research group and beyond

https://github.com/tum-esm/utils

Science Score: 65.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
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
    Organization tum-esm has institutional domain (www.ei.tum.de)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.8%) to scientific vocabulary

Keywords

library python utilities
Last synced: 6 months ago · JSON representation ·

Repository

Python utilities for our research group and beyond

Basic Info
Statistics
  • Stars: 7
  • Watchers: 3
  • Forks: 0
  • Open Issues: 1
  • Releases: 13
Topics
library python utilities
Created almost 3 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

📦  TUM ESM Python Utilities

This library is a collection of small functions used in our research projects. Here, we can test and document the functions properly instead of every project dealing with this overhead which allows us to reduce the size of the utility directories of individual projects.

Feel free to use it in any other project ✨

PyPI PyPI - Python Version
GitHub


For Users

Install the Python library with:

```bash pdm add tumesmutils

or

pip install tumesmutils ```

Use the API reference at tum-esm-utils.netlify.app.


For Developers

Publish the Package to PyPI:

bash pdm build pdm publish

Open documentation page in dev mode

bash cd docs npm install npm run dev

Owner

  • Name: TUM - Environmental Sensing and Modeling
  • Login: tum-esm
  • Kind: organization
  • Location: Germany

Citation (CITATION.cff)

title: TUM ESM Python Utilities
abstract: Python utilities for our research group and beyond
authors:
  - affiliation: Technical University of Munich
    family-names: Makowski
    given-names: Moritz
    orcid: 0000-0002-2948-2993
  - affiliation: Technical University of Munich
    family-names: Klappenbach
    given-names: Friedrich
    orcid: 0000-0001-9455-6496
  - affiliation: Technical University of Munich
    family-names: Chen
    given-names: Jia
    orcid: 0000-0002-6350-6610
cff-version: 1.2.0
doi: 10.5281/zenodo.14284949
license:
  - gpl-3.0-or-later
type: software
version: 2.9.0
date-released: "2025-09-02"

GitHub Events

Total
  • Create event: 22
  • Issues event: 3
  • Release event: 6
  • Watch event: 3
  • Delete event: 2
  • Issue comment event: 4
  • Push event: 57
  • Pull request event: 8
Last Year
  • Create event: 22
  • Issues event: 3
  • Release event: 6
  • Watch event: 3
  • Delete event: 2
  • Issue comment event: 4
  • Push event: 57
  • Pull request event: 8

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 357
  • Total Committers: 1
  • Avg Commits per committer: 357.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 151
  • Committers: 1
  • Avg Commits per committer: 151.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Moritz Makowski m****z@d****v 357
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 19
  • Total pull requests: 11
  • Average time to close issues: about 2 months
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.21
  • Average comments per pull request: 0.82
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 8
  • Average time to close issues: 2 days
  • Average time to close pull requests: about 1 hour
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.88
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dostuffthatmatters (19)
Pull Request Authors
  • dostuffthatmatters (13)
Top Labels
Issue Labels
type:feature (7) type:refactoring (1) status:in-progress (1) status:implemented (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 250 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 64
  • Total maintainers: 1
pypi.org: tum_esm_utils

Python utilities by the Professorship of Environmental Sensing and Modeling at the Technical University of Munich

  • Versions: 64
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 250 Last month
Rankings
Dependent packages count: 7.3%
Downloads: 14.1%
Stargazers count: 27.9%
Average: 29.6%
Forks count: 30.0%
Dependent repos count: 68.7%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/static.yml actions
  • actions/checkout v3 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v2 composite
  • actions/upload-pages-artifact v2 composite
.github/workflows/test.yaml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • snok/install-poetry v1 composite
docs/package-lock.json npm
  • 485 dependencies
docs/package.json npm
  • @types/node 20.8.2 development
  • typescript 5.2.2 development
  • autoprefixer ^10.4.16
  • next ^13.5.4
  • nextra ^2.13.1
  • nextra-theme-docs ^2.13.1
  • postcss ^8.4.31
  • react ^18.2.0
  • react-dom ^18.2.0
  • tailwindcss ^3.3.3
poetry.lock pypi
  • black 23.11.0
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • databind-core 4.4.0
  • databind-json 4.4.0
  • deprecated 1.2.14
  • docspec 2.2.1
  • docspec-python 2.2.1
  • docstring-parser 0.11
  • exceptiongroup 1.1.3
  • filelock 3.13.1
  • idna 3.4
  • importlib-metadata 6.8.0
  • iniconfig 2.0.0
  • jinja2 3.1.2
  • markupsafe 2.1.3
  • mypy 1.7.0
  • mypy-extensions 1.0.0
  • nr-date 2.1.0
  • nr-stream 1.1.5
  • nr-util 0.8.12
  • packaging 23.2
  • pathspec 0.11.2
  • platformdirs 4.0.0
  • pluggy 1.3.0
  • polars 0.19.13
  • psutil 5.9.6
  • pydoc-markdown 4.8.2
  • pydocstyle 6.3.0
  • pytest 7.4.3
  • pyyaml 6.0.1
  • requests 2.31.0
  • setuptools 68.2.2
  • snowballstemmer 2.2.0
  • tomli 2.0.1
  • tomli-w 1.0.0
  • typeapi 2.1.1
  • types-psutil 5.9.5.17
  • types-requests 2.31.0.10
  • typing-extensions 4.8.0
  • urllib3 2.1.0
  • watchdog 3.0.0
  • wrapt 1.16.0
  • yapf 0.40.2
  • zipp 3.17.0
pyproject.toml pypi
  • filelock ^3.12.4
  • polars ^0.19.5
  • psutil ^5.9.4
  • python ^3.8
  • requests ^2.31.0