https://github.com/commons-research/graph-utils

https://github.com/commons-research/graph-utils

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 (13.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: commons-research
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 45.9 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • 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

graph-utils

Release Build status codecov Commit activity License

TPython package to fetch and transform graph files.

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:commons-research/graph-utils.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: commons-research
  • Login: commons-research
  • Kind: organization

GitHub Events

Total
  • Push event: 2
  • Create event: 2
Last Year
  • Push event: 2
  • Create event: 2

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/actions/setup-poetry-env/action.yml actions
  • actions/cache v4 composite
  • actions/setup-python v5 composite
.github/workflows/main.yml actions
  • ./.github/actions/setup-poetry-env * composite
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • codecov/codecov-action v4 composite
.github/workflows/on-release-main.yml actions
  • ./.github/actions/setup-poetry-env * composite
  • actions/checkout v4 composite
.github/workflows/validate-codecov-config.yml actions
  • actions/checkout v4 composite
Dockerfile docker
  • python 3.9-slim-buster build
poetry.lock pypi
  • babel 2.17.0
  • backrefs 5.7.post1
  • cachetools 5.5.2
  • certifi 2025.1.31
  • cfgv 3.4.0
  • chardet 5.2.0
  • charset-normalizer 3.4.1
  • click 8.1.8
  • colorama 0.4.6
  • coverage 7.6.1
  • deptry 0.16.2
  • distlib 0.3.9
  • exceptiongroup 1.2.2
  • filelock 3.16.1
  • ghp-import 2.1.0
  • griffe 1.4.0
  • identify 2.6.1
  • idna 3.10
  • iniconfig 2.0.0
  • isodate 0.7.2
  • jinja2 3.1.5
  • markdown 3.7
  • markupsafe 2.1.5
  • mergedeep 1.3.4
  • mkdocs 1.6.1
  • mkdocs-autorefs 1.2.0
  • mkdocs-get-deps 0.2.0
  • mkdocs-material 9.6.7
  • mkdocs-material-extensions 1.3.1
  • mkdocstrings 0.26.1
  • mkdocstrings-python 1.11.1
  • mypy 1.14.1
  • mypy-extensions 1.0.0
  • nodeenv 1.9.1
  • packaging 24.2
  • paginate 0.5.7
  • pathspec 0.12.1
  • platformdirs 4.3.6
  • pluggy 1.5.0
  • pre-commit 3.5.0
  • pygments 2.19.1
  • pymdown-extensions 10.14.3
  • pyparsing 3.2.1
  • pyproject-api 1.8.0
  • pytest 7.4.4
  • pytest-cov 4.1.0
  • python-dateutil 2.9.0.post0
  • pyyaml 6.0.2
  • pyyaml-env-tag 0.1
  • rdflib 7.1.3
  • requests 2.32.3
  • six 1.17.0
  • tomli 2.2.1
  • tox 4.24.1
  • typing-extensions 4.12.2
  • urllib3 2.2.3
  • virtualenv 20.29.2
  • watchdog 4.0.2
pyproject.toml pypi
  • deptry ^0.16.2 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.26.1 docs
  • python >=3.10,<4.0
  • rdflib ^7.1.3
  • requests ^2.32.3