.gitignore
.gitlab-ci.yml
CHANGELOG.rst
LICENSE.txt
README.rst
pg_jsonb_flattener.py
setup.py
doc/Makefile
doc/make.bat
doc/source/conf.py
doc/source/index.rst
doc/source/quickstart.rst
doc/source/reference.rst
pg_jsonb_flattener.egg-info/PKG-INFO
pg_jsonb_flattener.egg-info/SOURCES.txt
pg_jsonb_flattener.egg-info/dependency_links.txt
pg_jsonb_flattener.egg-info/requires.txt
pg_jsonb_flattener.egg-info/top_level.txt
requirements/base.pip
requirements/dev.pip
requirements/setup.pip
requirements/test.pip
tests/__init__.py
tests/test_pg_jsonb_flattener.py
tests/data/__init__.py
tests/data/array_of_objects.py
tests/data/arrays_in_object.py
tests/data/full_complexity.py
tests/data/nested_arrays.py
tests/data/nested_objects.py
tests/data/simple_arrays.py
tests/data/simple_object.py
tests/data/simple_types.py