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.
Files changed (61) hide show
  1. {slumber_python-0.0.2 → slumber_python-0.0.3}/Cargo.lock +1 -1
  2. {slumber_python-0.0.2 → slumber_python-0.0.3}/PKG-INFO +4 -4
  3. {slumber_python-0.0.2/crates/python → slumber_python-0.0.3}/README.md +3 -3
  4. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/Cargo.toml +1 -1
  5. {slumber_python-0.0.2 → slumber_python-0.0.3/crates/python}/README.md +3 -3
  6. {slumber_python-0.0.2 → slumber_python-0.0.3}/Cargo.toml +0 -0
  7. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/Cargo.toml +0 -0
  8. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/cereal.rs +0 -0
  9. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/lib.rs +0 -0
  10. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/tui/input.rs +0 -0
  11. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/tui/mime.rs +0 -0
  12. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/tui/theme.rs +0 -0
  13. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/config/src/tui.rs +0 -0
  14. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/Cargo.toml +0 -0
  15. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection/cereal.rs +0 -0
  16. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection/json.rs +0 -0
  17. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection/models.rs +0 -0
  18. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection/recipe_tree.rs +0 -0
  19. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection/schema.rs +0 -0
  20. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/collection.rs +0 -0
  21. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/database/convert.rs +0 -0
  22. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/database/migrations.rs +0 -0
  23. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/database/tests.rs +0 -0
  24. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/database.rs +0 -0
  25. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/http/content_type.rs +0 -0
  26. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/http/curl.rs +0 -0
  27. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/http/models.rs +0 -0
  28. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/http/tests.rs +0 -0
  29. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/http.rs +0 -0
  30. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/lib.rs +0 -0
  31. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/render/functions.rs +0 -0
  32. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/render/tests.rs +0 -0
  33. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/render/util.rs +0 -0
  34. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/render.rs +0 -0
  35. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/test_util.rs +0 -0
  36. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/core/src/util.rs +0 -0
  37. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/macros/Cargo.toml +0 -0
  38. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/macros/src/lib.rs +0 -0
  39. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/dev.py +0 -0
  40. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/mise.toml +0 -0
  41. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/slumber.pyi +0 -0
  42. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/src/lib.rs +0 -0
  43. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/python/uv.lock +0 -0
  44. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/Cargo.toml +0 -0
  45. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/proptest-regressions/parse.txt +0 -0
  46. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/cereal.rs +0 -0
  47. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/display.rs +0 -0
  48. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/error.rs +0 -0
  49. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/expression.rs +0 -0
  50. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/lib.rs +0 -0
  51. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/parse.rs +0 -0
  52. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/test_util.rs +0 -0
  53. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/tests.rs +0 -0
  54. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/template/src/value.rs +0 -0
  55. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/Cargo.toml +0 -0
  56. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/src/lib.rs +0 -0
  57. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/src/paths.rs +0 -0
  58. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/src/test_util.rs +0 -0
  59. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/src/yaml/resolve.rs +0 -0
  60. {slumber_python-0.0.2 → slumber_python-0.0.3}/crates/util/src/yaml.rs +0 -0
  61. {slumber_python-0.0.2 → slumber_python-0.0.3}/pyproject.toml +0 -0
@@ -3611,7 +3611,7 @@ dependencies = [
3611
3611
 
3612
3612
  [[package]]
3613
3613
  name = "slumber_python"
3614
- version = "0.0.2"
3614
+ version = "0.0.3"
3615
3615
  dependencies = [
3616
3616
  "anyhow",
3617
3617
  "async-trait",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: slumber-python
3
- Version: 0.0.2
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
- # `slumber-python`
13
+ # slumber-python
14
14
 
15
- [**Documentation**](https://slumber.lucaspickering.me/integration/python.html)
15
+ > This is not related to, or a replacement of, the [slumber](https://pypi.org/project/slumber/) package.
16
16
 
17
- > **Warning:** This is not related to, or a replacement of, the [slumber](https://pypi.org/project/slumber/) package.
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
- # `slumber-python`
1
+ # slumber-python
2
2
 
3
- [**Documentation**](https://slumber.lucaspickering.me/integration/python.html)
3
+ > This is not related to, or a replacement of, the [slumber](https://pypi.org/project/slumber/) package.
4
4
 
5
- > **Warning:** This is not related to, or a replacement of, the [slumber](https://pypi.org/project/slumber/) package.
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
 
@@ -9,7 +9,7 @@ name = "slumber_python"
9
9
  publish = false
10
10
  repository = {workspace = true}
11
11
  rust-version = {workspace = true}
12
- version = "0.0.2"
12
+ version = "0.0.3"
13
13
  readme = "README.md"
14
14
 
15
15
  [package.metadata.release]
@@ -1,8 +1,8 @@
1
- # `slumber-python`
1
+ # slumber-python
2
2
 
3
- [**Documentation**](https://slumber.lucaspickering.me/integration/python.html)
3
+ > This is not related to, or a replacement of, the [slumber](https://pypi.org/project/slumber/) package.
4
4
 
5
- > **Warning:** This is not related to, or a replacement of, the [slumber](https://pypi.org/project/slumber/) package.
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