Metadata-Version: 2.1
Name: python-relic
Version: 0.1
Summary: Python bindings for the relic toolkit
Home-page: https://github.com/sebastinas/pyrelic
Author: Sebastian Ramacher
Author-email: sebastian.ramacher@ait.ac.at
License: MIT
Description: # Python bindings for relic
        
        `python-relic` provides Python bindings for [relic](https://github.com/relic-toolkit/relic). Note
        though, that the bindings are driven by my personal needs and they do not cover the full `relic`
        API.
        
        ## Dependencies
        
        * `Cython >= 0.28` (optional, only for building). If Cython is not available, the C files are not
          regenerated from their source.
        * `relic >= 0.5.0`
        
        ## Quick installation guide
        
        `python-relic` can be installed via `pip`:
        ```sh
        pip install python-relic
        ```
        or by running:
        ```sh
        python3 setup.py install
        ```
        
        ## License
        
        The code is licensed under the MIT license.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
