{"id":18352018,"url":"https://github.com/posit-dev/posit-sdk-py","last_synced_at":"2025-04-06T11:32:42.028Z","repository":{"id":223573340,"uuid":"744175176","full_name":"posit-dev/posit-sdk-py","owner":"posit-dev","description":"Posit SDK for Python","archived":false,"fork":false,"pushed_at":"2025-04-02T02:24:41.000Z","size":813,"stargazers_count":11,"open_issues_count":25,"forks_count":5,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-02T03:23:03.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://posit-dev.github.io/posit-sdk-py/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/posit-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-16T19:11:19.000Z","updated_at":"2025-03-27T14:25:51.000Z","dependencies_parsed_at":"2024-03-25T17:03:39.895Z","dependency_job_id":"67cf8a71-2217-440d-97fa-aa2e2029f0d1","html_url":"https://github.com/posit-dev/posit-sdk-py","commit_stats":null,"previous_names":["posit-dev/posit-sdk-py"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fposit-sdk-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fposit-sdk-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fposit-sdk-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fposit-sdk-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posit-dev","download_url":"https://codeload.github.com/posit-dev/posit-sdk-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478152,"owners_count":20945258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T21:34:15.449Z","updated_at":"2025-04-06T11:32:41.145Z","avatar_url":"https://github.com/posit-dev.png","language":"Python","readme":"# Posit SDK for Python\n\nThis package provides a Pythonic interface for developers to work against the public APIs of Posit's professional products. It is intended to be lightweight yet expressive.\n\n\u003e The Posit SDK is in the very early stages of development, and currently only Posit Connect has any support.\n\n## Installation\n\n```shell\npip install posit-sdk\n```\n\n## Usage\n\nEstablish server information and credentials using the following environment variables or when initializing a client. Then checkout the [Posit Connect Cookbook](https://docs.posit.co/connect/cookbook/) to get started.\n\n\u003e [!CAUTION]\n\u003e It is important to keep your API key safe and secure. Your API key grants access to your account and allows you to make authenticated requests to the Posit API. Treat your API key like a password and avoid sharing it with others. If you suspect that your API key has been compromised, regenerate a new one immediately to maintain the security of your account.\n\n### Option 1 (Preferred)\n\n```shell\nexport CONNECT_API_KEY=\"my-secret-api-key\"\nexport CONNECT_SERVER=\"https://example.com/\"\n```\n\n```python\nfrom posit.connect import Client\n\nclient = Client()\n```\n\n### Option 2\n\n```shell\nexport CONNECT_API_KEY=\"my-secret-api-key\"\n```\n\n```python\nfrom posit.connect import Client\n\nClient(\"https://example.com\")\n```\n\n### Option 3\n\n```python\nfrom posit.connect import Client\n\nClient(\"https://example.com\", \"my-secret-api-key\")\n```\n\n## Contributing\n\nWe welcome contributions to the Posit SDK for Python! If you would like to contribute, see the [CONTRIBUTING](CONTRIBUTING.md) guide for instructions.\n\n## Issues\n\nIf you encounter any issues or have any questions, please [open an issue](https://github.com/posit-dev/posit-sdk-py/issues). We appreciate your feedback.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the code as you see fit.\n\n## Code of Conduct\n\nWe expect all contributors to adhere to the project's [Code of Conduct](CODE_OF_CONDUCT.md) and create a positive and inclusive community.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposit-dev%2Fposit-sdk-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposit-dev%2Fposit-sdk-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposit-dev%2Fposit-sdk-py/lists"}