Skip to content

b3j0f/annotation

Repository files navigation

Description

Annotation library like Java's annotation with reflective concerns for Python.

License

Development Status

Latest release

Supported Python versions

Supported Python implementations

Download format

Build status

Code test coverage

Downloads

Documentation Status

Code Health

Links

Installation

pip install b3j0f.annotation

Features

What does mean annotations in a reflective way:

  • one annotation can annotate several objects at a time (modules, classes, functions, instances, builtins, annotation like themselves, etc.).
  • such as a reflective object, they could have their own behavior and lifecycle independently to annotated elements.

This library provides the base Annotation class in order to specialize your own annotations, and several examples of useful annotation given in different modules such as:

  • async: dedicated to asynchronous programming.
  • interception: annotations able to intercept callable object calls.
  • call: inherits from interception module and provides annotations which allow to do checking on callable objects.
  • check: annotations which check some conditions such as type of annotated targets, max number of annotated elements, etc.
  • oop: useful in object oriented programming like allowing to weave mixins.

Examples

Perspectives

  • Cython implementation.

Donation

I'm grateful for gifts, but don't have a specific funding goal.

About

Python decorator library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages