.coveragerc
.env.sample
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CODEOWNERS
LICENSE.txt
Pipfile
Pipfile.lock
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
samples/createsource.py
samples/deleteonedocument.py
samples/pushbatchofdocuments.py
samples/pushdocumentwithmetadata.py
samples/pushdocumentwithpermissions.py
samples/pushonedocument.py
src/coveo_push_api_client.py.egg-info/PKG-INFO
src/coveo_push_api_client.py.egg-info/SOURCES.txt
src/coveo_push_api_client.py.egg-info/dependency_links.txt
src/coveo_push_api_client.py.egg-info/not-zip-safe
src/coveo_push_api_client.py.egg-info/requires.txt
src/coveo_push_api_client.py.egg-info/top_level.txt
src/push_api_clientpy/__init__.py
src/push_api_clientpy/document.py
src/push_api_clientpy/documentbuilder.py
src/push_api_clientpy/platformclient.py
src/push_api_clientpy/securityidentitybuilder.py
src/push_api_clientpy/source.py
tests/test_docbuilder.py
tests/test_platformclient.py
tests/test_securityidentitybuilder.py