{"id":17163668,"url":"https://github.com/cyberdelia/flask-statsd","last_synced_at":"2025-04-13T13:31:04.908Z","repository":{"id":4958144,"uuid":"6115576","full_name":"cyberdelia/flask-statsd","owner":"cyberdelia","description":"Access statsd from you app","archived":false,"fork":false,"pushed_at":"2020-09-30T13:42:12.000Z","size":6,"stargazers_count":10,"open_issues_count":1,"forks_count":17,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T04:41:43.854Z","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":"MIT-Mobile/MIT-Mobile-Web","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyberdelia.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-07T19:36:32.000Z","updated_at":"2024-02-06T10:24:35.000Z","dependencies_parsed_at":"2022-07-21T11:29:04.286Z","dependency_job_id":null,"html_url":"https://github.com/cyberdelia/flask-statsd","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberdelia%2Fflask-statsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberdelia%2Fflask-statsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberdelia%2Fflask-statsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberdelia%2Fflask-statsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberdelia","download_url":"https://codeload.github.com/cyberdelia/flask-statsd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248720994,"owners_count":21151023,"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-14T22:49:44.383Z","updated_at":"2025-04-13T13:31:02.530Z","avatar_url":"https://github.com/cyberdelia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flask-StatsD\n============\n\nThis is a simple Flask extension that allows to access statsd in your Flask application.\n\n\nInstallation\n------------\n\nTo install it, simply: ::\n\n    pip install Flask-StatsD\n\n\nUsage\n-----\n\nYou only need to import and initialize your app ::\n\n    from flask import Flask\n    from flask.ext.statsd import StatsD\n\n    app = Flask(__name__)\n    app.config['STATSD_HOST'] = 'statsd.local'\n    statsd = StatsD(app)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberdelia%2Fflask-statsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberdelia%2Fflask-statsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberdelia%2Fflask-statsd/lists"}