awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
toastdriven avatar

toastdriven/restless

0
View on GitHub↗
823 stars·110 forks·Python·BSD-3-Clause·8 viewsrestless.readthedocs.org/en/latest↗

Restless

A lightweight REST miniframework for Python.

Features

  • API Frameworks - Lightweight REST framework for Python.
  • Web Frameworks - Lightweight framework for building RESTful services.

Star history

Star history chart for toastdriven/restlessStar history chart for toastdriven/restless

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does toastdriven/restless do?

A lightweight REST miniframework for Python.

What are the main features of toastdriven/restless?

The main features of toastdriven/restless are: API Frameworks, Web Frameworks.

Which projects share features with toastdriven/restless?

Projects with overlapping indexed features include: closeio/flask-mongorest — Restful API framework wrapped around MongoEngine. falconry/falcon — Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a… ant0ine/go-json-rest — A quick and easy way to setup a RESTful JSON API. channelcat/sanic — Sanic is a Python ASGI web framework and asynchronous HTTP server. It is designed to build high-performance web… encode/apistar — APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema… flask-restful/flask-restful — Flask-restful is a toolkit for building structured web services using Flask. It functions as a resource-based routing…

Projects sharing features with Restless

These projects share indexed features with Restless. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • channelcat/sanicchannelcat avatar

    channelcat/sanic

    18,628View on GitHub↗

    Sanic is a Python ASGI web framework and asynchronous HTTP server. It is designed to build high-performance web applications and servers that handle concurrent requests using non-blocking logic. The framework implements the Asynchronous Server Gateway Interface standard, allowing applications to be deployed across various ASGI-compatible servers. It utilizes an asyncio-based event loop and integrates a Cython-based runtime wrapper around libuv to manage I/O operations. The system manages traffic through route-based request dispatching and a middleware-based request pipeline. These components

    Python
    View on GitHub↗18,628
  • closeio/flask-mongorestcloseio avatar

    closeio/flask-mongorest

    520View on GitHub↗

    Restful API framework wrapped around MongoEngine

    Python
    View on GitHub↗520
  • ant0ine/go-json-restant0ine avatar

    ant0ine/go-json-rest

    3,489View on GitHub↗

    A quick and easy way to setup a RESTful JSON API

    Go
    View on GitHub↗3,489
  • encode/apistarencode avatar

    encode/apistar

    5,548View on GitHub↗

    APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema validator, a traffic auditor, and a documentation generator to ensure compliance with API specifications and data types. The project converts OpenAPI and Swagger schemas into visual developer guides using customizable themes. It also implements a dynamic API client that adapts to defined schemas to send requests to remote servers. The framework includes capabilities for validating API schemas to identify structural mistakes and auditing incoming and outgoing web traffic agai

    Python
    View on GitHub↗5,548
Compare all 30 related projects→