├── README.md ├── examples └── list_admins.py ├── license.txt ├── portalpy.html ├── portalpy.py └── tests ├── TestPortalProperties.py └── TestUserGroups.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/portalpy/HEAD/README.md -------------------------------------------------------------------------------- /examples/list_admins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/portalpy/HEAD/examples/list_admins.py -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/portalpy/HEAD/license.txt -------------------------------------------------------------------------------- /portalpy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/portalpy/HEAD/portalpy.html -------------------------------------------------------------------------------- /portalpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/portalpy/HEAD/portalpy.py -------------------------------------------------------------------------------- /tests/TestPortalProperties.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/portalpy/HEAD/tests/TestPortalProperties.py -------------------------------------------------------------------------------- /tests/TestUserGroups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/portalpy/HEAD/tests/TestUserGroups.py --------------------------------------------------------------------------------