httpbinx 1.3.1__py3-none-any.whl → 1.3.2__py3-none-any.whl

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.
httpbinx/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.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
@@ -28,9 +28,13 @@ Requires-Dist: jinja2
28
28
  Requires-Dist: brotli
29
29
  Requires-Dist: python-multipart
30
30
 
31
- ![cover](httpbinx/static/images/httpbinx_cover.png)
31
+ ![![cover](httpbinx/static/images/httpbinx_cover.png)](https://raw.githubusercontent.com/imleowoo/httpbinx/main/httpbinx/static/images/httpbinx_cover.png)
32
+
33
+ [![thanks](https://img.shields.io/badge/thanks-httpbin-green)](https://github.com/postmanlabs/httpbin)
34
+ ![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)
32
35
 
33
36
  # httpbinx
37
+
34
38
  HTTP Request & Response Service, written in Python + FastAPI.
35
39
 
36
40
  ## Reference project
@@ -39,10 +43,28 @@ A [Kenneth Reitz](http://kennethreitz.org/bitcoin) Project. See https://github.
39
43
 
40
44
  ## Quick Start
41
45
 
46
+ ## Installation
47
+
48
+ ### PyPI
49
+
50
+ **[httpbinx](https://pypi.org/project/httpbinx/)** is available on PyPI
51
+
52
+ ```shell
53
+ $ pip install httpbinx
54
+ ```
55
+
56
+ ### Source Code
57
+
58
+ ```shell
59
+ $ git clone https://github.com/imleowoo/httpbinx.git
60
+ $ python setup.py install # or `pip install .`
61
+ ```
62
+
63
+ ## Run it
64
+
42
65
  ### Run directly
43
66
 
44
67
  ```shell
45
- $ python setup.py install
46
68
  $ uvicorn httpbinx:app --host=0.0.0.0 --port=80
47
69
  ```
48
70
 
@@ -52,3 +74,13 @@ $ uvicorn httpbinx:app --host=0.0.0.0 --port=80
52
74
  $ docker pull leowoo/httpbinx:latest
53
75
  $ docker run -p 80:80 --name httpbinx leowoo/httpbinx:latest
54
76
  ```
77
+
78
+ ### It starts running
79
+
80
+ ```text
81
+ INFO: Started server process [17044]
82
+ INFO: Waiting for application startup.
83
+ INFO: Application startup complete.
84
+ INFO: Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
85
+ ...
86
+ ```
@@ -1,4 +1,4 @@
1
- httpbinx/VERSION,sha256=EOLhF7AVI4kconGmFa426dXlI0j9fWQvZnJ2AsG43L4,6
1
+ httpbinx/VERSION,sha256=MxWJcqU4d7Qhz-JZi42TyrFpljpJZLRe6InoU0mXkBg,6
2
2
  httpbinx/__init__.py,sha256=hPPEFgOAqXD22JamTP9uGK42qngDmwmM35RVg2varDA,289
3
3
  httpbinx/constants.py,sha256=aJay1yI313fLxfFXgBPLE6p_UABlHq1KGEcdO7Nf2FQ,906
4
4
  httpbinx/helpers.py,sha256=-fJyFbToQ0QwRY5UZ3Bkx7Ui_nj_bk8Wd4qKRtYGIsg,3787
@@ -31,8 +31,8 @@ httpbinx/templates/index.html,sha256=9--gnqsRkQjSqiZr-Ljn2gr_b3Ddr8Zx91lFk7o91Vw
31
31
  httpbinx/templates/moby.html,sha256=4lCnl11TgB7Yw1JxeAoVodo2qKU4MyfLcG3qJSs0DUg,3742
32
32
  httpbinx/templates/sample.xml,sha256=UcHibo5ClF0e3nhCbgLlQmUw33Rwnd5Rr6IYIqNQumg,522
33
33
  httpbinx/templates/trackingscripts.html,sha256=M5P33NOYlYaoOEDPzaJqKWPJCPxSx2zZsYWR9DT_D5E,583
34
- httpbinx-1.3.1.dist-info/LICENSE,sha256=t6oZPzEcm1CsBu9sB_8JYTc5rSOUhyQUee5qvAg4o-A,1060
35
- httpbinx-1.3.1.dist-info/METADATA,sha256=z8p_igb2Ra7Ie4NJUU-QK1SG25wDdu-xz-5b0Pv3siQ,1508
36
- httpbinx-1.3.1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
37
- httpbinx-1.3.1.dist-info/top_level.txt,sha256=zg7vMSUefYOTEUftRjOOmG3W5kfueHlHWG7zr46q1jI,9
38
- httpbinx-1.3.1.dist-info/RECORD,,
34
+ httpbinx-1.3.2.dist-info/LICENSE,sha256=t6oZPzEcm1CsBu9sB_8JYTc5rSOUhyQUee5qvAg4o-A,1060
35
+ httpbinx-1.3.2.dist-info/METADATA,sha256=qNOcfxoCsJmq4JLCxXUbBWeY_atCPObjKaZZjQ6SXYI,2309
36
+ httpbinx-1.3.2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
37
+ httpbinx-1.3.2.dist-info/top_level.txt,sha256=zg7vMSUefYOTEUftRjOOmG3W5kfueHlHWG7zr46q1jI,9
38
+ httpbinx-1.3.2.dist-info/RECORD,,