https://github.com/digital-botanical-gardens-initiative/wd-ott-checker

https://github.com/digital-botanical-gardens-initiative/wd-ott-checker

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.6%) to scientific vocabulary
Last synced: 4 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: digital-botanical-gardens-initiative
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 96.7 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License

README.md

wd-ott-checker

Release Build status codecov Commit activity License

These script aim to check for the presence of OTT ids for Wikidata taxa and eventually complete lacking information

Getting started with your project

First, create a repository on GitHub with the same name as this project, and then run the following commands:

bash git init -b main git add . git commit -m "init commit" git remote add origin https://github.com/digital-botanical-gardens-initiative/wd-ott-checker.git git push -u origin main

Finally, install the environment and the pre-commit hooks with

bash make install

You are now ready to start development on your project! The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.

To finalize the set-up for publishing to PyPi or Artifactory, see here. For activating the automatic documentation with MkDocs, see here. To enable the code coverage reports, see here.

Releasing a new version

  • Create an API Token on Pypi.
  • Add the API Token to your projects secrets with the name PYPI_TOKEN by visiting this page.
  • Create a new release on Github.
  • Create a new tag in the form *.*.*.

For more details, see here.


Repository initiated with fpgmaas/cookiecutter-poetry.

Owner

  • Name: The Digital Botanical Garden Initiative
  • Login: digital-botanical-gardens-initiative
  • Kind: organization

GitHub Events

Total
Last Year

Dependencies

.github/actions/setup-poetry-env/action.yml actions
  • actions/cache v3 composite
  • actions/setup-python v4 composite
  • snok/install-poetry v1 composite
.github/workflows/main.yml actions
  • ./.github/actions/setup-poetry-env * composite
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite
  • snok/install-poetry v1 composite
.github/workflows/on-release-main.yml actions
  • ./.github/actions/setup-poetry-env * composite
  • actions/checkout v3 composite
.github/workflows/validate-codecov-config.yml actions
  • actions/checkout v3 composite
Dockerfile docker
  • python 3.9-slim-buster build
poetry.lock pypi
  • babel 2.15.0
  • cachetools 5.3.3
  • certifi 2024.7.4
  • cfgv 3.4.0
  • chardet 5.2.0
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • coverage 7.5.4
  • deptry 0.12.0
  • distlib 0.3.8
  • exceptiongroup 1.2.1
  • filelock 3.15.4
  • ghp-import 2.1.0
  • griffe 0.47.0
  • identify 2.6.0
  • idna 3.7
  • iniconfig 2.0.0
  • jinja2 3.1.4
  • markdown 3.6
  • markupsafe 2.1.5
  • mergedeep 1.3.4
  • mkdocs 1.6.0
  • mkdocs-autorefs 1.0.1
  • mkdocs-get-deps 0.2.0
  • mkdocs-material 9.5.28
  • mkdocs-material-extensions 1.3.1
  • mkdocstrings 0.23.0
  • mkdocstrings-python 1.8.0
  • mypy 1.10.1
  • mypy-extensions 1.0.0
  • nodeenv 1.9.1
  • packaging 24.1
  • paginate 0.5.6
  • pathspec 0.12.1
  • platformdirs 4.2.2
  • pluggy 1.5.0
  • pre-commit 3.7.1
  • pygments 2.18.0
  • pymdown-extensions 10.8.1
  • pyproject-api 1.7.1
  • pytest 7.4.4
  • pytest-cov 4.1.0
  • python-dateutil 2.9.0.post0
  • pyyaml 6.0.1
  • pyyaml-env-tag 0.1
  • regex 2024.5.15
  • requests 2.32.3
  • six 1.16.0
  • tomli 2.0.1
  • tox 4.16.0
  • typing-extensions 4.12.2
  • urllib3 2.2.2
  • virtualenv 20.26.3
  • watchdog 4.0.1
pyproject.toml pypi
  • deptry ^0.12.0 develop
  • mypy ^1.5.1 develop
  • pre-commit ^3.4.0 develop
  • pytest ^7.2.0 develop
  • pytest-cov ^4.0.0 develop
  • tox ^4.11.1 develop
  • mkdocs ^1.4.2 docs
  • mkdocs-material ^9.2.7 docs
  • mkdocstrings ^0.23.0 docs
  • python >=3.10,<3.13