{"id":29271213,"url":"https://github.com/securisec/mixto-py","last_synced_at":"2025-07-04T23:08:10.517Z","repository":{"id":101781688,"uuid":"320133985","full_name":"securisec/mixto-py","owner":"securisec","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-29T22:23:06.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T18:14:31.416Z","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/securisec.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":"2020-12-10T02:14:39.000Z","updated_at":"2024-07-29T22:23:10.000Z","dependencies_parsed_at":"2023-05-19T19:30:52.826Z","dependency_job_id":null,"html_url":"https://github.com/securisec/mixto-py","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/securisec/mixto-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securisec%2Fmixto-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securisec%2Fmixto-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securisec%2Fmixto-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securisec%2Fmixto-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/securisec","download_url":"https://codeload.github.com/securisec/mixto-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securisec%2Fmixto-py/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261265225,"owners_count":23132604,"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":"2025-07-04T23:08:09.790Z","updated_at":"2025-07-04T23:08:10.510Z","avatar_url":"https://github.com/securisec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mixto-py\n\nThe python library for Mixto. \n\n## Install\n\n```\npip install mixto-py\n```\n\nFor dev instances, clone this repo and run from inside of the directory:\n\n```\npip install -e .\n```\n\n## Usage\n\n```py\nfrom mixto import Mixto\n```\n\nThe main class can be instantiated in two ways:\n\n```py\nm = Mixto()\n# or\nm = Mixto(host=\"https://mixto_host\", api_key=\"youapikey\")\n```\n\n## Example\n\n```py\nfrom mixto import Mixto\n\nm = Mixto()\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecurisec%2Fmixto-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecurisec%2Fmixto-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecurisec%2Fmixto-py/lists"}