slumber-python 0.0.2__tar.gz → 0.0.3__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.
- {slumber_python-0.0.2 → slumber_python-0.0.3}/Cargo.lock +1 -1
- {slumber_python-0.0.2 → slumber_python-0.0.3}/PKG-INFO +4 -4
- {slumber_python-0.0.2/crates/python → slumber_python-0.0.3}/README.md +3 -3
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/Cargo.toml +1 -1
- {slumber_python-0.0.2 → slumber_python-0.0.3/crates/python}/README.md +3 -3
- {slumber_python-0.0.2 → slumber_python-0.0.3}/Cargo.toml +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/Cargo.toml +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/cereal.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/lib.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/tui/input.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/tui/mime.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/tui/theme.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/tui.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/Cargo.toml +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection/cereal.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection/json.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection/models.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection/recipe_tree.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection/schema.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/database/convert.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/database/migrations.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/database/tests.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/database.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/http/content_type.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/http/curl.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/http/models.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/http/tests.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/http.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/lib.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/render/functions.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/render/tests.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/render/util.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/render.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/test_util.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/util.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/macros/Cargo.toml +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/macros/src/lib.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/dev.py +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/mise.toml +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/slumber.pyi +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/src/lib.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/uv.lock +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/Cargo.toml +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/proptest-regressions/parse.txt +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/cereal.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/display.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/error.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/expression.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/lib.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/parse.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/test_util.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/tests.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/value.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/Cargo.toml +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/src/lib.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/src/paths.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/src/test_util.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/src/yaml/resolve.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/src/yaml.rs +0 -0
- {slumber_python-0.0.2 → slumber_python-0.0.3}/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: slumber-python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
@@ -10,11 +10,11 @@ License: MIT
|
|
|
10
10
|
Requires-Python: >=3.10
|
|
11
11
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
12
12
|
|
|
13
|
-
#
|
|
13
|
+
# slumber-python
|
|
14
14
|
|
|
15
|
-
[
|
|
15
|
+
> This is not related to, or a replacement of, the [slumber](https://pypi.org/project/slumber/) package.
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
[**Documentation**](https://slumber.lucaspickering.me/integration/python.html)
|
|
18
18
|
|
|
19
19
|
Python bindings for [Slumber](https://slumber.lucaspickering.me/), the source-based REST API client. This library makes it easy to take your existing Slumber collection and use it in Python scripts.
|
|
20
20
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
#
|
|
1
|
+
# slumber-python
|
|
2
2
|
|
|
3
|
-
[
|
|
3
|
+
> This is not related to, or a replacement of, the [slumber](https://pypi.org/project/slumber/) package.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[**Documentation**](https://slumber.lucaspickering.me/integration/python.html)
|
|
6
6
|
|
|
7
7
|
Python bindings for [Slumber](https://slumber.lucaspickering.me/), the source-based REST API client. This library makes it easy to take your existing Slumber collection and use it in Python scripts.
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
#
|
|
1
|
+
# slumber-python
|
|
2
2
|
|
|
3
|
-
[
|
|
3
|
+
> This is not related to, or a replacement of, the [slumber](https://pypi.org/project/slumber/) package.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[**Documentation**](https://slumber.lucaspickering.me/integration/python.html)
|
|
6
6
|
|
|
7
7
|
Python bindings for [Slumber](https://slumber.lucaspickering.me/), the source-based REST API client. This library makes it easy to take your existing Slumber collection and use it in Python scripts.
|
|
8
8
|
|
|
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
|
|
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
|
{slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/proptest-regressions/parse.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
|
|
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
|