MANIFEST.in
README.md
README.rst
ROADMAP.md
pyproject.toml
setup.py
docs/changelog.rst
docs/configuration.rst
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/performance.rst
docs/quickstart.rst
docs/roadmap.rst
docs/security.rst
docs/api/cli.rst
docs/api/client.rst
docs/api/config.rst
docs/api/exceptions.rst
docs/api/monitoring.rst
docs/api/schemas.rst
docs/api/security.rst
docs/api/server.rst
examples/basic_usage.py
examples/configuration_example.py
json_schemas/request_schema.json
json_schemas/response_schema.json
src/fbapi/__init__.py
src/fbapi/cli.py
src/fbapi/client.py
src/fbapi/config.py
src/fbapi/exceptions.py
src/fbapi/monitoring.py
src/fbapi/schemas.py
src/fbapi/security.py
src/fbapi/server.py
src/fbapi.egg-info/PKG-INFO
src/fbapi.egg-info/SOURCES.txt
src/fbapi.egg-info/dependency_links.txt
src/fbapi.egg-info/entry_points.txt
src/fbapi.egg-info/requires.txt
src/fbapi.egg-info/top_level.txt
tests/test_client.py
tests/test_config.py
tests/test_integration.py
tests/test_monitoring.py
tests/test_security.py