{"id":16949816,"url":"https://github.com/tailhook/cantal-py","last_synced_at":"2025-11-06T11:03:24.332Z","repository":{"id":27237831,"uuid":"30709465","full_name":"tailhook/cantal-py","owner":"tailhook","description":"Python library for cantal","archived":false,"fork":false,"pushed_at":"2018-08-02T10:15:43.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T15:48:01.907Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://cantal-py.readthedocs.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tailhook.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-12T15:44:02.000Z","updated_at":"2024-11-28T16:30:39.000Z","dependencies_parsed_at":"2022-09-11T14:01:16.249Z","dependency_job_id":null,"html_url":"https://github.com/tailhook/cantal-py","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailhook%2Fcantal-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailhook%2Fcantal-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailhook%2Fcantal-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailhook%2Fcantal-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tailhook","download_url":"https://codeload.github.com/tailhook/cantal-py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248807846,"owners_count":21164749,"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-10-13T21:56:08.146Z","updated_at":"2025-11-06T11:03:24.301Z","avatar_url":"https://github.com/tailhook.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=========\nCantal-Py\n=========\n\n:Status: Beta\n:Documentation: https://cantal-py.readthedocs.io/\n:Parent Project: https://github.com/tailhook/cantal\n\nCantal is an expermimental heartbeating, monitoring and statistics solution.\nThis is a python library for sending statistics data to cantal.\n\nExample\n=======\n\n.. code-block:: python\n    :emphasize-lines: 3, 6, 10\n    :linenos:\n\n    import cantal\n\n    ticks = cantal.Counter(group=\"main_loop\", metric=\"ticks\")\n\n    def main():\n        cantal.start()\n\n        while True:\n            sleep(0.1)\n            ticks.incr(1)\n\n    if __name__ == '__main__':\n        main\n\n\nLicense\n=======\n\nLicensed under either of\n\n* Apache License, Version 2.0,\n  (./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT)\n  at your option.\n\nContribution\n------------\n\nUnless you explicitly state otherwise, any contribution intentionally\nsubmitted for inclusion in the work by you, as defined in the Apache-2.0\nlicense, shall be dual licensed as above, without any additional terms or\nconditions.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailhook%2Fcantal-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftailhook%2Fcantal-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailhook%2Fcantal-py/lists"}