pyrelukko 0.6.1__tar.gz → 0.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyrelukko might be problematic. Click here for more details.
- pyrelukko-0.7.0/PKG-INFO +40 -0
- pyrelukko-0.7.0/README.md +19 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/cicd/run_pytest.sh +1 -1
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/pyproject.toml +2 -2
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/src/pyrelukko/testcontainers.py +5 -2
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/src/pyrelukko/version.py +1 -1
- pyrelukko-0.6.1/PKG-INFO +0 -24
- pyrelukko-0.6.1/README.md +0 -3
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/.gitlab-ci.yml +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/LICENSE +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/cicd/run_docs_pages.sh +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/cicd/run_publish.sh +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/cicd/run_pylint.sh +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/cicd/run_shellcheck.sh +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/cicd/tox_docs_pages.sh +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/cicd/tox_publish.sh +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/cicd/tox_shellcheck.sh +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/src/pyrelukko/__init__.py +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/src/pyrelukko/pyrelukko.py +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/src/pyrelukko/retry.py +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/tests/cert/5d868fca.0 +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/tests/cert/README.md +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/tests/cert/relukko.crt +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/tests/cert/relukko.csr +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/tests/cert/relukko.key +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/tests/cert/rootCA.crt +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/tests/cert/rootCA.der +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/tests/cert/rootCA.key +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/tests/cert/rootCA.srl +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/tests/conftest.py +0 -0
- {pyrelukko-0.6.1 → pyrelukko-0.7.0}/tests/test_relukko.py +0 -0
pyrelukko-0.7.0/PKG-INFO
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: pyrelukko
|
|
3
|
+
Version: 0.7.0
|
|
4
|
+
Summary: Relukko client.
|
|
5
|
+
Author-email: Reto Zingg <g.d0b3rm4n@gmail.com>
|
|
6
|
+
Requires-Python: >=3.11
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
Classifier: Development Status :: 4 - Beta
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
12
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Requires-Dist: requests >=2.32.3
|
|
17
|
+
Requires-Dist: websockets >= 14.1
|
|
18
|
+
Project-URL: Homepage, https://gitlab.com/relukko/pyrelukko
|
|
19
|
+
Project-URL: Issues, https://gitlab.com/relukko/pyrelukko/-/issues
|
|
20
|
+
|
|
21
|
+
# PyRelukko
|
|
22
|
+
|
|
23
|
+
[](https://pypi.org/project/pyrelukko)
|
|
24
|
+
[](https://pypi.org/project/pyrelukko)
|
|
25
|
+

|
|
26
|
+

|
|
27
|
+

|
|
28
|
+

|
|
29
|
+

|
|
30
|
+

|
|
31
|
+

|
|
32
|
+

|
|
33
|
+

|
|
34
|
+

|
|
35
|
+

|
|
36
|
+
-----
|
|
37
|
+
|
|
38
|
+
Python library to access a
|
|
39
|
+
[Relukko back-end](https://gitlab.com/relukko/relukko).
|
|
40
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# PyRelukko
|
|
2
|
+
|
|
3
|
+
[](https://pypi.org/project/pyrelukko)
|
|
4
|
+
[](https://pypi.org/project/pyrelukko)
|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
8
|
+

|
|
9
|
+

|
|
10
|
+

|
|
11
|
+

|
|
12
|
+

|
|
13
|
+

|
|
14
|
+

|
|
15
|
+

|
|
16
|
+
-----
|
|
17
|
+
|
|
18
|
+
Python library to access a
|
|
19
|
+
[Relukko back-end](https://gitlab.com/relukko/relukko).
|
|
@@ -16,7 +16,7 @@ classifiers = [
|
|
|
16
16
|
"Programming Language :: Python :: 3.12",
|
|
17
17
|
"Programming Language :: Python :: 3.13",
|
|
18
18
|
]
|
|
19
|
-
requires-python = ">=3.
|
|
19
|
+
requires-python = ">=3.11"
|
|
20
20
|
dynamic = ["version", "description"]
|
|
21
21
|
dependencies = [
|
|
22
22
|
"requests >=2.32.3",
|
|
@@ -43,7 +43,7 @@ publish = [
|
|
|
43
43
|
]
|
|
44
44
|
|
|
45
45
|
[tool.flit.sdist]
|
|
46
|
-
exclude = [".gitignore", "demo.py"]
|
|
46
|
+
exclude = [".gitignore", "demo.py", "utils"]
|
|
47
47
|
|
|
48
48
|
[project.urls]
|
|
49
49
|
Homepage = "https://gitlab.com/relukko/pyrelukko"
|
|
@@ -14,6 +14,7 @@ def relukko_backend():
|
|
|
14
14
|
base_url=backend.get_api_url(), api_key="somekey")
|
|
15
15
|
yield relukko, backend
|
|
16
16
|
"""
|
|
17
|
+
import os
|
|
17
18
|
import socket
|
|
18
19
|
|
|
19
20
|
from testcontainers.core.network import Network
|
|
@@ -24,10 +25,12 @@ from testcontainers.postgres import PostgresContainer
|
|
|
24
25
|
|
|
25
26
|
class RelukkoContainer(ServerContainer):
|
|
26
27
|
def __init__(self, net: Network,
|
|
27
|
-
image="registry.gitlab.com/relukko/relukko:latest",
|
|
28
|
+
image="registry.gitlab.com/relukko/relukko:latest",
|
|
29
|
+
db_url=None):
|
|
30
|
+
container_image = os.environ.get('CI_RELUKKO_CONTAINER_IMAGE') or image
|
|
28
31
|
self.db_url = db_url
|
|
29
32
|
self.net = net
|
|
30
|
-
super(RelukkoContainer, self).__init__(image=
|
|
33
|
+
super(RelukkoContainer, self).__init__(image=container_image, port=3000)
|
|
31
34
|
|
|
32
35
|
def _configure(self):
|
|
33
36
|
self.with_env("DATABASE_URL", self.db_url)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# pylint: disable=all
|
|
2
|
-
__version__ = "0.
|
|
2
|
+
__version__ = "0.7.0"
|
pyrelukko-0.6.1/PKG-INFO
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.3
|
|
2
|
-
Name: pyrelukko
|
|
3
|
-
Version: 0.6.1
|
|
4
|
-
Summary: Relukko client.
|
|
5
|
-
Author-email: Reto Zingg <g.d0b3rm4n@gmail.com>
|
|
6
|
-
Requires-Python: >=3.10
|
|
7
|
-
Description-Content-Type: text/markdown
|
|
8
|
-
Classifier: Development Status :: 4 - Beta
|
|
9
|
-
Classifier: Intended Audience :: Developers
|
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
-
Classifier: Topic :: Internet :: WWW/HTTP
|
|
12
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
-
Requires-Dist: requests >=2.32.3
|
|
17
|
-
Requires-Dist: websockets >= 14.1
|
|
18
|
-
Project-URL: Homepage, https://gitlab.com/relukko/pyrelukko
|
|
19
|
-
Project-URL: Issues, https://gitlab.com/relukko/pyrelukko/-/issues
|
|
20
|
-
|
|
21
|
-
# PyRelukko
|
|
22
|
-
Python library to access a
|
|
23
|
-
[Relukko back-end](https://gitlab.com/relukko/relukko).
|
|
24
|
-
|
pyrelukko-0.6.1/README.md
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|