my-code-base

A collection of routines that I use in my daily work

https://github.com/markusritschel/my-code-base

Science Score: 44.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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A collection of routines that I use in my daily work

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 5
  • Releases: 0
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Citation Authors

README.md

My Code Base

build License MIT license

This is a collection of routines that I've developed over time and that I use in my daily work.

Installation

Clone this repo via bash git clone https://github.com/markusritschel/my-code-base Then, in the new directory (cd my-code-base/) install the package via: pip install . or via pip install -e . if you plan on making changes to the code.

Alternatively, install directly from GitHub via pip install 'git+https://github.com/markusritschel/my-code-base.git'

Testing

Run make tests in the source directory to test the code. This will execute both the unit tests and docstring examples (using pytest).

Run make lint to check code style consistency.

Maintainer

Contact & Issues

For any questions or issues, please contact me via git@markusritschel.de or open an issue.


© Markus Ritschel 2024

Owner

  • Name: Markus Ritschel
  • Login: markusritschel
  • Kind: user
  • Location: Hamburg
  • Company: Doctoral candidate at the University of Hamburg and Max-Planck-Institute for Meteorology

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Ritschel"
  given-names: "Markus"
  orcid: "https://orcid.org/0000-0000-0000-0000"
title: "My Code Base"
version: 0.1.0
doi: 10.5281/zenodo.1234
date-released: 2024-06-11
url: "https://github.com/markusritschel/my-code-base"

GitHub Events

Total
Last Year

Dependencies

.github/workflows/main.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
requirements.txt pypi
  • Click ==7.0
  • coverage ==4.5.4
  • flake8 ==3.7.8
  • pip ==19.2.3
  • pytest ==4.6.5
  • sphinx-rtd-theme ==0.5.2
setup.py pypi