{"id":19043390,"url":"https://github.com/statuscakedev/statuscake-py","last_synced_at":"2025-04-23T23:21:37.720Z","repository":{"id":42448849,"uuid":"463311926","full_name":"StatusCakeDev/statuscake-py","owner":"StatusCakeDev","description":"StatusCake Python SDK (Alpha)","archived":false,"fork":false,"pushed_at":"2024-08-31T13:43:40.000Z","size":149,"stargazers_count":1,"open_issues_count":7,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-18T07:51:49.184Z","etag":null,"topics":["api-client","statuscake"],"latest_commit_sha":null,"homepage":"https://developers.statuscake.com","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/StatusCakeDev.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.rst","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-24T21:48:35.000Z","updated_at":"2024-08-31T13:43:43.000Z","dependencies_parsed_at":"2022-08-27T00:31:40.297Z","dependency_job_id":"e198eb08-8d13-48b8-a545-bf0a3f3d4cc7","html_url":"https://github.com/StatusCakeDev/statuscake-py","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"02f3bb8ef872180971cf6536c8de0ee6b9ba050c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusCakeDev%2Fstatuscake-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusCakeDev%2Fstatuscake-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusCakeDev%2Fstatuscake-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusCakeDev%2Fstatuscake-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StatusCakeDev","download_url":"https://codeload.github.com/StatusCakeDev/statuscake-py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250529901,"owners_count":21445692,"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":["api-client","statuscake"],"created_at":"2024-11-08T22:41:44.362Z","updated_at":"2025-04-23T23:21:37.686Z","avatar_url":"https://github.com/StatusCakeDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"statuscake-py |build|\n=====================\n\n**NOTE**: This library is in alpha and not production ready. Whilst it can be\nused we will not offer support until it is generally available.\n\nThe Python implementation of the `StatusCake API\n\u003chttps://www.statuscake.com/api/v1\u003e`_ client. Documentation for this library\ncan be found `here \u003chttps://www.statuscake.com/api/v1\u003e`_.\n\nPrerequisites\n-------------\n\nYou will need the following things properly installed on your computer:\n\n- `Python \u003chttps://www.python.org/\u003e`_: any one of the **three latest major**\n  `releases \u003chttps://www.python.org/download/releases/3.0/\u003e`_\n\nInstallation\n------------\n\nPyPi\n----\n\nUsing `PyPi \u003chttps://pypi.org/project/statuscake-py/\u003e`_, add the following\nto ``requirement.txt``:\n\n.. code:: python\n\n   statuscake_py\n\nAnd then execute:\n\n.. code:: bash\n\n    pip install -r requirements.txt\n\nOr install it yourself:\n\n.. code:: bash\n\n    pip install statuscake_py\n\nGitHub\n------\n\nInstalling the latest version from Github:\n\n.. code:: bash\n\n    git clone https://github.com/StatusCakeDev/statuscake-py\n    cd statuscake-py\n    python setup.py install\n\nUsage\n-----\n\nImport the module from any Python file, instantiate an API client and execute a\nrequest:\n\n.. code:: python\n\n   from statuscake import ApiClient\n   from statuscake.apis import (\n       UptimeApi,\n   )\n\n   client = ApiClient(\n      header_name='Authorization',\n      header_value='Bearer %s' % api_token,\n   )\n\n   service = UptimeApi(api_client=client)\n   service.list_uptime_tests()\n\nLicense\n-------\n\nThis project is licensed under the `MIT License \u003cLICENSE.txt\u003e`_.\n\n.. |build| image:: https://github.com/StatusCakeDev/statuscake-py/workflows/test/badge.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatuscakedev%2Fstatuscake-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatuscakedev%2Fstatuscake-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatuscakedev%2Fstatuscake-py/lists"}