Repository History

Explore all analyzed open source repositories

toapi: Declaratively Turn Any Website into a JSON API

toapi: Declaratively Turn Any Website into a JSON API

toapi is a powerful Python library designed to transform any website into a clean JSON API declaratively. It enables users to define desired data fields using CSS selectors, fetching and parsing web pages on demand. With built-in caching and support for dynamic content, toapi simplifies web data extraction without complex crawlers or databases.

Analyzed Jul 24, 2026
View Details
Grab: A Powerful Python Web Scraping Framework

Grab: A Powerful Python Web Scraping Framework

Grab is a robust Python web scraping framework designed to simplify complex data extraction tasks. It provides comprehensive tools for handling network requests, processing scraped content, and managing asynchronous operations through its powerful Spider component. Developers can leverage features like automatic cookie support, HTTP/SOCKS proxies, and XPath queries for efficient web data collection.

Analyzed Jul 24, 2026
View Details
MechanicalSoup: A Python Library for Automating Website Interaction

MechanicalSoup: A Python Library for Automating Website Interaction

MechanicalSoup is a powerful Python library designed for automating interactions with websites. Built upon Requests and BeautifulSoup, it simplifies tasks like storing cookies, following redirects, and submitting forms. It's an excellent tool for web automation tasks that don't require JavaScript execution.

Analyzed Jul 24, 2026
View Details
Awesome Django: A Curated List of Essential Django Resources and Packages

Awesome Django: A Curated List of Essential Django Resources and Packages

Awesome Django is a comprehensive curated list of outstanding Django apps, projects, and resources. It focuses on mature, well-maintained packages with good documentation and active user bases. This repository serves as an invaluable guide for developers looking for high-quality tools and examples within the Django ecosystem.

Analyzed Jul 24, 2026
View Details
Awesome Django: A Curated List of Essential Resources for Developers

Awesome Django: A Curated List of Essential Resources for Developers

Awesome Django is a comprehensive, curated list of exceptional resources, packages, and tools for Django web development. It serves as an invaluable guide for developers looking to enhance their projects with the best the Django ecosystem has to offer. With over 11,000 stars, it's a trusted community-maintained collection.

Analyzed Jul 24, 2026
View Details
Awesome Flask: A Curated List of Flask Resources and Plugins

Awesome Flask: A Curated List of Flask Resources and Plugins

Awesome Flask is a comprehensive, curated list of exceptional Flask resources and plugins, designed to help developers build robust web applications. It categorizes a wide array of tools, from frameworks and authentication to database integrations and development utilities, making it an invaluable guide for anyone working with the Flask ecosystem.

Analyzed Jul 23, 2026
View Details
Awesome Pyramid: A Curated List of Pyramid Apps, Projects, and Resources

Awesome Pyramid: A Curated List of Pyramid Apps, Projects, and Resources

Awesome Pyramid is a meticulously curated list designed for developers working with the Pyramid web framework. It compiles a wide array of applications, projects, and valuable resources, making it an essential guide for discovering tools and examples. Inspired by the popular awesome-python list, this repository helps users navigate the Pyramid ecosystem efficiently.

Analyzed Jul 23, 2026
View Details
Masonite: The Modern and Developer-Centric Python Web Framework

Masonite: The Modern and Developer-Centric Python Web Framework

Masonite is a Python web framework known for its modern and developer-centric approach, offering features like ORM, mail, queues, and task scheduling. This repository, however, is no longer maintained, with active development continuing under `masonitedev/masonite`. It served as the foundation for Masonite versions up to 4.x.

Analyzed Jul 23, 2026
View Details
Tornado: A Powerful Python Web Framework and Asynchronous Library

Tornado: A Powerful Python Web Framework and Asynchronous Library

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. It utilizes non-blocking I/O to efficiently handle tens of thousands of open connections. This makes it an ideal choice for applications requiring long-lived connections, such as long polling, WebSockets, and real-time services.

Analyzed Jul 23, 2026
View Details
Autobahn|Python: WebSocket & WAMP for Real-Time Python Applications

Autobahn|Python: WebSocket & WAMP for Real-Time Python Applications

Autobahn|Python is a robust open-source library providing WebSocket and WAMP implementations for Python 3.11+. It enables developers to build real-time applications with bidirectional messaging, remote procedure calls, and publish-subscribe patterns, seamlessly integrating with Twisted and asyncio frameworks.

Analyzed Jul 22, 2026
View Details
Django Channels: Developer-Friendly Asynchrony for Django

Django Channels: Developer-Friendly Asynchrony for Django

Django Channels extends Django to bring powerful asynchronous capabilities, including WebSockets and long-poll HTTP, to your projects. It integrates seamlessly using familiar Django design patterns, offering a flexible framework for building real-time applications. As an official Django Project, it ensures robust support and continuous development.

Analyzed Jul 22, 2026
View Details
Gunicorn: A Fast and Lightweight WSGI HTTP Server for Python

Gunicorn: A Fast and Lightweight WSGI HTTP Server for Python

Gunicorn, or 'Green Unicorn', is a robust and widely-used WSGI HTTP server for Python applications, known for its speed and efficiency. It employs a pre-fork worker model, making it compatible with various web frameworks like Django and Flask. This server is designed to be light on server resource usage while providing reliable performance for your Python web projects.

Analyzed Jul 22, 2026
View Details
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️