metaclasses
There are 18 repositories under metaclasses topic.
akittas/presentations
Collection of presentations for advanced Python topics
blockspacer/CXXCTP
DEPRECATED. USE INSTEAD github.com/blockspacer/flextool
hakancelikdev/metaclasses
Metaclasses in Python
linkml/linkml-owl
Extension of LinkML runtime for converting instances of LinkML classes to OWL (classes or instances)
lepchenkov/What_it_Takes_to_be_a_Python_Expert
Bits of code from James Powell lecture on core concepts of python written in four Jupyter notebooks that cover protocol view of python, metaclasses, decorators, generators and context managers.
cr0hn/python-object-watchdog
Watching for runtime changes in Python objects and launch callbacks
pyTooling/pyTooling
pyTooling is a collection of arbitrary useful classes, decorators, meta-classes and exceptions.
windsuzu/PythonUniverse
The goal of PythonUniverse is to collect and organize Python skills in one place. We've collected some Python techniques, Python modules, and some libraries for data science. Each Topic includes code snippet and further explanation.
Leandros/meta
An exercise in exploring compile time code generation in C++
lang-codes/codes-python-basics
Basics of Syntax, Operators, Flow Control, Data Types & Methods, Classes, Inheritence, Meta-Programming, Modules, and Packages
monomonedula/abc-delegation
A tool for automated delegation with abstract base classes
blockspacer/flex_typeclass_plugin
typeclasses. Supports combinations of multiple typeclasses and out-of-source method definitions (data and logic separation).
MitalAshok/metaclass-js
A class where its instances are classes
dariusz-piekarz/pytools
Python tools (JSON, YML configs, metaclasses, decorators).
python-supply/static-checking-via-metaclasses
Python metaclasses are how classes are created, and by defining your own metaclasses you can guide and constrain code contributors in a complex codebase. This article reviews how metaclasses can be employed to implement static checking of user-defined derived classes.
radif-ru/Desktop_Apps_Messenger_PyQt
Десктопные приложения. Мессенджер на основе PyQt5. Создал как клиентское, так и серверное приложения. Использовал PyQt5, SQLAlchemy, Метаклассы, потоки (Threads) и другие технологии и библиотеки...
jferard/python-toy-contract
A toy project. Attempt to use dynamic nature of Python to implement programming by contract.