{"id":17334822,"url":"https://github.com/tfeldmann/supersigma2-errorcodes","last_synced_at":"2025-03-27T07:11:23.131Z","repository":{"id":141242275,"uuid":"383411110","full_name":"tfeldmann/supersigma2-errorcodes","owner":"tfeldmann","description":"A python parser for DMC SuperSigma2 error codes","archived":false,"fork":false,"pushed_at":"2021-07-07T14:37:00.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T12:09:16.743Z","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":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tfeldmann.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-06T09:21:23.000Z","updated_at":"2021-07-06T19:44:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"18835443-7650-4de4-b66f-25fbf2a5d703","html_url":"https://github.com/tfeldmann/supersigma2-errorcodes","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Fsupersigma2-errorcodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Fsupersigma2-errorcodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Fsupersigma2-errorcodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Fsupersigma2-errorcodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfeldmann","download_url":"https://codeload.github.com/tfeldmann/supersigma2-errorcodes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245798359,"owners_count":20673902,"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-15T15:07:16.787Z","updated_at":"2025-03-27T07:11:23.107Z","avatar_url":"https://github.com/tfeldmann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# supersigma2-errorcodes\n\nA python parser for DMC SuperSigma2 error codes.\n\n## Installation\n\nNeeds Python \u003e= 3.6.\n\nInstall using `pip`:\n\n```\npip install supersigma2-errorcodes\n```\n\nIf you only need the standalone `sigma`-script to parse error codes in the command line,\nit is recommended to use `pipx` for the installation:\n\n```\npipx install supersigma2-errorcodes\n```\n\n## Command line usage\n\nA `sigma` command line script is installed by pip which can be used like this:\n\n```shell\n$ sigma 13.2 18.3 19.2\n[13.2] Accelerator more than 50% at power up: Wig-wag high at power up\n[18.3] High sided mosfets short circuit: M3 mosfets\n[19] Motor stall protection\n```\n\nIf no error codes are given, the usage is interactive.\n\n## Library usage\n\n```python\nfrom sigma import code_to_string\n\ncode_to_string(\"12.2\")\n\u003e\u003e\u003e \"[12.2] Power up sequence fault: Traction: Forward switch active at power up\"\n\ncode_to_string(\"18.3\", include_code=False)\n\u003e\u003e\u003e \"High sided mosfets short circuit: M3 mosfets\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfeldmann%2Fsupersigma2-errorcodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfeldmann%2Fsupersigma2-errorcodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfeldmann%2Fsupersigma2-errorcodes/lists"}