httpbinx 1.3.1__tar.gz → 1.3.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. {httpbinx-1.3.1/httpbinx.egg-info → httpbinx-1.3.2}/PKG-INFO +35 -3
  2. httpbinx-1.3.2/README.md +56 -0
  3. httpbinx-1.3.2/httpbinx/VERSION +1 -0
  4. {httpbinx-1.3.1 → httpbinx-1.3.2/httpbinx.egg-info}/PKG-INFO +35 -3
  5. httpbinx-1.3.1/README.md +0 -24
  6. httpbinx-1.3.1/httpbinx/VERSION +0 -1
  7. {httpbinx-1.3.1 → httpbinx-1.3.2}/LICENSE +0 -0
  8. {httpbinx-1.3.1 → httpbinx-1.3.2}/MANIFEST.in +0 -0
  9. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/__init__.py +0 -0
  10. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/constants.py +0 -0
  11. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/examples/__init__.py +0 -0
  12. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/helpers.py +0 -0
  13. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/main.py +0 -0
  14. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/__init__.py +0 -0
  15. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/anything.py +0 -0
  16. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/auth.py +0 -0
  17. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/cookies.py +0 -0
  18. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/dynamicdata.py +0 -0
  19. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/httpmethods.py +0 -0
  20. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/images.py +0 -0
  21. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/inspection/__init__.py +0 -0
  22. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/inspection/request.py +0 -0
  23. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/inspection/response.py +0 -0
  24. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/redirects.py +0 -0
  25. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/responseformats.py +0 -0
  26. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/routers/statuscodes.py +0 -0
  27. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/schemas.py +0 -0
  28. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/static/UTF-8-demo.txt +0 -0
  29. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/static/favicon.png +0 -0
  30. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/static/images/httbinx_logo.png +0 -0
  31. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/static/images/httpbinx_cover.png +0 -0
  32. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/static/images/jackal.jpg +0 -0
  33. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/static/images/pig_icon.png +0 -0
  34. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/static/images/svg_logo.svg +0 -0
  35. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/static/images/wolf_1.webp +0 -0
  36. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/templates/index.html +0 -0
  37. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/templates/moby.html +0 -0
  38. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/templates/sample.xml +0 -0
  39. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/templates/trackingscripts.html +0 -0
  40. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx/utils.py +0 -0
  41. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx.egg-info/SOURCES.txt +0 -0
  42. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx.egg-info/dependency_links.txt +0 -0
  43. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx.egg-info/requires.txt +0 -0
  44. {httpbinx-1.3.1 → httpbinx-1.3.2}/httpbinx.egg-info/top_level.txt +0 -0
  45. {httpbinx-1.3.1 → httpbinx-1.3.2}/setup.cfg +0 -0
  46. {httpbinx-1.3.1 → httpbinx-1.3.2}/setup.py +0 -0
  47. {httpbinx-1.3.1 → httpbinx-1.3.2}/tests/test_anything.py +0 -0
  48. {httpbinx-1.3.1 → httpbinx-1.3.2}/tests/test_dynamic_data.py +0 -0
  49. {httpbinx-1.3.1 → httpbinx-1.3.2}/tests/test_http_methods.py +0 -0
  50. {httpbinx-1.3.1 → httpbinx-1.3.2}/tests/test_images.py +0 -0
  51. {httpbinx-1.3.1 → httpbinx-1.3.2}/tests/test_redirects.py +0 -0
  52. {httpbinx-1.3.1 → httpbinx-1.3.2}/tests/test_request_inspection.py +0 -0
  53. {httpbinx-1.3.1 → httpbinx-1.3.2}/tests/test_response_formats.py +0 -0
  54. {httpbinx-1.3.1 → httpbinx-1.3.2}/tests/test_status_codes.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: httpbinx
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: HTTP Request & Response Service, written in Python + FastAPI.
5
5
  Home-page: https://github.com/imleowoo/httpbinx
6
6
  Author: Leo
@@ -21,9 +21,13 @@ Requires-Python: >=3.7
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
 
