LICENSE
README.md
setup.py
notional/__init__.py
notional/__main__.py
notional/blocks.py
notional/core.py
notional/iterator.py
notional/orm.py
notional/parser.py
notional/query.py
notional/records.py
notional/schema.py
notional/session.py
notional/text.py
notional/types.py
notional/user.py
notional/version.py
notional.egg-info/PKG-INFO
notional.egg-info/SOURCES.txt
notional.egg-info/dependency_links.txt
notional.egg-info/requires.txt
notional.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/mocks.py
tests/test_blocks.py
tests/test_core.py
tests/test_csv_parser.py
tests/test_endpoints.py
tests/test_html_parser.py
tests/test_iterators.py
tests/test_orm.py
tests/test_query.py
tests/test_text.py
tests/test_types.py
tests/test_user.py
tests/utils.py