{"id":25404995,"url":"https://github.com/trag1c/ixia","last_synced_at":"2025-10-31T00:31:38.345Z","repository":{"id":61261056,"uuid":"548018924","full_name":"trag1c/ixia","owner":"trag1c","description":"Connecting secrets' security with random's versatility","archived":false,"fork":false,"pushed_at":"2025-01-26T21:02:33.000Z","size":2594,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T21:48:44.306Z","etag":null,"topics":["cryptography","python","random","security"],"latest_commit_sha":null,"homepage":"https://trag1c.github.io/ixia/","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/trag1c.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-10-08T19:17:08.000Z","updated_at":"2025-01-26T20:55:59.000Z","dependencies_parsed_at":"2024-05-28T18:18:23.637Z","dependency_job_id":"827c4694-a881-4769-a8b3-5571c988c794","html_url":"https://github.com/trag1c/ixia","commit_stats":{"total_commits":123,"total_committers":4,"mean_commits":30.75,"dds":0.3089430894308943,"last_synced_commit":"eeb67c5ed2db2b60475e1e9f5197ceb4260fc422"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trag1c%2Fixia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trag1c%2Fixia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trag1c%2Fixia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trag1c%2Fixia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trag1c","download_url":"https://codeload.github.com/trag1c/ixia/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239088402,"owners_count":19579432,"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":["cryptography","python","random","security"],"created_at":"2025-02-16T04:29:49.929Z","updated_at":"2025-10-31T00:31:37.913Z","avatar_url":"https://github.com/trag1c.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ixia\nIxia is a cryptographically secure Python RNG library. It mainly merges\n`secrets`' security with `random`'s versatility, but also rolls some of its own\nfunctions, such as [`ixia.passphrase()`][ixia-passphrase],\n[`ixia.shuffled()`][ixia-shuffled],\nor [`ixia.universe_rand()`][ixia-universe-rand].\nAll random values are generated using `urandom`\n(or `BCryptGenRandom` onWindows).\n\n## Installation\nIxia is available on PyPI and can be installed with pip, or any other Python\npackage manager:\n```sh\npip install ixia\n```\n(Some systems may require you to use `pip3`, `python -m pip`, or `py -m pip`\ninstead.)\n\n## Documentation\nIxia documentation is available at https://trag1c.github.io/ixia/.\n\n\u003e [!warning]\n\u003e While supporting Python 3.9+, Ixia is based on the Python 3.13 implementation\n\u003e of the `random` module. The following changes have been made to the module\n\u003e since Python 3.9:\n\u003e - `gauss`, `expovariate` and `normalvariate` have default parameter values\n\u003e - `binomialvariate` was added\n\u003e\n\u003e Additionally, Ixia executes 3.9+ deprecations, thus:\n\u003e - `ixia.rand_range` doesn't convert non-integer types to equivalent integers\n\u003e - `ixia.sample` doesn't support `set` as a sequence type\n\u003e - `ixia.shuffle` doesn't support the `random` parameter\n\n## Contributing\n\nContributions are welcome!\n\nPlease open an issue before submitting a pull request\n(doesn't apply to minor changes like typos).\n\nTo get started:\n\n1. Clone your fork of the project.\n2. Install the project with [uv]:\n```sh\nuv sync\n```\n3. After you're done, use the following [`just`][just] recipes to check your\n   changes (or run the commands manually):\n```sh\njust check     # pytest, mypy, ruff\njust coverage  # pytest (with coverage), interrogate (docstring coverage)\n```\n\n## License\n`ixia` is licensed under the [MIT License].  \n© [trag1c], 2022–2025\n\n[MIT License]: https://opensource.org/license/mit/\n[trag1c]: https://github.com/trag1c/\n[ixia-passphrase]: https://trag1c.github.io/ixia/strings_and_bytes.html#ixiapassphrase\n[ixia-shuffled]: https://trag1c.github.io/ixia/sequences.html#ixiashuffled\n[ixia-universe-rand]: https://trag1c.github.io/ixia/integers.html#ixiauniverse_rand\n[uv]: https://docs.astral.sh/uv/\n[just]: https://github.com/casey/just/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrag1c%2Fixia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrag1c%2Fixia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrag1c%2Fixia/lists"}