{"library":"sprintest","title":"Sprintest","type":"library","description":"A client-server architecture test runner designed for heavy AI projects, enabling distributed test execution. Current version 1.1.1, released on PyPI with monthly updates.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install sprintest"],"cli":{"name":"sprintest","version":"sprintest 1.1.1"}},"imports":["from sprintest.client import Client","from sprintest.server import Server"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/QingGo/sprintest","docs":null,"changelog":null,"pypi":"https://pypi.org/project/sprintest/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from sprintest.server import Server\nfrom sprintest.client import Client\n\nserver = Server(host='localhost', port=5555)\nserver.start()\n\nclient = Client(server_address=('localhost', 5555))\nclient.run_tests('path/to/tests')\nserver.stop()","lang":"python","description":"Start a server, then run tests via client.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}