This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
2,317 additions
and
121 deletions.
There are no files selected for viewing
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[tool.poetry] | ||
name = "pyise-ers" | ||
version = "0.3-dev" | ||
description = "ISE-ERS API Wrapper" | ||
authors = ["Falk <falk@mockel.se>"] | ||
license = "GPL" | ||
readme = "README.md" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
requests = "*" | ||
furl = "*" | ||
|
||
|
||
[tool.poetry.group.dev.dependencies] | ||
flake8 = "*" | ||
pytest = "*" | ||
black = "*" | ||
pytest-cov = "*" | ||
ptpython = "*" | ||
codecov = "*" | ||
setuptools = "^67.7.2" | ||
twine = "^4.0.2" | ||
wheel = "^0.40.0" | ||
isort = "^5.12.0" | ||
[build-system] | ||
requires = ["poetry-core"] | ||
build-backend = "poetry.core.masonry.api" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
certifi==2022.12.7 ; python_version >= "3.10" and python_version < "4.0" | ||
charset-normalizer==3.1.0 ; python_version >= "3.10" and python_version < "4.0" | ||
furl==2.1.3 ; python_version >= "3.10" and python_version < "4.0" | ||
idna==3.4 ; python_version >= "3.10" and python_version < "4.0" | ||
orderedmultidict==1.0.1 ; python_version >= "3.10" and python_version < "4.0" | ||
requests==2.29.0 ; python_version >= "3.10" and python_version < "4.0" | ||
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" | ||
urllib3==1.26.15 ; python_version >= "3.10" and python_version < "4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
setuptools==58.2.0 | ||
twine==3.4.2 | ||
wheel==0.37.0 | ||
setuptools | ||
twine | ||
wheel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,66 @@ | ||
################################################################################ | ||
# This requirements file has been automatically generated from `Pipfile` with | ||
# `pipenv-to-requirements` | ||
# | ||
# | ||
# This has been done to maintain backward compatibility with tools and services | ||
# that do not support `Pipfile` yet. | ||
# | ||
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and | ||
# `Pipfile.lock` and then regenerate `requirements*.txt`. | ||
################################################################################ | ||
|
||
furl | ||
requests | ||
appdirs==1.4.4 ; python_version >= "3.10" and python_version < "4.0" | ||
attrs==23.1.0 ; python_version >= "3.10" and python_version < "4.0" | ||
black==23.3.0 ; python_version >= "3.10" and python_version < "4.0" | ||
bleach==6.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
certifi==2022.12.7 ; python_version >= "3.10" and python_version < "4.0" | ||
cffi==1.15.1 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux" | ||
charset-normalizer==3.1.0 ; python_version >= "3.10" and python_version < "4.0" | ||
click==8.1.3 ; python_version >= "3.10" and python_version < "4.0" | ||
codecov==2.1.13 ; python_version >= "3.10" and python_version < "4.0" | ||
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows" | ||
coverage==7.2.5 ; python_version >= "3.10" and python_version < "4.0" | ||
coverage[toml]==7.2.5 ; python_version >= "3.10" and python_version < "4.0" | ||
cryptography==40.0.2 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux" | ||
docutils==0.19 ; python_version >= "3.10" and python_version < "4.0" | ||
exceptiongroup==1.1.1 ; python_version >= "3.10" and python_version < "3.11" | ||
flake8==6.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
furl==2.1.3 ; python_version >= "3.10" and python_version < "4.0" | ||
idna==3.4 ; python_version >= "3.10" and python_version < "4.0" | ||
importlib-metadata==6.6.0 ; python_version >= "3.10" and python_version < "4.0" | ||
iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
jaraco-classes==3.2.3 ; python_version >= "3.10" and python_version < "4.0" | ||
jedi==0.18.2 ; python_version >= "3.10" and python_version < "4.0" | ||
jeepney==0.8.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux" | ||
keyring==23.13.1 ; python_version >= "3.10" and python_version < "4.0" | ||
markdown-it-py==2.2.0 ; python_version >= "3.10" and python_version < "4.0" | ||
mccabe==0.7.0 ; python_version >= "3.10" and python_version < "4.0" | ||
mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0" | ||
more-itertools==9.1.0 ; python_version >= "3.10" and python_version < "4.0" | ||
multidict==6.0.4 ; python_version >= "3.10" and python_version < "4.0" | ||
mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
orderedmultidict==1.0.1 ; python_version >= "3.10" and python_version < "4.0" | ||
packaging==23.1 ; python_version >= "3.10" and python_version < "4.0" | ||
parso==0.8.3 ; python_version >= "3.10" and python_version < "4.0" | ||
pathspec==0.11.1 ; python_version >= "3.10" and python_version < "4.0" | ||
pkginfo==1.9.6 ; python_version >= "3.10" and python_version < "4.0" | ||
platformdirs==3.5.0 ; python_version >= "3.10" and python_version < "4.0" | ||
pluggy==1.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
prompt-toolkit==3.0.38 ; python_version >= "3.10" and python_version < "4.0" | ||
ptpython==3.0.23 ; python_version >= "3.10" and python_version < "4.0" | ||
pycodestyle==2.10.0 ; python_version >= "3.10" and python_version < "4.0" | ||
pycparser==2.21 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux" | ||
pyflakes==3.0.1 ; python_version >= "3.10" and python_version < "4.0" | ||
pygments==2.15.1 ; python_version >= "3.10" and python_version < "4.0" | ||
pytest-cov==4.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
pytest-recording==0.12.2 ; python_version >= "3.10" and python_version < "4.0" | ||
pytest==7.3.1 ; python_version >= "3.10" and python_version < "4.0" | ||
pywin32-ctypes==0.2.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" | ||
pyyaml==6.0 ; python_version >= "3.10" and python_version < "4.0" | ||
readme-renderer==37.3 ; python_version >= "3.10" and python_version < "4.0" | ||
requests-toolbelt==1.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
requests==2.29.0 ; python_version >= "3.10" and python_version < "4.0" | ||
rfc3986==2.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
rich==13.3.5 ; python_version >= "3.10" and python_version < "4.0" | ||
secretstorage==3.3.3 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux" | ||
setuptools==67.7.2 ; python_version >= "3.10" and python_version < "4.0" | ||
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" | ||
tomli==2.0.1 ; python_version >= "3.10" and python_full_version <= "3.11.0a6" | ||
twine==4.0.2 ; python_version >= "3.10" and python_version < "4.0" | ||
urllib3==1.26.15 ; python_version >= "3.10" and python_version < "4.0" | ||
vcrpy==4.2.1 ; python_version >= "3.10" and python_version < "4.0" | ||
wcwidth==0.2.6 ; python_version >= "3.10" and python_version < "4.0" | ||
webencodings==0.5.1 ; python_version >= "3.10" and python_version < "4.0" | ||
wheel==0.40.0 ; python_version >= "3.10" and python_version < "4.0" | ||
wrapt==1.15.0 ; python_version >= "3.10" and python_version < "4.0" | ||
yarl==1.9.2 ; python_version >= "3.10" and python_version < "4.0" | ||
zipp==3.15.0 ; python_version >= "3.10" and python_version < "4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.