{"id":20374791,"url":"https://github.com/gisce/locust-xmlrpc","last_synced_at":"2026-06-05T12:31:11.812Z","repository":{"id":57438792,"uuid":"136757725","full_name":"gisce/locust-xmlrpc","owner":"gisce","description":"XML-RPC Transport for Locust","archived":false,"fork":false,"pushed_at":"2021-01-07T07:52:44.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-02-15T06:36:50.451Z","etag":null,"topics":["hacktoberfest","locust","locustio","python","xmlrpc"],"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/gisce.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":"2018-06-09T21:00:27.000Z","updated_at":"2021-10-21T22:17:46.000Z","dependencies_parsed_at":"2022-09-08T08:03:42.578Z","dependency_job_id":null,"html_url":"https://github.com/gisce/locust-xmlrpc","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Flocust-xmlrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Flocust-xmlrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Flocust-xmlrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Flocust-xmlrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gisce","download_url":"https://codeload.github.com/gisce/locust-xmlrpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241923571,"owners_count":20043042,"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":["hacktoberfest","locust","locustio","python","xmlrpc"],"created_at":"2024-11-15T01:26:58.094Z","updated_at":"2026-06-05T12:31:11.806Z","avatar_url":"https://github.com/gisce.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"XML-RPC for locust\n==================\n\n.. image:: https://travis-ci.com/gisce/locust-xmlrpc.svg?branch=master\n    :target: https://travis-ci.com/gisce/locust-xmlrpc\n\nA XML-RPC Transport to use with `Locust \u003chttps://locust.io/\u003e`_\n\nUsage in your locustfile:\n\n.. code:: python\n\n  from six.moves import xmlrpc_client  # Python2-3 compat\n  \n  from locust_xmlrpc import LocustXmlRpcTransport\n  from locust import Locust\n  \n  class XmlRpcLocust(Locust):\n    def __init__(self, *args, **kwargs):\n        super(XmlRpcLocust, self).__init__(*args, **kwargs)\n\n        self.client = xmlrpc_client.ServerProxy(\n            '{}/xmlrpc'.format(self.host),\n            transport=LocustXmlRpcTransport()\n        )\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgisce%2Flocust-xmlrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgisce%2Flocust-xmlrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgisce%2Flocust-xmlrpc/lists"}