my-code-base
A collection of routines that I use in my daily work
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
Repository
A collection of routines that I use in my daily work
Basic Info
- Host: GitHub
- Owner: markusritschel
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://markusritschel.github.io/my-code-base/
- Size: 4.96 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
- Releases: 0
Metadata Files
README.md
My Code Base
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
- Repositories: 2
- Profile: https://github.com/markusritschel
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
- actions/cache v1 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- 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