Awesome List Updates on Feb 22, 2024
16 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome React Components
Boilerplate / Mouse Events
- extensive-react-boilerplate (⭐464) - Boilerplate with Next.js, Auth (Sign in, Sign up, Reset password, Confirm email, Refresh Token), Material UI, React Hook Form, I18N, File uploads (support local and Amazon S3 drivers), Tests, CI.
2. Awesome Browser Extensions for Github
Like On GitHub (⭐241) 
Chrome extension that adds a button in browser and links this button to a GitHub repository that you will configure, then on any webpage just click this extension button and it will add the given link with the title of the page in that repository.
Installs: 57 | Stars: 235 | Last update: n/a
3. Awesome Php
Table of Contents / Error Tracking and Monitoring Services
- Blackfire - A low-overhead code profiler.
- Honeybadger - Error Tracking & Application Monitoring for Developers.
- Rollbar - Error Logging & Tracking Service for Software Teams.
- Sentry - Application Performance Monitoring & Error Tracking Software.
- Tideways - Monitoring and profiling tool.
4. Awesome Inertiajs
Adapters / Server-side
Resources / Examples
- Ping CRM / Grails (⭐5) - Demonstration application made with Grails and Vue.js.
5. Awesome Python
Admin Panels
- django-grappelli (⭐3.9k) - A jazzy skin for the Django Admin-Interface.
Algorithms and Design Patterns
- Algorithms
- algorithms (⭐25k) - Minimal examples of data structures and algorithms.
- python-ds (⭐2.9k) - A collection of data structure and algorithms for coding interviews.
- sortedcontainers (⭐3.8k) - Fast and pure-Python implementation of sorted collections.
- thealgorithms (⭐203k) - All Algorithms implemented in Python.
ASGI Servers
- hypercorn (⭐1.3k) - An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
Asynchronous Programming
- concurrent.futures - (Python standard library) A high-level interface for asynchronously executing callables.
- multiprocessing - (Python standard library) Process-based parallelism.
- twisted (⭐5.8k) - An event-driven networking engine.
- eventlet (⭐1.3k) - Asynchronous framework with WSGI support.
- gevent (⭐6.4k) - A coroutine-based Python networking library that uses greenlet (⭐1.7k).
Audio
- Audio
- audioread (⭐513) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- audioFlux (⭐3.1k) - A library for audio and music analysis, feature extraction.
- dejavu (⭐6.6k) - Audio fingerprinting and recognition.
- kapre (⭐932) - Keras Audio Preprocessors.
- librosa (⭐7.7k) - Python library for audio and music analysis.
- matchering (⭐2.1k) - A library for automated reference audio mastering.
- mingus - An advanced music theory and notation package with MIDI file and playback support.
- pyaudioanalysis (⭐6.1k) - Audio feature extraction, classification, segmentation and applications.
- pydub (⭐9.5k) - Manipulate audio with a simple and easy high level interface.
- timeside (⭐387) - Open web audio processing framework.
Authentication
- OAuth
- authlib (⭐4.9k) - JavaScript Object Signing and Encryption draft implementation.
- django-allauth (⭐10k) - Authentication app for Django that "just works."
- django-oauth-toolkit (⭐3.3k) - OAuth 2 goodies for Django.
- oauthlib (⭐2.9k) - A generic and thorough implementation of the OAuth request-signing logic.
Build Tools
- bitbake (⭐464) - A make-like build tool for embedded Linux.
- buildout (⭐589) - A build system for creating, assembling and deploying applications from multiple parts.
- platformio (⭐8.4k) - A console tool to build code with different development platforms.
- scons (⭐2.2k) - A software construction tool.
Built-in Classes Enhancement
- box (⭐2.7k) - Python dictionaries with advanced dot notation access.
- dotteddict (⭐211) - A library that provides a method of accessing lists and dicts with a dotted path notation.
CMS
- wagtail (⭐19k) - A Django content management system.
Caching
- dogpile.cache (⭐269) - dogpile.cache is a next generation replacement for Beaker made by the same authors.
- hermescache - Python caching library with tag-based invalidation and dogpile effect prevention.
- python-diskcache (⭐2.6k) - SQLite and file backed cache backend with faster lookups than memcached and redis.
Command-line Interface Development
- Command-line Application Development
- cement (⭐1.3k) - CLI Application Framework for Python.
- click (⭐17k) - A package for creating beautiful command line interfaces in a composable way.
- cliff (⭐248) - A framework for creating command-line programs with multi-level commands.
- python-fire (⭐28k) - A library for creating command line interfaces from absolutely any Python object.
- python-prompt-toolkit (⭐9.8k) - A library for building powerful interactive command lines.
Computer Vision
- easyocr (⭐27k) - Ready-to-use OCR with 40+ languages supported.
- kornia (⭐11k) - Open Source Differentiable Computer Vision Library for PyTorch.
- opencv - Open Source Computer Vision Library.
Configuration Files
- configobj (⭐327) - INI file parser with validation.
- python-decouple (⭐2.9k) - Strict separation of settings from code.
Cryptography
- cryptography (⭐7.1k) - A package designed to expose cryptographic primitives and recipes to Python developers.
Data Analysis
- pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
- aws-sdk-pandas (⭐4k) - Pandas on AWS.
- datasette (⭐10k) - An open source multi-tool for exploring and publishing data.
- optimus (⭐1.5k) - Agile Data Science Workflows made easy with PySpark.
Data Validation
- cerberus (⭐3.2k) - A lightweight and extensible data validation library.
- colander (⭐457) - Validating and deserializing data obtained via XML, JSON, an HTML form post.
- jsonschema (⭐4.8k) - An implementation of JSON Schema for Python.
- schematics (⭐2.6k) - Data Structure Validation.
- pydantic (⭐24k) - Data validation using Python type hints.
Data Visualization
- altair (⭐9.9k) - Declarative statistical visualization library for Python.
- bokeh (⭐20k) - Interactive Web Plotting for Python.
- cartopy (⭐1.5k) - A cartographic python library with matplotlib support.
- matplotlib (⭐21k) - A Python 2D plotting library.
- pygal (⭐2.7k) - A Python SVG Charts Creator.
- pygraphviz (⭐812) - Python interface to Graphviz.
- pyqtgraph (⭐4.1k) - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
- seaborn (⭐13k) - Statistical data visualization using Matplotlib.
- vispy (⭐3.5k) - High-performance scientific visualization based on OpenGL.
Database
- zodb (⭐724) - A native object database for Python. A key-value and object graph database.
Database Drivers
- MySQL - awesome-mysql
- mysqlclient (⭐2.5k) - MySQL connector with Python 3 support (mysql-python fork).
- pymysql (⭐7.8k) - A pure Python MySQL driver compatible to mysql-python.
- PostgreSQL - awesome-postgres (⭐11k)
- psycopg (⭐2k) - The most popular PostgreSQL adapter for Python.
- SQlite - awesome-sqlite (⭐356)
- sqlite3 - (Python standard library) SQlite interface compliant with DB-API 2.0.
- sqlite-utils (⭐1.9k) - Python CLI utility and library for manipulating SQLite databases.
- NoSQL Databases
- cassandra-driver (⭐1.4k) - The Python Driver for Apache Cassandra.
- happybase (⭐609) - A developer-friendly library for Apache HBase.
- kafka-python (⭐5.8k) - The Python client for Apache Kafka.
- pymongo (⭐4.2k) - The official Python client for MongoDB.
- motor (⭐2.5k) - The async Python driver for MongoDB.
- redis-py (⭐13k) - The Python client for Redis.
Date and Time
- arrow (⭐8.9k) - A Python library that offers a sensible and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps.
- pendulum (⭐6.5k) - Python datetimes made easy.
- pytz - World timezone definitions, modern and historical. Brings the tz database into Python.
Deep Learning
- pytorch-lightning (⭐30k) - Deep learning framework to train, deploy, and ship AI products Lightning fast.
- theano (⭐9.9k) - A library for fast numerical computation.
DevOps Tools
- Backup
- borg (⭐12k) - A deduplicating archiver with compression and encryption.
Distribution
- py2app (⭐402) - Freezes Python scripts (Mac OS X).
- py2exe (⭐948) - Freezes Python scripts (Windows).
- pyinstaller (⭐12k) - Converts Python programs into stand-alone executables (cross-platform).
Downloader
- youtube-dl (⭐136k) - A command-line program to download videos from YouTube and other video sites.
File Manipulation
- path.py (⭐1.1k) - A module wrapper for os.path.
Functional Programming
- coconut (⭐4.2k) - A variant of Python built for simple, elegant, Pythonic functional programming.
- cytoolz (⭐1.1k) - Cython implementation of
Toolz: High performance functional utilities.
- toolz (⭐4.9k) - A collection of functional utilities for iterators, functions, and dictionaries.
Geolocation
- geodjango - A world-class geographic web framework.
- geojson (⭐969) - Python bindings and utilities for GeoJSON.
HTML Manipulation
- beautifulsoup - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
- markupsafe (⭐660) - Implements a XML/HTML/XHTML Markup safe string for Python.
HTTP Clients
- urllib3 (⭐3.9k) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
Hardware
- pynput (⭐2k) - A library to control and monitor input devices.
Image Processing
- pymatting (⭐1.9k) - A library for alpha matting.
- quads (⭐1.2k) - Computer art based on quadtrees.
- wand (⭐1.5k) - Python bindings for MagickWand, C API for ImageMagick.
Implementations
- cpython (⭐68k) - Default, most widely used implementation of the Python programming language written in C.
- cython (⭐10k) - Optimizing Static Compiler for Python.
- clpython (⭐380) - Implementation of the Python programming language written in Common Lisp.
- ironpython (⭐2.7k) - Implementation of the Python programming language written in C#.
- micropython (⭐21k) - A lean and efficient Python programming language implementation.
- numba (⭐11k) - Python JIT compiler to LLVM aimed at scientific Python.
- peachpy (⭐2k) - x86-64 assembler embedded in Python.
- pypy - A very fast and compliant implementation of the Python language.
- pyston (⭐2.5k) - A Python implementation using JIT techniques.
RESTful API
- Django
- django-rest-framework (⭐29k) - A powerful and flexible toolkit to build web APIs.
- django-tastypie (⭐3.9k) - Creating delicious APIs for Django apps.
- Framework agnostic
- falcon (⭐9.7k) - A high-performance framework for building cloud APIs and web app backends.
- fastapi (⭐87k) - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints.
- hug (⭐6.9k) - A Python 3 framework for cleanly exposing APIs.
- sandman2 (⭐2k) - Automated REST APIs for existing database-driven systems.
- sanic (⭐18k) - A Python 3.6+ web server and web framework that's written to go fast.
Web Crawling
- feedparser (⭐2.2k) - Universal feed parser.
- mechanicalsoup (⭐4.8k) - A Python library for automating interaction with websites.
- scrapy (⭐58k) - A fast high-level screen scraping and web crawling framework.
Web Frameworks
- Synchronous
- django (⭐84k) - The most popular web framework in Python.
- flask (⭐70k) - A microframework for Python.
- pyramid - A small, fast, down-to-earth, open source Python web framework.
- masonite (⭐2.3k) - The modern and developer centric Python web framework.
- Asynchronous
- tornado (⭐22k) - A web framework and asynchronous networking library.
WSGI Servers
- uwsgi - A project aims at developing a full stack for building hosting services, written in C.
Newsletters
Podcasts
6. Awesome Opentofu
Tools / Wrappers
- Atmos (⭐1.1k) - Orchestration tool that keeps environment configuration DRY.
Tools / Providers
- tfschema (⭐306) - Schema inspector for providers.
7. Awesome Neovim
(requires Neovim 0.5)
- deathbeam/lspecho.nvim (⭐21) - Echo LSP progress to cmdline or embed it in status line.
Completion / Diagnostics
- deathbeam/autocomplete.nvim (⭐59) - Very simple and minimal autocompletion for cmdline and buffer using LSP and Tree-sitter with signature help.
8. Awesome Ruby
CMS
- Avo CMS for Rails - Avo is a very custom Content Management System for Ruby on Rails that saves engineers and teams months of development time. It's designed to use your app's database structure, uses configuration instead of traditional methods, and when configuration isn't enough, it falls back to writing regular Rails code that you're used to.
9. Awesome Generative Deep Art
Courses and Educational Materials
- DataCamp's Become a Generative AI Developer series: 9 code-alongs on building chatbots using LangChain and the OpenAI and Pinecone APIs, and working with the Hugging Face ecosystem. Free, for a limited time only.
Online Tools and Applications
- SinglebaseCloud: AI-powered backend platform with Vector DB, DocumentDB, Auth, and more to speed up app development.
- TrollyAI: Create professional SEO articles, 2x faster
- WebscrapeAI: Scrape any website without code using AI
10. Awesome Quant
Python / Financial Instruments and Pricing
- rateslib (⭐252) - A fixed income library for pricing bonds and bond futures, and derivatives such as IRS, cross-currency and FX swaps.
R / Financial Instruments and Pricing
- RQuantLib (⭐128) - RQuantLib connects GNU R with QuantLib.
Java / FrameWorks
- JQuantLib (⭐140) - JQuantLib is a free, open-source, comprehensive framework for quantitative finance, written in 100% Java.
11. Free for Dev
Tools for Teams and Collaboration
- Wormhole - Share files up to 5GB with end-to-end encryption for up to 24hours. For files larger than 5 GB, it uses peer-to-peer transfer to send your files directly.
- Brevo — 9,000 emails/month, 300 emails/day free
- Sender Up to 15,000 emails/month, up to 2,500 subscribers
- Sendpulse — 500 subscribers/month, 15,000 emails/month free
Other Free Resources
- Framacloud — A list of Free/Libre Open Source Software and SaaS by the French non-profit Framasoft.
12. Awesome Mac
Developer Tools / IDEs
- Zed - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
13. Awesome Polars
Blog posts / Miscellaneous
- Data Statistics in Polars - A post that explains how to extract insightful information from your data in Polars by Alexandre Petit.
14. Awesome Dotnet
API
- FastEndpoints (⭐5.4k) - High-performance middleground between classic ASP.NET Core API controllers and Minimal APIs. Using a REPR (Request-Endpoint-Response) pattern, this library eliminates the boilerplate and monolithic feel of controllers by improving colocation of code.
PDF / GUI - other
- QPdfSharp (⭐20) - A C# wrapper written around QPdf to allow for easy PDF manipulation that is tested for both linux and windows. QPdf is one of the only libraries capable of PDF linearization, and this wrapper ensures you keep up to date with the underlying improvements.
15. Awesome Vite
Framework-agnostic Plugins / Bundling
- vite-plugin-minipic (⭐57) - Efficient image compression tool.
16. Awesome Streaming
Table of Contents / Toolkit
- Streamdal [Go/Node.js/Python] - A tool to embed privacy controls in your application code to detect PII as it enters and leaves your systems, preventing it from reaching unintended data streams or pipelines.
- Prev: Feb 23, 2024
- Next: Feb 21, 2024