Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSampson committed May 4, 2024
1 parent 13ba14e commit 800a825
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
argparse = "==1.4.0"
sparqlwrapper = "==1.8.5"
pandas = "==1.2.4"
rdflib = "==6.0.2"
requests = "==2.25.1"
bs4 = "==0.0.1"
beautifulsoup4 = "==4.9.3"

[dev-packages]

[requires]
python_version = "3.12"
5 changes: 5 additions & 0 deletions eurlex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ def get_html_by_cellar_id(cellar_id: str, language: str = "en") -> str:
----------
cellar_id : str
The CELLAR ID to find HTML for.
language : str
The language to retrieve the HTML in (default: "en").
Returns
-------
Expand Down Expand Up @@ -356,6 +358,9 @@ def get_html_by_celex_id(celex_id: str, language: str = "en") -> str:
----------
celex_id : str
The CELEX ID to find HTML for.
language : str
The language to retrieve the HTML in (default: "en").
Returns
-------
Expand Down

0 comments on commit 800a825

Please sign in to comment.