# Citrand
PRNG manipulation aide for emulated Pokémon 3DS titles.
[](https://codeberg.org/ViteByte/citrand/)
[](https://www.python.org/downloads/)
[](https://pypi.org/project/citrand)
[](https://codeberg.org/ViteByte/citrand/raw/branch/main/LICENSE)
## Installation
Requirements for running Citrand:
- [Python](https://www.python.org/downloads/) (version `3.10` or greater)
- [Pipx](https://pypi.org/project/pipx/) or [Pip](https://pypi.org/project/pip/)
- [Git](https://git-scm.com/) (optional)
### Codeberg (recommended)
The Codeberg repository contains the latest improvements for Citrand, but it
may include bugs or stability issues.
This method requires `git` in order to download the package files from the
repository.
```bash
# SSH
python3 -m pipx install git+ssh://git@codeberg.org/ViteByte/citrand.git
# HTTPS
python3 -m pipx install git+https://codeberg.org/ViteByte/citrand.git
```
### Python Package Index
PyPI provides the most stable release, but may lack newer features or
bug fixes.
```shell
python3 -m pipx install citrand
```
Raw data
{
"_id": null,
"home_page": "https://codeberg.org/ViteByte/citrand",
"name": "citrand",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Taylor Rodr\u00edguez",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/9d/ff/cd887a88364772169eb5c540383410ee7cd5eea50c181a82b1b3622a3902/citrand-0.1.0.tar.gz",
"platform": null,
"description": "# Citrand\n\nPRNG manipulation aide for emulated Pok\u00e9mon 3DS titles.\n\n[](https://codeberg.org/ViteByte/citrand/)\n[](https://www.python.org/downloads/)\n[](https://pypi.org/project/citrand)\n[](https://codeberg.org/ViteByte/citrand/raw/branch/main/LICENSE)\n\n## Installation\n\nRequirements for running Citrand:\n- [Python](https://www.python.org/downloads/) (version `3.10` or greater)\n- [Pipx](https://pypi.org/project/pipx/) or [Pip](https://pypi.org/project/pip/)\n- [Git](https://git-scm.com/) (optional)\n\n### Codeberg (recommended)\n\nThe Codeberg repository contains the latest improvements for Citrand, but it\nmay include bugs or stability issues.\n\nThis method requires `git` in order to download the package files from the\nrepository.\n\n```bash\n# SSH\npython3 -m pipx install git+ssh://git@codeberg.org/ViteByte/citrand.git\n# HTTPS\npython3 -m pipx install git+https://codeberg.org/ViteByte/citrand.git\n```\n\n### Python Package Index\n\nPyPI provides the most stable release, but may lack newer features or\nbug fixes.\n\n```shell\npython3 -m pipx install citrand\n```\n",
"bugtrack_url": null,
"license": "GPLv3+",
"summary": "PRNG manipulation aide for emulated Pok\u00e9mon 3DS titles",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://codeberg.org/ViteByte/citrand",
"Repository": "https://codeberg.org/ViteByte/citrand"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e62b1d0235380d8396662f4f60daa6a2912605cd983f399c4cd77e6890e19f14",
"md5": "5c1827ab5483b8c0505b1924f7f074cd",
"sha256": "afaa293823bedbda99fed258ca9e3f3658e2a16dd6c206de24287d59f1119e05"
},
"downloads": -1,
"filename": "citrand-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5c1827ab5483b8c0505b1924f7f074cd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 18131,
"upload_time": "2024-08-09T08:30:42",
"upload_time_iso_8601": "2024-08-09T08:30:42.528820Z",
"url": "https://files.pythonhosted.org/packages/e6/2b/1d0235380d8396662f4f60daa6a2912605cd983f399c4cd77e6890e19f14/citrand-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9dffcd887a88364772169eb5c540383410ee7cd5eea50c181a82b1b3622a3902",
"md5": "1edbdcf4fc900c790d3f4636ed9d50d4",
"sha256": "ca60d6eb2b54806b6e76e171b48f86b3bb3fe4456ddc3ee47d322305b013f70b"
},
"downloads": -1,
"filename": "citrand-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "1edbdcf4fc900c790d3f4636ed9d50d4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 15009,
"upload_time": "2024-08-09T08:30:44",
"upload_time_iso_8601": "2024-08-09T08:30:44.153509Z",
"url": "https://files.pythonhosted.org/packages/9d/ff/cd887a88364772169eb5c540383410ee7cd5eea50c181a82b1b3622a3902/citrand-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-09 08:30:44",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": true,
"codeberg_user": "ViteByte",
"codeberg_project": "citrand",
"lcname": "citrand"
}