{"id":21881034,"url":"https://github.com/wtsi-hgi/http-status-puppet","last_synced_at":"2026-05-21T07:02:02.230Z","repository":{"id":62569697,"uuid":"122208976","full_name":"wtsi-hgi/http-status-puppet","owner":"wtsi-hgi","description":"A HTTP server that will return a status code of your choice","archived":false,"fork":false,"pushed_at":"2018-02-26T11:08:52.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-01T17:17:46.515Z","etag":null,"topics":["http","python","status","testing","tool"],"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/wtsi-hgi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-20T14:29:13.000Z","updated_at":"2018-02-26T10:15:00.000Z","dependencies_parsed_at":"2022-11-03T17:01:12.144Z","dependency_job_id":null,"html_url":"https://github.com/wtsi-hgi/http-status-puppet","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wtsi-hgi/http-status-puppet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtsi-hgi%2Fhttp-status-puppet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtsi-hgi%2Fhttp-status-puppet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtsi-hgi%2Fhttp-status-puppet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtsi-hgi%2Fhttp-status-puppet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wtsi-hgi","download_url":"https://codeload.github.com/wtsi-hgi/http-status-puppet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtsi-hgi%2Fhttp-status-puppet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33292060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["http","python","status","testing","tool"],"created_at":"2024-11-28T09:17:31.177Z","updated_at":"2026-05-21T07:02:02.194Z","avatar_url":"https://github.com/wtsi-hgi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/wtsi-hgi/http-status-puppet.svg?branch=master)](https://travis-ci.org/wtsi-hgi/http-status-puppet)\n[![codecov](https://codecov.io/gh/wtsi-hgi/http-status-puppet/branch/master/graph/badge.svg)](https://codecov.io/gh/wtsi-hgi/http-status-puppet)\n[![PyPI version](https://badge.fury.io/py/httpstatuspuppet.svg)](https://badge.fury.io/py/httpstatuspuppet)\n\n# HTTP Status Puppet\n_A HTTP server that will return a status code of your choice_ \n\n\n## Introduction\nThis server simply returns back a status code depending on what endpoint is contacted, e.g.\n```\n$ curl -s -o /dev/null -w \"%{http_code}\" http://0.0.0.0:8000/403\n403\n$ curl -s -o /dev/null -w \"%{http_code}\" http://0.0.0.0:8000/200\n200\n```\n\n\n## Installation\nPrerequisites\n- Python 3.6+\n\nThe tool can be installed from PyPi:\n```bash\npip install httpstatuspuppet\n```\n\nBleeding edge versions can be installed directly from GitHub:\n```bash\npip install git+https://github.com/wtsi-hgi/http-status-puppet/.git@master#egg=httpstatuspuppet\n```\n\n\n## Usage\n_Warning: this server was only designed for use in testing!_\n\n### Local\nAfter installing dependencies, in the project directory:\n```bash\nPYTHONPATH=. python httpstatuspuppet/entrypoint.py\n```\n\n### Docker\n```bash\ndocker run -d -p ${HOST_PORT}:8000 mercury/http-status-puppet\n```\n\n\n## Alternatives\n- C# server: https://github.com/Readify/httpstatus.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtsi-hgi%2Fhttp-status-puppet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwtsi-hgi%2Fhttp-status-puppet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtsi-hgi%2Fhttp-status-puppet/lists"}