returns
Code sanitizer
A tool to write safer and more readable Python code by providing primitives and helpers for functional programming and type-safe interfaces.
Make your functions return something meaningful, typed, and safe!
4k stars
45 watching
120 forks
Language: Python
last commit: about 1 month ago
Linked from 4 awesome lists
dry-pythonfpfunctional-programminghacktoberfestmypymypy-pluginsmypy-stubspythonpython3railway-oriented-programmingtype-safety
Related projects:
Repository | Description | Stars |
---|---|---|
kachayev/fn.py | Provides a set of functional programming primitives and tools to improve code organization and debugging in Python | 3,352 |
python/mypy | A tool to help catch errors in Python code by checking type compatibility and hints at compile time | 18,687 |
zedr/clean-code-python | A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. | 4,476 |
reactive-python/reactpy | A Python library for building user interfaces in a React-like manner without requiring JavaScript | 7,903 |
ml-tooling/opyrator | Automates conversion of machine learning code into production-ready microservices with web API and GUI. | 3,116 |
google/python-fire | Automatically generates command line interfaces from any Python object | 27,243 |
n1nj4sec/pupy | A cross-platform tool for creating and executing malware payloads in various environments. | 8,490 |
python/typeshed | Provides external type annotations for the Python standard library and third-party packages to support static analysis and type checking. | 4,419 |
python-poetry/poetry | Makes managing dependencies and packaging for Python projects easier | 32,005 |
webpy/webpy | A lightweight Python web framework that provides a simple and flexible way to build web applications. | 5,889 |
facebook/pyre-check | Type-checking software for Python code | 6,885 |
google/pytype | Automates type checking and error prevention in Python code | 4,791 |
pygame/pygame | A cross-platform Python library for creating multimedia applications like games | 7,595 |
wemake-services/wemake-python-styleguide | A strict and opinionated Python linter with the goal of enforcing consistent coding style and best practices across all Python projects. | 2,574 |
instagram/monkeytype | A tool to automatically generate type annotations based on runtime types | 4,797 |