{"kind":"AgentDefinition","metadata":{"namespace":"community","name":"dataverse-python","version":"0.1.0"},"spec":{"agents_md":"---\napplyTo: '**'\n---\n# Dataverse SDK for Python — Getting Started\n\n- Install the Dataverse Python SDK and prerequisites.\n- Configure environment variables for Dataverse tenant, client ID, secret, and resource URL.\n- Use the SDK to authenticate via OAuth and perform CRUD operations.\n\n## Setup\n- Python 3.10+\n- Recommended: virtual environment\n\n## Install\n```bash\npip install dataverse-sdk\n```\n\n## Auth Basics\n- Use OAuth with Azure AD app registration.\n- Store secrets in `.env` and load via `python-dotenv`.\n\n## Common Tasks\n- Query tables\n- Create/update rows\n- Batch operations\n- Handle pagination and throttling\n\n## Tips\n- Reuse clients; avoid frequent re-auth.\n- Add retries for transient failures.\n- Log requests for troubleshooting.\n","description":"- Install the Dataverse Python SDK and prerequisites.","import":{"commit_sha":"541b7819d8c3545c6df122491af4fa1eae415779","imported_at":"2026-05-18T20:05:35Z","license_text":"MIT License\n\nCopyright GitHub, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","owner":"github","repo":"github/awesome-copilot","source_url":"https://github.com/github/awesome-copilot/blob/541b7819d8c3545c6df122491af4fa1eae415779/instructions/dataverse-python.instructions.md"},"manifest":{}},"content_hash":[106,150,48,26,79,191,102,249,101,179,4,24,38,50,222,47,238,13,169,129,185,77,6,145,131,187,191,182,148,72,5,72],"trust_level":"unsigned","yanked":false}
