Rokfordchez's Stars
kamranahmedse/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
python/cpython
The Python programming language
Textualize/rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
faif/python-patterns
A collection of design patterns/idioms in Python
explosion/spaCy
💫 Industrial-strength Natural Language Processing (NLP) in Python
ValdikSS/GoodbyeDPI
GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows)
pydantic/pydantic
Data validation using Python type hints
tiangolo/full-stack-fastapi-postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
heynickc/awesome-ddd
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
mjhea0/awesome-fastapi
A curated list of awesome things related to FastAPI
tortoise/tortoise-orm
Familiar asyncio ORM for python, built with relations in mind
flasgger/flasgger
Easy OpenAPI specs and Swagger UI for your Flask API
dry-python/returns
Make your functions return something meaningful, typed, and safe!
nsidnev/fastapi-realworld-example-app
Backend logic implementation for https://github.com/gothinkster/realworld with awesome FastAPI
wemake-services/wemake-python-styleguide
The strictest and most opinionated python linter ever!
aio-libs-abandoned/aioredis-py
asyncio (PEP 3156) Redis support
compose-spec/compose-spec
The Compose specification
mirumee/ariadne
Python library for implementing GraphQL servers using schema-first approach.
pytest-dev/pytest-mock
Thin-wrapper around the mock package for easier use with pytest
pyeventsourcing/eventsourcing
A library for event sourcing in Python.
Kludex/awesome-fastapi-projects
List of FastAPI projects! :sunglasses: :rocket:
aio-libs/aiojobs
Jobs scheduler for managing background task (asyncio)
tortoise/aerich
A database migrations tool for TortoiseORM, ready to production.
aio-libs/aiohttp-demos
Demos for aiohttp project
reagento/dataclass-factory
Modern way to convert python dataclasses or other objects to and from more common types like dicts or json-like structures
tonybaloney/cpython-book-samples
Sample scripts and examples for my CPython Internals book
iximiuz/simple-event-loop
Fully-functional Event Loop in 100 Lines of Python
podhmo/swagger-marshmallow-codegen
generating marshmallow's schema from swagger definition file
rehandalal/sort-requirements
A simple script to sort python dependencies in requirement text files.
thepylot/django-form-with-ajax
How to send Django form with AJAX Tutorial