Contents

hug 2.6.1

0

A Python framework that makes developing APIs as simple as possible, but no simpler.

A Python framework that makes developing APIs as simple as possible, but no simpler.

Stars: 6816, Watchers: 6816, Forks: 388, Open Issues: 180

The hugapi/hug repo was created 8 years ago and the last code push was 9 months ago.
The project is extremely popular with a mindblowing 6816 github stars!

How to Install hug

You can install hug using pip

pip install hug

or add it to a project with poetry

poetry add hug

Package Details

Author
Timothy Crosley
License
MIT
Homepage
https://github.com/hugapi/hug
PyPi:
https://pypi.org/project/hug/
Documentation:
http://www.hug.rest/
GitHub Repo:
https://github.com/hugapi/hug

Classifiers

  • Software Development/Libraries
  • Utilities
No  hug  pypi packages just yet.

Errors

A list of common hug errors.

Code Examples

Here are some hug code examples and snippets.

Related Packages & Articles

pooch 1.8.1

"Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory, with support for versioning and corruption checks."

aiohttp 3.9.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

ssdeep 3.4

Python wrapper for the ssdeep library

python-taint 0.42

Find security vulnerabilities in Python web applications using static analysis.