https://github.com/digital-botanical-gardens-initiative/inat-fetcher

https://github.com/digital-botanical-gardens-initiative/inat-fetcher

Science Score: 26.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary
Last synced: 5 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: digital-botanical-gardens-initiative
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 6.92 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created almost 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License

README.md

inat-fetcher

Release Build status codecov Commit activity License

test

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 git@github.com:digital-botanical-gardens-initiative/inat-fetcher.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


Repository initiated with fpgmaas/cookiecutter-poetry.

Owner

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

GitHub Events

Total
  • Push event: 5
Last Year
  • Push event: 5

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
  • snok/install-poetry v1 composite
poetry.lock pypi
  • attrs 23.2.0
  • cachetools 5.3.3
  • cattrs 23.2.3
  • certifi 2024.2.2
  • cffi 1.16.0
  • cfgv 3.4.0
  • chardet 5.2.0
  • charset-normalizer 3.3.2
  • colorama 0.4.6
  • cryptography 42.0.5
  • distlib 0.3.8
  • exceptiongroup 1.2.0
  • filelock 3.13.1
  • flatten-dict 0.4.2
  • identify 2.5.35
  • idna 3.6
  • importlib-metadata 7.1.0
  • iniconfig 2.0.0
  • jaraco-classes 3.3.1
  • jeepney 0.8.0
  • keyring 24.3.1
  • markdown-it-py 3.0.0
  • mdurl 0.1.2
  • more-itertools 10.2.0
  • mypy 1.9.0
  • mypy-extensions 1.0.0
  • nodeenv 1.8.0
  • numpy 1.26.4
  • packaging 24.0
  • pandas 2.2.1
  • platformdirs 4.2.0
  • pluggy 1.4.0
  • pre-commit 3.6.2
  • pycparser 2.21
  • pygments 2.17.2
  • pyinaturalist 0.19.0
  • pyinaturalist-convert 0.5.0
  • pyproject-api 1.6.1
  • pyrate-limiter 2.10.0
  • pytest 7.4.4
  • python-dateutil 2.9.0.post0
  • python-dotenv 1.0.1
  • python-forge 18.6.0
  • pytz 2024.1
  • pywin32-ctypes 0.2.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • requests-cache 1.2.0
  • requests-ratelimiter 0.6.0
  • rich 13.7.1
  • secretstorage 3.3.3
  • setuptools 69.2.0
  • six 1.16.0
  • tablib 3.5.0
  • tomli 2.0.1
  • tox 4.14.1
  • typing-extensions 4.10.0
  • tzdata 2024.1
  • url-normalize 1.4.3
  • urllib3 2.2.1
  • virtualenv 20.25.1
  • zipp 3.18.1
pyproject.toml pypi
  • mypy ^1.5.1 develop
  • pre-commit ^3.4.0 develop
  • pytest ^7.2.0 develop
  • tox ^4.11.1 develop
  • pandas ^2.2.1
  • pyinaturalist ^0.19.0
  • pyinaturalist-convert 0.5.0
  • python >=3.9,<4.0
  • python-dotenv ^1.0.1
  • tablib ^3.5.0