pytest-benchmark
fastapi
pytest-benchmark | fastapi | |
---|---|---|
2 | 499 | |
1,237 | 76,293 | |
- | 1.8% | |
6.0 | 9.8 | |
about 2 months ago | 1 day ago | |
Python | Python | |
BSD 2-clause "Simplified" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pytest-benchmark
-
Pinpoint performance regressions with CI-Integrated differential profiling
pytest-benchmark
-
Investigating Pydantic v2's Bold Performance Claims
To test this, we will setup some benchmarks using pytest-benchmark, some sample data with a simple schema, and compare results between Python's dataclass, Pydantic v1, and v2.
fastapi
-
Building a GenAI Fitness App with Gemini
FastAPI serves as the backbone of Fitness Tribe AI, handling the AI-powered analysis.
-
From Proprietary Data to Expert AI with Lamini and KitOps
You can use the get_answer method to invoke the trained model. You can also use it to create API using FastAPI or Flask.
-
Comparing the Top 12 Best Python Web Frameworks for Developers
FastAPI is a high-performance Python web framework for writing and building APIs in Python. As one of the most popular Python web frameworks, it is known for its speed, ease of use, bug reduction, and robustness. FastAPI is based on standard Python type hints. It is also one of the fastest Python web development frameworks.
-
Unleash the Power of FastAPI: Async vs Blocking I/O
FastAPI Official Documentation
-
Analyzing the OpenAPI Tooling Ecosystem
If you haven’t yet, I highly recommend to check FastAPI for your python backend: https://fastapi.tiangolo.com/. OpenAPI is a core part of it, making it simple to integrate with other tools such as docs and clients generator
-
5 Open Source Python Projects You Should Know About in 2024
Where to check it out: https://github.com/fastapi/fastapi
-
Understanding WebSockets using Python
This code sets up a WebSocket server using FastAPI.
-
How to Build a Python API from Scratch with FastAPI
FastAPI - A web framework for building APIs with Python.
-
Helping FastAPI: How to contribute to docs translations
One of the great features of FastAPI is its great documentation 👏. But wouldn't it be better if more people around the world had access to this documentation? ❤️
-
Ask HN: How do you deploy Python-based LangChain or LlamaIndex code on prod?
Example (chat-langchain): https://github.com/langchain-ai/chat-langchain?tab=readme-ov...
FastAPI example with LangServe (old chat-langchain implementation): https://github.com/langchain-ai/chat-langchain/blob/langserv...
Or just use regular fastapi endpoints instead of langserve.add_routes with a fastapi server: https://fastapi.tiangolo.com/
What are some alternatives?
pytest-codspeed - Pytest plugin to create CodSpeed benchmarks
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
pydantic-core - Core validation logic for pydantic written in rust
HS-Sanic - Async Python 3.6+ web server/framework | Build fast. Run fast. [Moved to: https://github.com/sanic-org/sanic]
cloud_benchmarker - Cloud Benchmarker automates performance testing of cloud instances, offering insightful charts and tracking over time.
Tornado - Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
benchmark-imports - CLI tool to record how much time it takes to import each dependency in a Python project
django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
pyperf - Toolkit to run Python benchmarks
Flask - The Python micro framework for building web applications.
action - Github Actions for running CodSpeed in your CI
Django - The Web framework for perfectionists with deadlines.