Metadata-Version: 2.1
Name: cas-pip
Version: 0.1.0
Summary: Community Attestation pip integration
Home-page: https://github.com/Razikus/cas_pip
Author: Codenotary
License: Apache Software License 2.0
Keywords: cas_pip
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: Click (>=8.1.3)
Requires-Dist: grpcio (>=1.44.0)
Requires-Dist: pydantic (>=1.9.0)
Requires-Dist: aiofiles (>=0.8.0)
Requires-Dist: pytz (>=2022.1)

=======
CAS pip
=======


.. image:: https://img.shields.io/pypi/v/cas_pip.svg
        :target: https://pypi.python.org/pypi/cas_pip

.. image:: https://readthedocs.org/projects/cas-pip/badge/?version=latest
        :target: https://cas-pip.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Community Attestation Pip integration


* Free software: Apache Software License 2.0
* Documentation: https://cas-pip.readthedocs.io.


Features
----------

* Notarizing requirements.txt 
* Authorizing requirements.txt
* Notarizing files
* Authorizing files
* Notarizing hashes
* Authorizing hashes
* API client 
* Async API client
* Easy integration with your software


Install it
----------
Installation is very easy::

    pip install cas_pip

Usage
----------

.. image:: https://asciinema.org/a/491483.svg
   :target: https://asciinema.org/a/491483


=======
History
=======

0.1.0 (2022-04-29)
------------------

* First release on PyPI.


