kinds

Build Status codecov Python Version wemake-python-styleguide

Project to help with typing in multi-version python projects. I have recently started to use poetry and modern python best practices for my work. I am struggling with typing that supports python >= 3.9 versus python <= python 3.8. I am using this small project for experimentation and help with this obstacle.

Features

Installation

pip install kinds

Example

Showcase how your project can be used:

from kinds.example import some_function

print(some_function(3, 4))
# => 7

License

MIT

Credits

This project was generated with ``wemake-python-package` <https://github.com/wemake-services/wemake-python-package>`_. Current template version is: 3d9ad64bcbf7afc6bee7f2c9ea8c923d579b119c. See what is updated since then.

Contents

Changelog

Indices and tables