attrs/docs/license.md

1.3 KiB
Raw Blame History

License and Credits

attrs is licensed under the MIT license. The full license text can be also found in the source code repository.

attrs is written and maintained by Hynek Schlawack.

The development is kindly supported by my employer Variomedia AG, attrs Tidelift subscribers, and all my amazing GitHub Sponsors.

A full list of contributors can be found in GitHub's overview.

Its the spiritual successor of characteristic and aspires to fix some of it clunkiness and unfortunate decisions. Both were inspired by Twisteds FancyEqMixin but both are implemented using class decorators because subclassing is bad for you (except when doing strict specialization).