Skip to main content

Reflective annotation library for python

Project description

Description

This library aims to provides tools to do annotation in a reflective language.

License Development Status Latest release Supported Python versions Supported Python implementations Download format Build status Code test coverage Downloads

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

b3j0f.annotation-0.1.6.zip (42.9 kB view hashes)

Uploaded Source

b3j0f.annotation-0.1.6.tar.gz (22.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page