.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/reference/index.rst
docs/reference/xbrl_us.rst
images/autocompletion-demo.gif
src/xbrl_us/__init__.py
src/xbrl_us/__main__.py
src/xbrl_us/app.py
src/xbrl_us/cli.py
src/xbrl_us/xbrl_us.py
src/xbrl_us.egg-info/PKG-INFO
src/xbrl_us.egg-info/SOURCES.txt
src/xbrl_us.egg-info/dependency_links.txt
src/xbrl_us.egg-info/entry_points.txt
src/xbrl_us.egg-info/not-zip-safe
src/xbrl_us.egg-info/requires.txt
src/xbrl_us.egg-info/top_level.txt
src/xbrl_us/.streamlit/config.toml
src/xbrl_us/meta_endpoints/assertion.yml
src/xbrl_us/meta_endpoints/concept.yml
src/xbrl_us/meta_endpoints/cube.yml
src/xbrl_us/meta_endpoints/document.yml
src/xbrl_us/meta_endpoints/dts.yml
src/xbrl_us/meta_endpoints/entity report.yml
src/xbrl_us/meta_endpoints/entity.yml
src/xbrl_us/meta_endpoints/fact.yml
src/xbrl_us/meta_endpoints/label.yml
src/xbrl_us/meta_endpoints/network relationship.yml
src/xbrl_us/meta_endpoints/relationship.yml
src/xbrl_us/meta_endpoints/report fact.yml
src/xbrl_us/meta_endpoints/report network.yml
src/xbrl_us/meta_endpoints/report.yml
src/xbrl_us/utils/__init__.py
src/xbrl_us/utils/crypto.py
src/xbrl_us/utils/exceptions.py
src/xbrl_us/utils/generator.py
src/xbrl_us/xtypes/__init__.py
src/xbrl_us/xtypes/endpoints.py
src/xbrl_us/xtypes/types.py
tests/test_xbrl_us.py