File tree Expand file tree Collapse file tree 5 files changed +63
-5
lines changed
Expand file tree Collapse file tree 5 files changed +63
-5
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2022 Albert Meroño, Rinke Hoekstra, Carlos Martínez
2+ #
3+ # SPDX-License-Identifier: MIT
4+
5+ * ~
6+ \# * \#
7+ bin /
8+ ! bin /grlc-server
9+ build /
10+ config.ini
11+ db-cache.json
12+ db.json
13+ DispatchSparqlQuery.ipynb
14+ docker-compose.yml
15+ Dockerfile2
16+ * /.DS_Store
17+ .eggs /
18+ FileLoaders.ipynb
19+ Get_Parameters.ipynb
20+ GetYamlDecorators.ipynb
21+ .git /
22+ . * !.gitignore
23+ grlc.egg-info /
24+ .idea
25+ include /
26+ ink_ext_XXXXXX_img0.png
27+ .ipynb_checkpoints /
28+ lib /
29+ local /
30+ * .log
31+ node_modules
32+ pip-selfcheck.json
33+ Process_sparql_query_text.ipynb
34+ * .pyc
35+ .pytest_cache
36+ .Python
37+ ReleaseProcedure.md
38+ response_1700168662326.html
39+ Rewrite_Query.ipynb
40+ share /
41+ src /config.ini
42+ src /FileLoaderTesting.ipynb
43+ ssl-certificates /
44+ ! static /swagger-ui /dist /lib
45+ * .swp
46+ testQueries /
47+ TODOs.md
48+ TwitterAPIKeys.md
49+ venv3.10 /
50+ venv3.11 /
51+ venv3.8 /
52+ venv3.9 /
53+ venv-dev /
54+ venv-tests.sh
55+ .vscode /
Original file line number Diff line number Diff line change 11[flake8]
2- per-file-ignores = src/__init__.py:F401
3-
2+ per-file-ignores =
3+ src/__init__.py:F401
4+ src/prov.py:E203
5+ tests/test_grlc.py:F401
Original file line number Diff line number Diff line change @@ -39,3 +39,4 @@ TODOs.md
3939TwitterAPIKeys.md
4040config.ini
4141ink_ext_XXXXXX_img0.png
42+ build /
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ authors:
1616 given-names : Carlos
1717 orcid : " https://orcid.org/0000-0001-5565-7577"
1818cff-version : " 1.0.3"
19- date-released : 2023-07-30
19+ date-released : 2024-02-17
2020doi : 10.5281/zenodo.1064391
2121license : MIT
2222message : " If you use this software, please cite it as below."
@@ -29,4 +29,4 @@ keywords:
2929 - " linked-data"
3030 - " semantic-web"
3131 - " linked-data-api"
32- version : " 1.3.8 "
32+ version : " 1.3.9 "
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def init_prov_graph(self):
5656 "PROV-O" ,
5757 ]
5858 ).decode ("utf-8" )
59- repo_prov = repo_prov [repo_prov .find ("@" ):]
59+ repo_prov = repo_prov [repo_prov .find ("@" ) :]
6060 # glogger.debug('Git2PROV output: {}'.format(repo_prov))
6161 glogger .debug ("Ingesting Git2PROV output into RDF graph" )
6262 with open ("temp.prov.ttl" , "w" ) as temp_prov :
You can’t perform that action at this time.
0 commit comments