Metadata-Version: 2.4
Name: crlite-python
Version: 0.2.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: pytest ; extra == 'tests'
Provides-Extra: tests
License-File: LICENSE.txt
Author-email: Teja Juluru <44445080+hawkeyes1094@users.noreply.github.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: repository, https://github.com/hawkeyes1094/crlite-python

# CRLite Implementation in Python

This capstone project aims to bring CRLite support to Python by using the Clubcard filter files from Mozilla and the `crlite-clubcard` Rust library (https://github.com/mozilla/clubcard-crlite).

It uses PyO3 bindings to call methods from `crlite-clubcard`.

# License

This project is licensed under the MIT License. It also uses third-party libraries licensed under the Mozilla Public License 2.0. See [THIRD_PARTY_NOTICES](./THIRD_PARTY_NOTICES) and [LICENSES/MPL-2.0.txt](./LICENSES/MPL-2.0.txt) for more information.
