attrs
Class decorator
Relieves developers from boilerplate code when defining classes with attributes
Python Classes Without Boilerplate
5k stars
63 watching
374 forks
Language: Python
last commit: about 1 month ago
Linked from 3 awesome lists
attributesboilerplateclassesooppython
Related projects:
Repository | Description | Stars |
---|---|---|
zedr/clean-code-python | A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. | 4,476 |
jvns/pandas-cookbook | A comprehensive guide to getting started with Python's pandas library using real-world data examples | 6,697 |
ml-tooling/opyrator | Automates conversion of machine learning code into production-ready microservices with web API and GUI. | 3,116 |
jakevdp/pythondatasciencehandbook | An online guide and set of executable Jupyter notebooks providing an introduction to core libraries for data science in Python. | 43,422 |
norvig/pytudes | A collection of concise Python programs to practice and improve specific programming skills. | 23,209 |
thealgorithms/python | A collection of algorithm implementations in Python | 195,521 |
encode/starlette | A lightweight ASGI framework/toolkit for building async web services in Python | 10,361 |
vega/altair | A declarative statistical visualization library for Python | 9,441 |
santinic/pampy | A pattern-matching library for Python that simplifies code and improves readability | 3,515 |
dry-python/classes | Enables typed polymorphism and type-safe business logic in Python without inheritance or interfaces. | 678 |
angr/angr | A platform-agnostic binary analysis framework providing tools for disassembly, symbolic execution, and control-flow analysis. | 7,647 |
pandas-dev/pandas | A powerful data analysis toolkit for Python that provides flexible and expressive data structures for efficient data manipulation and analysis. | 44,052 |
google/pytype | Automates type checking and error prevention in Python code | 4,791 |
wesm/pydata-book | Materials and IPython notebooks for data analysis with Python | 22,389 |
lark-parser/lark | A parsing toolkit that provides a flexible and modular way to parse context-free languages in Python | 4,971 |