Skip to content

nekitdev/wraps

Repository files navigation

wraps

License Version Downloads Discord

Documentation Check Test Coverage

Meaningful and safe wrapping types.

Installing

Python 3.8 or above is required.

pip

Installing the library with pip is quite simple:

$ pip install wraps

Alternatively, the library can be installed from the source:

$ pip install git+https://github.com/nekitdev/wraps.git

Or via cloning the repository:

$ git clone https://github.com/nekitdev/wraps.git
$ cd wraps
$ pip install .

uv

You can add wraps as a dependency with the following command:

$ uv add wraps

Examples

TODO

Documentation

You can find the documentation here.

Support

If you need support with the library, you can send us an email or refer to the official Discord server.

Changelog

You can find the changelog here.

Security Policy

You can find the Security Policy of wraps here.

Contributing

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.

License

wraps is licensed under the MIT License terms. See License for details.