Metadata-Version: 2.4
Name: grpcio-fips
Version: 1.70.1
Summary: HTTP/2-based RPC framework - FIPS-compliant
Author: Alteryx, Inc
Author-email: support@alteryx.com
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.1
Description-Content-Type: text/x-rst
License-File: LICENSE
Provides-Extra: protobuf
Requires-Dist: grpcio-tools>=1.70.1; extra == "protobuf"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

gRPC FIPS
===========

This fork of gRPC is not the same as https://pypi.org/python/grpcio. This package is intended as a FIPS-compliant communication layer between Alteryx Designer and the Alteryx Platform SDK. 

Differences
-----------

This fork differs from the original gRPC in the following ways:

- changes to the build and packaging process, to build with FIPS-compliant OpenSSL and cryptography DLLs
- Those DLLs are expected to be on the user's machine (as part of an Alteryx Designer installation)

Installation
------------

gRPC FIPS Python is available for Windows.

Installing From PyPI
~~~~~~~~~~~~~~~~~~~~

If you are installing locally on Windows...

::

  $ pip install grpcio-fips
