.env.example
.gitignore
.gitlab-ci.yml
.travis.yml
HACKING.rst
LICENSE
Makefile
README.rst
docker-compose.yml
requirements-dev.in
requirements-dev.txt
requirements.in
requirements.txt
setup.py
scripts/new-release
spinta/__init__.py
spinta/api.py
spinta/asgi.py
spinta/auth.py
spinta/cli.py
spinta/common.py
spinta/components.py
spinta/dispatcher.py
spinta/exceptions.py
spinta/fetcher.py
spinta/methods.py
spinta/middlewares.py
spinta/nodes.py
spinta/renderer.py
spinta/urlparams.py
spinta.egg-info/PKG-INFO
spinta.egg-info/SOURCES.txt
spinta.egg-info/dependency_links.txt
spinta.egg-info/entry_points.txt
spinta.egg-info/requires.txt
spinta.egg-info/top_level.txt
spinta/backends/__init__.py
spinta/backends/fs.py
spinta/backends/mongo.py
spinta/backends/postgresql/__init__.py
spinta/backends/postgresql/dataset.py
spinta/backends/postgresql/files.py
spinta/commands/__init__.py
spinta/commands/helpers.py
spinta/commands/read.py
spinta/commands/search.py
spinta/commands/version.py
spinta/commands/write.py
spinta/commands/formats/__init__.py
spinta/commands/formats/ascii.py
spinta/commands/formats/csv.py
spinta/commands/formats/html.py
spinta/commands/formats/json.py
spinta/commands/formats/jsonl.py
spinta/commands/sources/__init__.py
spinta/commands/sources/csv.py
spinta/commands/sources/html.py
spinta/commands/sources/json.py
spinta/commands/sources/sql.py
spinta/commands/sources/url.py
spinta/commands/sources/xlsx.py
spinta/commands/sources/xml.py
spinta/config/__init__.py
spinta/config/commands.py
spinta/manifest/table.yml
spinta/manifest/transaction.yml
spinta/templates/base.html
spinta/templates/error.html
spinta/testing/__init__.py
spinta/testing/client.py
spinta/testing/context.py
spinta/testing/pytest.py
spinta/testing/utils.py
spinta/types/__init__.py
spinta/types/command.py
spinta/types/config.py
spinta/types/dataset.py
spinta/types/datatype.py
spinta/types/manifest.py
spinta/types/model.py
spinta/types/namespace.py
spinta/types/owner.py
spinta/types/project.py
spinta/types/store.py
spinta/utils/__init__.py
spinta/utils/aiotools.py
spinta/utils/changes.py
spinta/utils/commands.py
spinta/utils/errors.py
spinta/utils/idgen.py
spinta/utils/imports.py
spinta/utils/itertools.py
spinta/utils/nestedstruct.py
spinta/utils/passwords.py
spinta/utils/path.py
spinta/utils/refs.py
spinta/utils/response.py
spinta/utils/schema.py
spinta/utils/scopes.py
spinta/utils/streams.py
spinta/utils/tree.py
spinta/utils/url.py
tests/conftest.py
tests/test_api.py
tests/test_auth.py
tests/test_cli.py
tests/test_components.py
tests/test_concurency.py
tests/test_config.py
tests/test_context.py
tests/test_exceptions.py
tests/test_models.py
tests/test_namespace.py
tests/test_pull.py
tests/test_push.py
tests/test_search.py
tests/test_sort.py
tests/test_store.py
tests/test_validation.py
tests/backends/test_all.py
tests/backends/test_fs.py
tests/backends/test_postgresql.py
tests/backends/postgresql/__init__.py
tests/backends/postgresql/test_files.py
tests/commands/formats/__init__.py
tests/commands/formats/test_ascii.py
tests/commands/formats/test_csv.py
tests/commands/formats/test_json.py
tests/commands/formats/test_jsonl.py
tests/commands/source/__init__.py
tests/commands/source/test_csv.py
tests/commands/source/test_json.py
tests/commands/source/test_sources.py
tests/commands/source/test_sql.py
tests/commands/source/test_xlsx.py
tests/commands/source/test_xml.py
tests/config/clients/3388ea36-4a4f-4821-900a-b574c8829d52.yml
tests/config/clients/baa448a8-205c-4faa-a048-a10e4b32a136.yml
tests/config/keys/private.json
tests/config/keys/public.json
tests/data/data.json
tests/data/data.xlsx
tests/data/data.xml
tests/manifest/backends/mongo/country.yml
tests/manifest/backends/mongo/org.yml
tests/manifest/backends/mongo/report.yml
tests/manifest/backends/postgres/country.yml
tests/manifest/backends/postgres/dataset.yml
tests/manifest/backends/postgres/org.yml
tests/manifest/backends/postgres/report.yml
tests/manifest/datasets/csv.yml
tests/manifest/datasets/denorm.yml
tests/manifest/datasets/dependencies.yml
tests/manifest/datasets/generator.yml
tests/manifest/datasets/json.yml
tests/manifest/datasets/nested.yml
tests/manifest/datasets/sql.yml
tests/manifest/datasets/xlsx.yml
tests/manifest/datasets/xml.yml
tests/manifest/models/country.yml
tests/manifest/models/nested.yml
tests/manifest/models/org.yml
tests/manifest/models/photos.yml
tests/manifest/models/report.yml
tests/utils/__init__.py
tests/utils/test_aiotools.py
tests/utils/test_nestedstruct.py
tests/utils/test_passwords.py
tests/utils/test_path.py
tests/utils/test_scopes.py
tests/utils/test_streams.py
tests/utils/test_tree.py
tests/utils/test_url.py
uml/Makefile
uml/components.png
uml/components.puml