pytest-kafka-broker 0.0.0__tar.gz → 0.1.1__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.
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/.gitignore +3 -2
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/PKG-INFO +3 -1
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/pyproject.toml +6 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/src/pytest_kafka_broker.egg-info/PKG-INFO +3 -1
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/.gitlab-ci.yml +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/.pre-commit-config.yaml +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/.readthedocs.yml +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/README.md +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/docs/Makefile +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/docs/conf.py +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/docs/index.rst +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/docs/make.bat +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/setup.cfg +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/src/pytest_kafka_broker.egg-info/SOURCES.txt +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/src/pytest_kafka_broker.egg-info/dependency_links.txt +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/src/pytest_kafka_broker.egg-info/entry_points.txt +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/src/pytest_kafka_broker.egg-info/requires.txt +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/src/pytest_kafka_broker.egg-info/top_level.txt +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/src/pytest_kafka_broker.py +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/tests/__init__.py +0 -0
- {pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/tests/test_kafka.py +0 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pytest-kafka-broker
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Pytest plugin to run a single-broker Kafka cluster
|
|
5
5
|
Author-email: Leo Singer <leo.singer@ligo.org>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: source, https://git.ligo.org/ultra-swift/pytest-kafka-broker
|
|
8
|
+
Project-URL: documentation, https://pytest-kafka-broker.readthedocs.io/
|
|
7
9
|
Classifier: Framework :: Pytest
|
|
8
10
|
Classifier: Topic :: System :: Networking
|
|
9
11
|
Requires-Python: >=3.11
|
{pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/src/pytest_kafka_broker.egg-info/PKG-INFO
RENAMED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pytest-kafka-broker
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Pytest plugin to run a single-broker Kafka cluster
|
|
5
5
|
Author-email: Leo Singer <leo.singer@ligo.org>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: source, https://git.ligo.org/ultra-swift/pytest-kafka-broker
|
|
8
|
+
Project-URL: documentation, https://pytest-kafka-broker.readthedocs.io/
|
|
7
9
|
Classifier: Framework :: Pytest
|
|
8
10
|
Classifier: Topic :: System :: Networking
|
|
9
11
|
Requires-Python: >=3.11
|
|
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
|
{pytest_kafka_broker-0.0.0 → pytest_kafka_broker-0.1.1}/src/pytest_kafka_broker.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|