Metadata-Version: 2.1
Name: fasjson-client
Version: 0.0.4
Summary: An OpenAPI client for FASJSON
Home-page: https://github.com/fedora-infra/fasjson-client
License: LGPL-3.0-or-later
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: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: cli
Requires-Dist: bravado (>=10.6.0,<12)
Requires-Dist: click (>=6.7,<8); extra == "cli"
Requires-Dist: cryptography (>=2.3.3,<4); extra == "cli"
Requires-Dist: gssapi (>=1.5.1,<2.0.0)
Requires-Dist: requests (>=2.20.0,<3.0.0)
Requires-Dist: requests-gssapi (>=1.2.1,<2.0.0)
Requires-Dist: toml (>=0.10.1,<0.11.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)

