Skip to content

Commit 1b04e20

Browse files
Update 03-api-creation.markdown
Add hug to the list of API creation Python frameworks
1 parent 967c011 commit 1b04e20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/content/pages/06-web-apis/03-api-creation.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ applications through machine-to-machine communication.
5151
* [Falcon](http://falconframework.org/) is a fast and lightweight framework
5252
well suited to create RESTful APIs.
5353

54+
* [Hug](https://github.com/timothycrosley/hug) built on-top of Falcon and Python3 with an aim to make developing Python driven APIs as simple as possible, but no simpler. Hug leverages Python3 annotations to automatically validate and convert incoming and outgoing API parameters.
55+
5456
* [Pycnic](http://pycnic.nullism.com) is a new JSON-API-only framework designed with
5557
REST in mind.
5658

0 commit comments

Comments
 (0)