Meaningful and safe wrapping types.
Python 3.8 or above is required.
Installing the library with pip is quite simple:
$ pip install wrapsAlternatively, the library can be installed from the source:
$ pip install git+https://github.com/nekitdev/wraps.gitOr via cloning the repository:
$ git clone https://github.com/nekitdev/wraps.git
$ cd wraps
$ pip install .You can add wraps as a dependency with the following command:
$ uv add wrapsTODO
You can find the documentation here.
If you need support with the library, you can send us an email or refer to the official Discord server.
You can find the changelog here.
You can find the Security Policy of wraps here.
If you are interested in contributing to wraps, make sure to take a look at the
Contributing Guide, as well as the Code of Conduct.
wraps is licensed under the MIT License terms. See License for details.