This commit is contained in:
2018-10-14 06:45:23 -04:00
parent 5d9932dd61
commit 2e24a2f079
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -12,8 +12,6 @@
The Python world certainly doesn't need more web frameworks. But, it does need more creativity, so I thought I'd spread some [Hacktoberfest](https://hacktoberfest.digitalocean.com/) spirit around, bring some of my ideas to the table, and see what I could come up with. The Python world certainly doesn't need more web frameworks. But, it does need more creativity, so I thought I'd spread some [Hacktoberfest](https://hacktoberfest.digitalocean.com/) spirit around, bring some of my ideas to the table, and see what I could come up with.
## An Example Web Service:
```python ```python
import responder import responder
-3
View File
@@ -24,9 +24,6 @@ A familiar HTTP Service Framework
The Python world certainly doesn't need more web frameworks. But, it does need more creativity, so I thought I'd The Python world certainly doesn't need more web frameworks. But, it does need more creativity, so I thought I'd
spread some `Hacktoberfest <https://hacktoberfest.digitalocean.com/>`_ spirit around, bring some of my ideas to the table, and see what I could come up with. spread some `Hacktoberfest <https://hacktoberfest.digitalocean.com/>`_ spirit around, bring some of my ideas to the table, and see what I could come up with.
An Example Web Service:
-----------------------
.. code:: python .. code:: python
import responder import responder