FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
Read moreCategory: Programming
Starlette – lightweight ASGI framework/toolkit
Starlette is a lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services.
Read moreaiohttp – asynchronous HTTP client/server for asyncio and Python
aiohttp is an asynchronous HTTP Client/Server for asyncio and Python. aiohttp is free and open source software.
Read moreSanic – web server and web framework
Sanic is a Python 3.6+ web server and web framework that’s written to go fast. Sanic is free and open source software.
Read moreFalcon – Low-level, High-performance Python Framework
Falcon is a high-performance bare-metal open source minimalist Python framework for building cloud APIs, smart proxies, and app backends.
Read moreQuart – Python web microframework based on Asyncio
Quart is a Python web microframework based on Asyncio. It is intended to provide the easiest way to use asyncio in a web context.
Read morePyramid – Python Microframework – Goldilocks Solution
Pyramid is a web microframework for Python. It makes real-world web application development and deployment more fun.
Read moreBottle – Simple WSGI Microframework
Bottle is a WSGI micro web-framework. It’s designed for prototyping and building small web applications and services.
Read moreHug – Simplify API Development with this Python Microframework
hug (Hopefully Useful Guide) is a microframework for exposing idiomatically correct and standard internal Python APIs externally.
Read moreCherryPy – Simple Python Web Framework
CherryPy is a mature, open source, minimalist, Python object-oriented web framework. It’s designed for rapid development of web applications.
Read moreQuixote Web Framework – Write Web-based applications using Python
Quixote is a framework for writing Web-based applications using Python aimed at sites where complex programming is required.
Read more9 Best Free and Open Source Linux Documentation Generators
A documentation generator is a programming tool that generates documentation intended for programmers and end users.
Read moreJSDoc – API documentation generator for JavaScript
JSDoc is an API documentation generator for JavaScript, similar to Javadoc or phpDocumentor. JSDoc is free and open source software.
Read moreJavadoc – tool for generating API documentation
Javadoc is a documentation generator tool. This software generates API documentation in HTML format from Java source code.
Read morephpDocumentor – analyzes your code to create great documentation
phpDocumentor, sometimes referred to as phpdoc or phpdocu, is the current standard auto-documentation tool for the PHP language.
Read more