{"id":14972044,"url":"https://github.com/jlane9/pytest-statsd","last_synced_at":"2025-10-26T17:31:24.699Z","repository":{"id":20751983,"uuid":"90811062","full_name":"jlane9/pytest-statsd","owner":"jlane9","description":"pytest plugin for reporting results to statsd (graphite)","archived":false,"fork":false,"pushed_at":"2024-12-02T17:08:07.000Z","size":34,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T21:52:50.158Z","etag":null,"topics":["graphite","pytest","pytest-plugin","statsd"],"latest_commit_sha":null,"homepage":"","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/jlane9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-05-10T02:13:40.000Z","updated_at":"2020-01-26T19:00:11.000Z","dependencies_parsed_at":"2023-12-18T18:47:18.188Z","dependency_job_id":"94be02d0-b48f-4cb3-a9a2-b3b03cfef0c6","html_url":"https://github.com/jlane9/pytest-statsd","commit_stats":{"total_commits":44,"total_committers":2,"mean_commits":22.0,"dds":"0.022727272727272707","last_synced_commit":"61993cd0b89c35a5541207b118865ce7fa1bb4d3"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlane9%2Fpytest-statsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlane9%2Fpytest-statsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlane9%2Fpytest-statsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlane9%2Fpytest-statsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlane9","download_url":"https://codeload.github.com/jlane9/pytest-statsd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238375204,"owners_count":19461568,"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":["graphite","pytest","pytest-plugin","statsd"],"created_at":"2024-09-24T13:46:17.238Z","updated_at":"2025-10-26T17:31:19.455Z","avatar_url":"https://github.com/jlane9.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pytest-statsd\n=============\n\n[![Build Status](https://travis-ci.org/jlane9/pytest-statsd.svg?branch=master)](https://travis-ci.org/jlane9/pytest-statsd)\n[![PyPI version](https://badge.fury.io/py/pytest-statsd.svg)](https://badge.fury.io/py/pytest-statsd)\n[![Python version](https://img.shields.io/pypi/pyversions/pytest-statsd.svg)](https://pypi.python.org/pypi/pytest-statsd)\n[![License](https://img.shields.io/pypi/l/pytest-statsd.svg)](https://pypi.python.org/pypi/pytest-statsd)\n[![Status](https://img.shields.io/pypi/status/pytest-statsd.svg)](https://pypi.python.org/pypi/pytest-statsd)\n[![Requirements Status](https://requires.io/github/jlane9/pytest-statsd/requirements.svg?branch=master)](https://requires.io/github/jlane9/pytest-statsd/requirements/?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/pytest-statsd/badge/?version=latest)](http://pytest-statsd.readthedocs.io/en/latest/?badge=latest)\n[![Maintainability](https://api.codeclimate.com/v1/badges/c43f457e5826cedcf08f/maintainability)](https://codeclimate.com/github/jlane9/pytest-statsd/maintainability)\n\n\nInstallation\n------------\n\nInstall through pip:\n\n```bash\npip install pytest-statsd\n```\n\n\nInstall from source:\n\n```bash\n\ncd /path/to/source/pytest-statsd\npython setup.py install\n```\n\nExample\n-------\n\nTo simply run using default the configuration, use:\n\n```bash\npytest --stats-d tests/\n```\n\n\nIf there is a need to configure where to sent results to other than localhost:8125, use:\n\n```bash\npytest --stats-d --stats-host http://myserver.com --stats-port 3000 tests/\n```\n\nYou can also prefix your results if you plan on having multiple projects sending results to the same server:\n\n```bash\npytest --stats-d --stats-prefix myproject test/\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlane9%2Fpytest-statsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlane9%2Fpytest-statsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlane9%2Fpytest-statsd/lists"}