{"id":15569216,"url":"https://github.com/mosquito/aiocarbon","last_synced_at":"2025-04-09T17:20:59.118Z","repository":{"id":57408775,"uuid":"119282069","full_name":"mosquito/aiocarbon","owner":"mosquito","description":"Asynchronous client for carbon.","archived":false,"fork":false,"pushed_at":"2023-09-21T14:22:31.000Z","size":60,"stargazers_count":3,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T19:22:22.538Z","etag":null,"topics":["asyncio","carbon","graphite","pickle","tcp","udp"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mosquito.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-28T17:40:40.000Z","updated_at":"2023-09-21T14:22:37.000Z","dependencies_parsed_at":"2022-09-26T17:10:59.225Z","dependency_job_id":null,"html_url":"https://github.com/mosquito/aiocarbon","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosquito%2Faiocarbon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosquito%2Faiocarbon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosquito%2Faiocarbon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosquito%2Faiocarbon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mosquito","download_url":"https://codeload.github.com/mosquito/aiocarbon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248074971,"owners_count":21043490,"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":["asyncio","carbon","graphite","pickle","tcp","udp"],"created_at":"2024-10-02T17:22:49.379Z","updated_at":"2025-04-09T17:20:59.096Z","avatar_url":"https://github.com/mosquito.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"aiocarbon\n=========\n\n.. image:: https://coveralls.io/repos/github/mosquito/aiocarbon/badge.svg?branch=master\n    :target: https://coveralls.io/github/mosquito/aiocarbon\n    :alt: Coveralls\n\n.. image:: https://travis-ci.org/mosquito/aiocarbon.svg\n    :target: https://travis-ci.org/mosquito/aiocarbon\n    :alt: Travis CI\n\n.. image:: https://img.shields.io/pypi/v/aiocarbon.svg\n    :target: https://pypi.python.org/pypi/aiocarbon/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/wheel/aiocarbon.svg\n    :target: https://pypi.python.org/pypi/aiocarbon/\n\n.. image:: https://img.shields.io/pypi/pyversions/aiocarbon.svg\n    :target: https://pypi.python.org/pypi/aiocarbon/\n\n.. image:: https://img.shields.io/pypi/l/aiocarbon.svg\n    :target: https://pypi.python.org/pypi/aiocarbon/\n\nClient for feeding data to graphite.\n\nExample\n-------\n\nCounter example:\n\n.. code-block:: python\n\n    import asyncio\n    import aiocarbon\n\n\n    async def main(loop):\n        aiocarbon.setup(\n            host=\"127.0.0.1\", port=2003, client_class=aiocarbon.TCPClient\n        )\n\n        for _ in range(1000):\n            with aiocarbon.Counter(\"foo\"):\n                await asyncio.sleep(0.1)\n\n\n    if __name__ == \"__main__\":\n        loop = asyncio.get_event_loop()\n        loop.run_until_complete(main(loop))\n        loop.close()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosquito%2Faiocarbon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosquito%2Faiocarbon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosquito%2Faiocarbon/lists"}