README.md
pyproject.toml
onenote_connector/__init__.py
onenote_connector/auth.py
onenote_connector/client.py
onenote_connector/connector.py
onenote_connector/constants.py
onenote_connector/exceptions.py
onenote_connector/utils.py
onenote_connector/crawler/__init__.py
onenote_connector/crawler/notebook_crawler.py
onenote_connector/crawler/page_crawler.py
onenote_connector/crawler/section_crawler.py
onenote_connector/discovery/__init__.py
onenote_connector/discovery/groups.py
onenote_connector/discovery/sharepoint.py
onenote_connector/discovery/teams_discovery.py
onenote_connector/discovery/url_parser.py
onenote_connector/exporters/__init__.py
onenote_connector/exporters/json_exporter.py
onenote_connector/models/__init__.py
onenote_connector/models/notebook.py
onenote_connector/models/page.py
onenote_connector/models/permission.py
onenote_connector/models/section.py
onenote_connector/parsers/__init__.py
onenote_connector/parsers/attachment_parser.py
onenote_connector/parsers/content_parser.py
onenote_connector/parsers/image_parser.py
onenote_connector/parsers/table_parser.py
onenote_connector/parsers/tag_parser.py
onenote_connector/permissions/__init__.py
onenote_connector/permissions/permission_resolver.py
onenote_enterprise.egg-info/PKG-INFO
onenote_enterprise.egg-info/SOURCES.txt
onenote_enterprise.egg-info/dependency_links.txt
onenote_enterprise.egg-info/requires.txt
onenote_enterprise.egg-info/top_level.txt
tests/test_client.py
tests/test_content_parser.py
tests/test_permissions.py
tests/test_url_parser.py