Skip to content

Commit 39b4249

Browse files
cmungallhrshdhgd
andauthored
Refactoring to use pyoxigraph. (#5)
* Refactoring to use pyoxigraph. See ozekik/lightrdf#12 * fixed-typo * adding cruft and othrs * bumped up setuptools min version * updated poetry and linted + flake8ed * comment pyroma * comment mypy run * mypy for future pr pytest implemented * added pyroma (commented) Co-authored-by: Harshad Hegde <hegdehb@gmail.com>
1 parent 1ff985b commit 39b4249

14 files changed

Lines changed: 687 additions & 239 deletions

File tree

.cruft.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"template": "https://github.com/hrshdhgd/sphintoxetry-cookiecutter",
3+
"commit": "2b11e720f1f799afeab2731da2bce438d014ad2c",
4+
"checkout": null,
5+
"context": {
6+
"cookiecutter": {
7+
"project_name": "rdf-sql-bulkloader",
8+
"__project_slug": "rdf_sql_bulkloader",
9+
"project_description": "Bulk load of SQL table from RDF in Python",
10+
"file_name": "main",
11+
"greeting_recipient": "World",
12+
"author": "Chris Mungall <cjmungall@lbl.gov>",
13+
"github_token_for_doc_deployment": "GH_TOKEN",
14+
"github_token_for_pypi_deployment": "PYPI_TOKEN",
15+
"_template": "https://github.com/hrshdhgd/sphintoxetry-cookiecutter"
16+
}
17+
},
18+
"directory": null
19+
}

.github/workflows/qc.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323

2424
- name: Install Poetry
25-
uses: snok/install-poetry@vv1.3.1
25+
uses: snok/install-poetry@v1.3.1
2626
- name: Install dependencies
2727
run: poetry install --no-interaction
2828

2929
- name: Check code quality with flake8
3030
run: poetry run tox -e flake8
31-
- name: Check package metadata with Pyroma
32-
run: poetry run tox -e pyroma
33-
- name: Check static typing with MyPy
34-
run: poetry run tox -e mypy
31+
# - name: Check package metadata with Pyroma
32+
# run: poetry run tox -e pyroma
33+
# - name: Check static typing with MyPy
34+
# run: poetry run tox -e mypy
3535

3636
- name: Test with pytest and generate coverage file
37-
run: poetry run tox -e py
37+
run: poetry run pytest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ loader = SqliteBulkloader(path=path, named_prefix_maps=["obo", "prefixcc"])
5858

5959
## Acknowledgements
6060

61-
This work was entirely inspired by James Overton's [rdftab.rs](https://github.com/ontodev/rdftab.rs
61+
This work was entirely inspired by James Overton's [rdftab.rs](https://github.com/ontodev/rdftab.rs)
6262

6363
This [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/README.html) project was developed from the [sphintoxetry-cookiecutter](https://github.com/hrshdhgd/sphintoxetry-cookiecutter) template and will be kept up-to-date using [cruft](https://cruft.github.io/cruft/).

poetry.lock

Lines changed: 55 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)