Hug is a type-driven Python web framework designed for building APIs. It uses Python type annotations to automatically validate and convert incoming request data and to format outgoing responses. The framework functions as an automated documentation tool by extracting function signatures and markers from source code to generate accessible API specifications. It also supports non-blocking coroutines for asynchronous API processing to handle background tasks without interrupting the main request cycle. The project provides capabilities for REST API development, including route mapping, endpoin
A composer package designed to help you create a JSON:API in Phalcon
PhREST API
The main features of phrest/api are: Web and API Frameworks.
Open-source alternatives to phrest/api include: timothycrosley/hug — Hug is a type-driven Python web framework designed for building APIs. It uses Python type annotations to automatically… gte451f/phalcon-json-api-package — A composer package designed to help you create a JSON:API in Phalcon. ienaga/phalconrouter — Phalcon Routering for Yaml. kahur/phalcon-autorouter — Phalcon-autorouter. phalcon/rest-api — Sample API using Phalcon.