{"id":21676163,"url":"https://github.com/sapucc/sepsesam","last_synced_at":"2025-04-12T04:55:15.342Z","repository":{"id":44959337,"uuid":"364827167","full_name":"SAPUCC/sepsesam","owner":"SAPUCC","description":"SEP Sesam Python API","archived":false,"fork":false,"pushed_at":"2024-10-11T13:41:25.000Z","size":127,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T04:55:04.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SAPUCC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-06T07:46:04.000Z","updated_at":"2024-10-11T13:41:29.000Z","dependencies_parsed_at":"2024-09-09T12:52:08.039Z","dependency_job_id":null,"html_url":"https://github.com/SAPUCC/sepsesam","commit_stats":null,"previous_names":["wegenerbenjamin/sepsesam"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAPUCC%2Fsepsesam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAPUCC%2Fsepsesam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAPUCC%2Fsepsesam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAPUCC%2Fsepsesam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAPUCC","download_url":"https://codeload.github.com/SAPUCC/sepsesam/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519472,"owners_count":21117757,"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-25T14:12:26.301Z","updated_at":"2025-04-12T04:55:15.297Z","avatar_url":"https://github.com/SAPUCC.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!IMPORTANT]  \n\u003e This project is not associated with [SEP](https://www.sep.de/) in any way\n\n\u003e [!NOTE]  \n\u003e Not all API endpoints offered by the SEP Sesam REST API (neither v1 nor v2) are implemented.\n\u003e Some additional, undocumented endpoints are used, which may be not supported by SEP or could even be removed by SEP without any further notice.\n\n# sepsesam\nSEP Sesam Python API\n\nThis library is a wrapper for the v1 and v2 APIs of the SEP Sesam backup solution.\nSee: https://wiki.sep.de/wiki/index.php/4_4_3_Beefalo:Using_SEP_sesam_REST_API\n\n## Install\n```bash\npython3 -m pip install sepsesam\n```\n\n## Example usage\n```python\nimport pprint\nimport sepsesam.api\n\ncred = {\n    \"url\": \"http://sesam.my.domain:11401\",\n    \"username\": \"Administrator\",\n    \"password\": \"Abcd1234!\"\n}\n\ndata = {}\n\nwith sepsesam.api.Api(**cred) as api:\n    data = api.location_list()\n\npprint.pprint(data)\n```\n\n## Contributing\nIn case you find and bugs or if you have any extensions, please open an issue / pull\nrequest.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapucc%2Fsepsesam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsapucc%2Fsepsesam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapucc%2Fsepsesam/lists"}