metaclass
There are 37 repositories under metaclass topic.
mementum/backtrader
Python Backtesting library for trading strategies
judy2k/stupid-python-tricks
Stupid Python tricks.
miniLV/Interview-series
iOS从入门到进阶 - 技术合集
cjrh/autoslot
Automatic __slots__ for your Python classes
rsokl/custom_inherit
A Python package that provides tools for inheriting docstrings in customizable ways.
BrianPugh/autoregistry
Automatic registry design-pattern library for mapping string names to code functionality.
blockspacer/flextool
C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse language, etc.)
examachine/pisi
PISI package manager of Pardus linux written in Python. The original development branch by the main author.
pmbittner/Polypropylene
EDSL for Polymorphism-Aware Entity Component Systems
hakancelikdev/metaclasses
Metaclasses in Python
chemkg/chemrof
Schema for chemistry ontology classes
zhiwei2017/named_enum
Python named enumeration, which extends the built-in Enum class with extra features.
floehopper/metaclass
Adds a metaclass method to all Ruby objects
forcemain/dmac_server
udp server for record device Mac enc information with django orm/signal/manager/geoip2 self implemented.
scotchka/lazy_arithmetic
Implement lazy evaluation in Python
vimarshc/metaclass-talk
Content for talk on usage of __metaclass__ in Python
romnn/classprop
@classproperty decorator for python that works just like @property.
sandal-tan/pyenvclasses
Define a dataclass from environment variables
andrzejkrawczyk/python-course
Kurs języka Python
elliptical/tcm
Test case meta - a Python 3 metaclass for generating test case methods from sample methods and tables of arguments
Agent-Hellboy/log_call
library to log function or method calls, this can be used in middleware to fetch results from a server.
hraoyama/decorules
tiny python decorator library for (A) enforcing class structure and instance behavior on class hierarchies (B) invoking user defined functionality based on object state.
KOLANICH-libs/Pipeline.py
A framework to build pipelines
konstantinosKokos/metaclass-cfg
A metaclass-based cfg generator
pawelzny/meta-class
Dependency free, framework agnostic MetaClass support for PHP Classes.
pwhipp/python_metaclass
Working example showing some of the power of python3 metaclasses
SAKryukov/pythonic-metaprogramming
Pythonic Metaprogramming
AntoData/Reminda
Project for Reminda: Application to help you study
danielnachumdev/danielutils
My python utils library
fatemeh-mgsdi/python-for-interview
Review of python topics for job interview
Kinetics20/Python_practice_sessions_05
This is my Python practice sessions, using functional and OOP paradigms with mypy and pytest.
radif-ru/Desktop_Apps_Messenger_PyQt
Десктопные приложения. Мессенджер на основе PyQt5. Создал как клиентское, так и серверное приложения. Использовал PyQt5, SQLAlchemy, Метаклассы, потоки (Threads) и другие технологии и библиотеки...
kaulketh/python-singleton
Python Singleton Metaclass
KOLANICH-libs/ClassDictMeta.py
A damn simple metaclass for defining classes conveniently.
mtumilowicz/groovy258-category-mixin-runtime-metaprogramming-workshop
Introduction to groovy's runtime metaprogramming.