Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
/ bluejayson Public archive

BlueJayson provides a collection of extra annotation utilities into type annotations in functions, classes, and modules (such as simple data validation).

License

Notifications You must be signed in to change notification settings

abhabongse/bluejayson

Repository files navigation

BlueJayson

BlueJayson revives itself as a collection of extra annotation utilities into type annotations in functions, classes, and modules. It is intended to be used with typing.Annotated (PEP 593) which is available since python3.9 (also backported by typing-extensions package).

Why Another Library?

Other libraries doing similar tasks do not fit my use case and my taste. So I write another one so that I can use in my own production code. It is also my opportunity to practice meta-programming in Python.

Important Note

  • This project is still in active development stage. Minor upgrades may break backward-compatibility.
  • For bug reports or suggestions, please use issues page on GitHub. Other questions about the project itself (e.g. if you are seeking help with the usage) may be asked on discussions page.

Developing Note

Makefile contains a lot of utility scripts.
See help command by simply running make or make help.

About

BlueJayson provides a collection of extra annotation utilities into type annotations in functions, classes, and modules (such as simple data validation).

Topics

Resources

License

Stars

Watchers

Forks