24
- ![cover](httpbinx/static/images/httpbinx_cover.png)
24
+ ![![cover](httpbinx/static/images/httpbinx_cover.png)](https://raw.githubusercontent.com/imleowoo/httpbinx/main/httpbinx/static/images/httpbinx_cover.png)
25
+
26
+ [![thanks](https://img.shields.io/badge/thanks-httpbin-green)](https://github.com/postmanlabs/httpbin)
27
+ ![python](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)
25
28
 
26
29
  # httpbinx
30
+
27
31
  HTTP Request & Response Service, written in Python + FastAPI.
28
32
 
29
33
  ## Reference project
@@ -32,10 +36,28 @@ A [Kenneth Reitz](http://kennethreitz.org/bitcoin) Project. See https://github.
32
36
 
33
37
  ## Quick Start
34
38
 
39
+ ## Installation
40
+
41
+ ### PyPI
42
+
43
+ **[httpbinx](https://pypi.org/project/httpbinx/)** is available on PyPI
44
+
45
+ ```shell
46
+ $ pip install httpbinx
47
+ ```
48
+
49
+ ### Source Code
50
+
51
+ ```shell
52
+ $ git clone https://github.com/imleowoo/httpbinx.git
53
+ $ python setup.py install # or `pip install .`
54
+ ```
55
+
56
+ ## Run it
57
+
35
58
  ### Run directly
36
59
 
37
60
  ```shell
38
- $ python setup.py install
39
61
  $ uvicorn httpbinx:app --host=0.0.0.0 --port=80
40
62
  ```
41
63
 
@@ -45,3 +67,13 @@ $ uvicorn httpbinx:app --host=0.0.0.0 --port=80
45
67
  $ docker pull leowoo/httpbinx:latest
46
68
  $ docker run -p 80:80 --name httpbinx leowoo/httpbinx:latest
47
69
  ```
70
+
71
+ ### It starts running
72
+
73
+ ```text
74
+ INFO: Started server process [17044]
75
+ INFO: Waiting for application startup.
76
+ INFO: Application startup complete.
77
+ INFO: Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
78
+ ...
79
+ ```
@@ -0,0 +1,56 @@
1
+ ![![cover](httpbinx/static/images/httpbinx_cover.png)](https://raw.githubusercontent.com/imleowoo/httpbinx/main/httpbinx/static/images/httpbinx_cover.png)
2
+
3
+ [![thanks](https://img.shields.io/badge/thanks-httpbin-green)](https://github.com/postmanlabs/httpbin)
4
+ ![python](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)
5
+
6
+ # httpbinx
7
+
8
+ HTTP Request & Response Service, written in Python + FastAPI.
9
+
10
+ ## Reference project
11
+
12
+ A [Kenneth Reitz](http://kennethreitz.org/bitcoin) Project. See https://github.com/postmanlabs/httpbin
13
+
14
+ ## Quick Start
15
+
16
+ ## Installation
17
+
18
+ ### PyPI
19
+
20
+ **[httpbinx](https://pypi.org/project/httpbinx/)** is available on PyPI
21
+
22
+ ```shell
23
+ $ pip install httpbinx
24
+ ```
25
+
26
+ ### Source Code
27
+
28
+ ```shell
29
+ $ git clone https://github.com/imleowoo/httpbinx.git
30
+ $ python setup.py install # or `pip install .`
31
+ ```
32
+
33
+ ## Run it
34
+
35
+ ### Run directly
36
+
37
+ ```shell
38
+ $ uvicorn httpbinx:app --host=0.0.0.0 --port=80
39
+ ```
40
+
41
+ ### Run with Docker
42
+
43
+ ```shell
44
+ $ docker pull leowoo/httpbinx:latest
45
+ $ docker run -p 80:80 --name httpbinx leowoo/httpbinx:latest
46
+ ```
47
+
48
+ ### It starts running
49
+
50
+ ```text
51
+ INFO: Started server process [17044]
52
+ INFO: Waiting for application startup.
53
+ INFO: Application startup complete.
54
+ INFO: Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
55
+ ...
56
+ ```
@@ -0,0 +1 @@
1
+ 1.3.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: httpbinx
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: HTTP Request & Response Service, written in Python + FastAPI.
5
5
  Home-page: https://github.com/imleowoo/httpbinx
6
6
  Author: Leo
@@ -21,9 +21,13 @@ Requires-Python: >=3.7
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
 
24
- ![cover](httpbinx/static/images/httpbinx_cover.png)
24
+ ![![cover](httpbinx/static/images/httpbinx_cover.png)](https://raw.githubusercontent.com/imleowoo/httpbinx/main/httpbinx/static/images/httpbinx_cover.png)
25
+
26
+ [![thanks](https://img.shields.io/badge/thanks-httpbin-green)](https://github.com/postmanlabs/httpbin)
27
+ ![python](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)
25
28
 
26
29
  # httpbinx
30
+
27
31
  HTTP Request & Response Service, written in Python + FastAPI.
28
32
 
29
33
  ## Reference project
@@ -32,10 +36,28 @@ A [Kenneth Reitz](http://kennethreitz.org/bitcoin) Project. See https://github.
32
36
 
33
37
  ## Quick Start
34
38
 
39
+ ## Installation
40
+
41
+ ### PyPI
42
+
43
+ **[httpbinx](https://pypi.org/project/httpbinx/)** is available on PyPI
44
+
45
+ ```shell
46
+ $ pip install httpbinx
47
+ ```
48
+
49
+ ### Source Code
50
+
51
+ ```shell
52
+ $ git clone https://github.com/imleowoo/httpbinx.git
53
+ $ python setup.py install # or `pip install .`
54
+ ```
55
+
56
+ ## Run it
57
+
35
58
  ### Run directly
36
59
 
37
60
  ```shell
38
- $ python setup.py install
39
61
  $ uvicorn httpbinx:app --host=0.0.0.0 --port=80
40
62
  ```
41
63
 
@@ -45,3 +67,13 @@ $ uvicorn httpbinx:app --host=0.0.0.0 --port=80
45
67
  $ docker pull leowoo/httpbinx:latest
46
68
  $ docker run -p 80:80 --name httpbinx leowoo/httpbinx:latest
47
69
  ```
70
+
71
+ ### It starts running
72
+
73
+ ```text
74
+ INFO: Started server process [17044]
75
+ INFO: Waiting for application startup.
76
+ INFO: Application startup complete.
77
+ INFO: Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
78
+ ...
79
+ ```
httpbinx-1.3.1/README.md DELETED
@@ -1,24 +0,0 @@
1
- ![cover](httpbinx/static/images/httpbinx_cover.png)
2
-
3
- # httpbinx
4
- HTTP Request & Response Service, written in Python + FastAPI.
5
-
6
- ## Reference project
7
-
8
- A [Kenneth Reitz](http://kennethreitz.org/bitcoin) Project. See https://github.com/postmanlabs/httpbin
9
-
10
- ## Quick Start
11
-
12
- ### Run directly
13
-
14
- ```shell
15
- $ python setup.py install
16
- $ uvicorn httpbinx:app --host=0.0.0.0 --port=80
17
- ```
18
-
19
- ### Run with Docker
20
-
21
- ```shell
22
- $ docker pull leowoo/httpbinx:latest
23
- $ docker run -p 80:80 --name httpbinx leowoo/httpbinx:latest
24
- ```
@@ -1 +0,0 @@
1
- 1.3.1
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