Metadata-Version: 2.4
Name: vidyut
Version: 0.4.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE.md
Summary: A high-performance Sanskrit toolkit
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

<div align="center">
<h1><code>bindings-python</code></h1>
<p><i>Vidyut's Python bindings</i></p>
</div>

This directory provides Python bindings for Vidyut. Our work here focuses
specifically on Rust-Python conversion and *not* on the underlying logic.
This means we focus on:

- improving comments, documentation, and type hints
- adding better error messages
- making our API more exhaustive
- making our API more Pythonic
- adding extensive tests for our Rust-Python conversions


Links
-----

For users:

- Documentation: https://vidyut.readthedocs.io
- Releases: https://pypi.org/project/vidyut/
- Changes: https://vidyut.readthedocs.io/en/latest/changes.html
- Code: https://github.com/ambuda-org/vidyut
- Issues: https://github.com/ambuda-org/vidyut/issues
- Chat: https://discord.gg/7rGdTyWY7Z

For contributors:

- [CONTRIBUTING.md](https://github.com/ambuda-org/vidyut/blob/main/CONTRIBUTING.md)

