Metadata-Version: 2.1
Name: fasjson-client
Version: 0.0.3
Summary: An OpenAPI client for FASJSON
Home-page: https://github.com/fedora-infra/fasjson-client
Keywords: security
Author: Fedora Infrastructure
Author-email: infrastructure@lists.fedoraproject.org
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: cli
Requires-Dist: bravado (>=10.6.0,<11.0.0)
Requires-Dist: click (>=7.1.2,<8.0.0); extra == "cli"
Requires-Dist: cryptography (>=2.9.2,<3.0.0); extra == "cli"
Requires-Dist: gssapi (>=1.6.5,<2.0.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: requests-gssapi (>=1.2.1,<2.0.0)
Project-URL: Repository, https://github.com/fedora-infra/fasjson-client
Description-Content-Type: text/markdown

# fasjson-client

A python client library for the FASJSON API

This client uses the bravado library to build dynamic api methods based on open-api specs (version 2.0): https://github.com/Yelp/bravado

The documentation is available at https://fasjson-client.readthedocs.io/

## License

Licensed under [lgpl-3.0](./LICENSE)

