.coveragerc
.gitignore
.pre-commit-config.yaml
.prettierrc.yml
.readthedocs.yaml
.ruff.toml
.tablo.toml
LICENSE
README.md
pyproject.toml
requirements-test.txt
requirements.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
apiout/__init__.py
apiout/_version.py
apiout/cli.py
apiout/fetcher.py
apiout/generator.py
apiout/serializer.py
apiout.egg-info/PKG-INFO
apiout.egg-info/SOURCES.txt
apiout.egg-info/dependency_links.txt
apiout.egg-info/entry_points.txt
apiout.egg-info/requires.txt
apiout.egg-info/top_level.txt
docs/Makefile
docs/api_reference.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/make.bat
docs/make.py
docs/quickstart.rst
docs/requirements.txt
docs/user_guide.rst
examples/README.md
examples/apis.toml
examples/btcpriceticker.toml
examples/btcpriceticker_example.py
examples/context7_docs.toml
examples/context7_search.toml
examples/mempool_apis.toml
examples/mempool_serializer.toml
examples/multi_config_example.py
examples/myapi.toml
examples/scoped_serializers_example.toml
examples/serializers.toml
schemas/apiout.json
tests/__init__.py
tests/test_api_client.py
tests/test_cli.py
tests/test_cli_env.py
tests/test_env_loading.py
tests/test_env_substitution.py
tests/test_fetcher.py
tests/test_flatten_serializers.py
tests/test_generator.py
tests/test_post_processor.py
tests/test_serializer.py
tests/test_serializer_scoping.py
tests/test_user_params.py