yhttp 7.3.2__tar.gz → 7.3.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 (56) hide show
  1. {yhttp-7.3.2/yhttp.egg-info → yhttp-7.3.3}/PKG-INFO +2 -2
  2. {yhttp-7.3.2 → yhttp-7.3.3}/setup.py +1 -1
  3. yhttp-7.3.3/yhttp/core/version.py +1 -0
  4. {yhttp-7.3.2 → yhttp-7.3.3/yhttp.egg-info}/PKG-INFO +2 -2
  5. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp.egg-info/requires.txt +1 -1
  6. yhttp-7.3.2/yhttp/core/version.py +0 -1
  7. {yhttp-7.3.2 → yhttp-7.3.3}/LICENSE +0 -0
  8. {yhttp-7.3.2 → yhttp-7.3.3}/README.md +0 -0
  9. {yhttp-7.3.2 → yhttp-7.3.3}/setup.cfg +0 -0
  10. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_application.py +0 -0
  11. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_applicationcli.py +0 -0
  12. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_builtincli_serve.py +0 -0
  13. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_builtincli_version.py +0 -0
  14. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_cookie.py +0 -0
  15. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_exceptions.py +0 -0
  16. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_extension.py +0 -0
  17. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_form.py +0 -0
  18. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_form_json.py +0 -0
  19. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_form_multipart.py +0 -0
  20. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_form_urlencoded.py +0 -0
  21. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_guard.py +0 -0
  22. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_guard_body.py +0 -0
  23. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_guard_query.py +0 -0
  24. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_headerset.py +0 -0
  25. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_httpstatus.py +0 -0
  26. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_jsonencoding.py +0 -0
  27. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_lazyattribute.py +0 -0
  28. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_multidict.py +0 -0
  29. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_multipart.py +0 -0
  30. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_querystring.py +0 -0
  31. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_request.py +0 -0
  32. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_responseheaders.py +0 -0
  33. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_rewrite.py +0 -0
  34. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_rewritecli.py +0 -0
  35. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_routing.py +0 -0
  36. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_static.py +0 -0
  37. {yhttp-7.3.2 → yhttp-7.3.3}/tests/test_statuscode.py +0 -0
  38. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/__init__.py +0 -0
  39. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/application.py +0 -0
  40. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/cli.py +0 -0
  41. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/contenttypes.py +0 -0
  42. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/guard.py +0 -0
  43. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/headerset.py +0 -0
  44. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/lazyattribute.py +0 -0
  45. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/main.py +0 -0
  46. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/multidict.py +0 -0
  47. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/multipart.py +0 -0
  48. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/request.py +0 -0
  49. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/response.py +0 -0
  50. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/rewrite.py +0 -0
  51. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/static.py +0 -0
  52. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp/core/statuses.py +0 -0
  53. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp.egg-info/SOURCES.txt +0 -0
  54. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp.egg-info/dependency_links.txt +0 -0
  55. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp.egg-info/entry_points.txt +0 -0
  56. {yhttp-7.3.2 → yhttp-7.3.3}/yhttp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yhttp
3
- Version: 7.3.2
3
+ Version: 7.3.3
4
4
  Summary: A very micro http framework.
5
5
  Home-page: http://github.com/yhttp/yhttp
6
6
  Author: Vahid Mardani
@@ -23,7 +23,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
25
  Requires-Dist: pymlconf<4,>=3.0.1
26
- Requires-Dist: easycli<2,>=1.9.5
26
+ Requires-Dist: easycli<2,>=1.9.6
27
27
  Requires-Dist: ujson
28
28
  Dynamic: author
29
29
  Dynamic: author-email
@@ -16,7 +16,7 @@ with open(
16
16
 
17
17
  dependencies = [
18
18
  'pymlconf >= 3.0.1, < 4',
19
- 'easycli >= 1.9.5, < 2',
19
+ 'easycli >= 1.9.6, < 2',
20
20
  'ujson',
21
21
  ]
22
22
 
@@ -0,0 +1 @@
1
+ __version__ = '7.3.3'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yhttp
3
- Version: 7.3.2
3
+ Version: 7.3.3
4
4
  Summary: A very micro http framework.
5
5
  Home-page: http://github.com/yhttp/yhttp
6
6
  Author: Vahid Mardani
@@ -23,7 +23,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
25
  Requires-Dist: pymlconf<4,>=3.0.1
26
- Requires-Dist: easycli<2,>=1.9.5
26
+ Requires-Dist: easycli<2,>=1.9.6
27
27
  Requires-Dist: ujson
28
28
  Dynamic: author
29
29
  Dynamic: author-email
@@ -1,3 +1,3 @@
1
1
  pymlconf<4,>=3.0.1
2
- easycli<2,>=1.9.5
2
+ easycli<2,>=1.9.6
3
3
  ujson
@@ -1 +0,0 @@
1
- __version__ = '7.3.2'
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
File without changes
File without changes