switowski / writing-faster-python3Links
Code examples for the writing faster Python 3 talk
☆55Updated 3 years ago
Alternatives and similar repositories for writing-faster-python3
Users that are interested in writing-faster-python3 are comparing it to the libraries listed below
Sorting:
- A GitHub Action to add latest changes after each PR merged automatically☆199Updated last month
- ☆197Updated 3 years ago
- Replace `Optional[T]` by `Union[T, None]` 👀☆57Updated 3 years ago
- Arrest is a small utility to easily structure and validate your REST api calls using pydantic and httpx☆158Updated last year
- The simplest websocket cli☆64Updated last year
- Browser reload with uvicorn!☆68Updated 2 years ago
- a tool to detect test pollution☆202Updated last month
- Test whether your code is logging correctly 🪵☆122Updated last month
- Productivity tools for popular open source repos, used by pydantic☆63Updated 2 years ago
- The ultimate linter and formatter for removing unused import statements in your code.☆248Updated 4 months ago
- Automatically use the awesome walrus operator☆128Updated this week
- pytest + rich integration (proof of concept)☆252Updated 2 weeks ago
- Automatically convert unittests to pytest☆59Updated last month
- A mini dashboard to help find slow tests in pytest.☆83Updated last year
- ☆22Updated 4 months ago
- Python type explainer for the web☆20Updated 2 years ago
- A Flake8 plugin that checks for issues using the standard library logging module.☆85Updated this week
- Search, modify, and parse messy HTML with ease.☆40Updated 3 weeks ago
- OpenAI powered AI CLI in just a few lines of code.☆126Updated last year
- Builds a graph of a Python project's internal dependencies.☆110Updated 2 weeks ago
- Pytest plugin to fake subprocess.☆117Updated 2 weeks ago
- DynaCLI is a cloud-friendly Python library for converting pure Python functions into Linux Shell commands.☆97Updated 2 years ago
- dead simple python dead code detection☆395Updated last month
- Automatically remove unnecessary `# noqa` comments☆263Updated last month
- Command-line parsing library for Python 3.☆134Updated last year
- Gracy helps you handle failures, logging, retries, throttling, and tracking for all your HTTP interactions.☆249Updated last year
- ☆91Updated 9 months ago
- Lightweight browser hot reload for Python ASGI web apps☆164Updated 4 months ago
- Formatter for your Python unit tests☆106Updated 3 years ago
- Define your JSON schema as Python dataclasses☆61Updated 2 years ago