httpr 0.1.14__tar.gz → 0.1.15__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 httpr might be problematic. Click here for more details.

Files changed (37) hide show
  1. {httpr-0.1.14 → httpr-0.1.15}/.github/workflows/CI.yml +1 -1
  2. {httpr-0.1.14 → httpr-0.1.15}/PKG-INFO +1 -1
  3. {httpr-0.1.14 → httpr-0.1.15}/pyproject.toml +1 -1
  4. {httpr-0.1.14 → httpr-0.1.15}/.github/workflows/mkdocs.yml +0 -0
  5. {httpr-0.1.14 → httpr-0.1.15}/.github/workflows/set_version.py +0 -0
  6. {httpr-0.1.14 → httpr-0.1.15}/.gitignore +0 -0
  7. {httpr-0.1.14 → httpr-0.1.15}/.pre-commit-config.yaml +0 -0
  8. {httpr-0.1.14 → httpr-0.1.15}/Cargo.lock +0 -0
  9. {httpr-0.1.14 → httpr-0.1.15}/Cargo.toml +0 -0
  10. {httpr-0.1.14 → httpr-0.1.15}/LICENSE +0 -0
  11. {httpr-0.1.14 → httpr-0.1.15}/README.md +0 -0
  12. {httpr-0.1.14 → httpr-0.1.15}/benchmark/README.md +0 -0
  13. {httpr-0.1.14 → httpr-0.1.15}/benchmark/benchmark.py +0 -0
  14. {httpr-0.1.14 → httpr-0.1.15}/benchmark/generate_image.py +0 -0
  15. {httpr-0.1.14 → httpr-0.1.15}/benchmark/pyproject.toml +0 -0
  16. {httpr-0.1.14 → httpr-0.1.15}/benchmark/requirements.txt +0 -0
  17. {httpr-0.1.14 → httpr-0.1.15}/benchmark/server.py +0 -0
  18. {httpr-0.1.14 → httpr-0.1.15}/benchmark.jpg +0 -0
  19. {httpr-0.1.14 → httpr-0.1.15}/docs/index.md +0 -0
  20. {httpr-0.1.14 → httpr-0.1.15}/docs/writings/index.md +0 -0
  21. {httpr-0.1.14 → httpr-0.1.15}/docs/writings/posts/2025-02-24-python-http-clients-suck.md +0 -0
  22. {httpr-0.1.14 → httpr-0.1.15}/httpr/__init__.py +0 -0
  23. {httpr-0.1.14 → httpr-0.1.15}/httpr/httpr.pyi +0 -0
  24. {httpr-0.1.14 → httpr-0.1.15}/httpr/py.typed +0 -0
  25. {httpr-0.1.14 → httpr-0.1.15}/httpr.code-workspace +0 -0
  26. {httpr-0.1.14 → httpr-0.1.15}/mkdocs.yml +0 -0
  27. {httpr-0.1.14 → httpr-0.1.15}/scratch.ipynb +0 -0
  28. {httpr-0.1.14 → httpr-0.1.15}/src/lib.rs +0 -0
  29. {httpr-0.1.14 → httpr-0.1.15}/src/response.rs +0 -0
  30. {httpr-0.1.14 → httpr-0.1.15}/src/traits.rs +0 -0
  31. {httpr-0.1.14 → httpr-0.1.15}/src/utils.rs +0 -0
  32. {httpr-0.1.14 → httpr-0.1.15}/tests/httpx_conns.py +0 -0
  33. {httpr-0.1.14 → httpr-0.1.15}/tests/test_asyncclient.py +0 -0
  34. {httpr-0.1.14 → httpr-0.1.15}/tests/test_client.py +0 -0
  35. {httpr-0.1.14 → httpr-0.1.15}/tests/test_defs.py +0 -0
  36. {httpr-0.1.14 → httpr-0.1.15}/tests/test_ssl.py +0 -0
  37. {httpr-0.1.14 → httpr-0.1.15}/uv.lock +0 -0
@@ -350,7 +350,7 @@ jobs:
350
350
  - name: Set up Python
351
351
  uses: actions/setup-python@v5
352
352
  with:
353
- python-version: 3.x
353
+ python-version: 3.11
354
354
  - name: Download wheels
355
355
  uses: actions/download-artifact@v4
356
356
  with:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: httpr
3
- Version: 0.1.14
3
+ Version: 0.1.15
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: Programming Language :: Python :: 3 :: Only
@@ -10,7 +10,7 @@ keywords = [ "python", "request",]
10
10
  classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules",]
11
11
  dynamic = [ "version",]
12
12
  dependencies = []
13
- version = "0.1.14"
13
+ version = "0.1.15"
14
14
  [[project.authors]]
15
15
  name = "thomasht86"
16
16
 
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