.gitignore
.travis.yml
LICENSE
README.rst
go.bat
pytest.ini
requirements.txt
setup.py
tox.ini
example/__init__.py
src/scimschema.py
src/_scimschema/__init__.py
src/_scimschema/_model/__init__.py
src/_scimschema/_model/attribute.py
src/_scimschema/_model/model.py
src/_scimschema/_model/schema_response.py
src/_scimschema/_model/scim_exceptions.py
src/_scimschema/core_schemas/__init__.py
src/_scimschema/core_schemas/enterpriseuser.json
src/_scimschema/core_schemas/group.json
src/_scimschema/core_schemas/user.json
src/_scimschema/core_schemas/resources/__init__.py
src/_scimschema/core_schemas/resources/resourcetype.json
src/_scimschema/core_schemas/resources/serviceproviderconfig.json
src/scimschema.egg-info/PKG-INFO
src/scimschema.egg-info/SOURCES.txt
src/scimschema.egg-info/dependency_links.txt
src/scimschema.egg-info/top_level.txt
tests/__init__.py
tests/test_attributes.py
tests/test_model.py
tests/test_scim_response.py
tests/test_scim_schema.py
tests/examples/__init__.py
tests/examples/group.json
tests/examples/huddleUser.json
tests/examples/user.json
tests/extension/SCIM Extensions Account spec.json
tests/extension/SCIM Extensions SimpleAccount spec.json
tests/extension/__init__.py