# PEP 503 repository index for `jax[cuda]`
*Daily automatically rebuilds*
## Repository
https://jorenham.github.io/jax_pep503/
## Example: Adding `jax[cuda]` to a [Poetry](https://python-poetry.org/) project
- Add the repository as a secondary source to your `pyproject.toml`:
```toml
...
[[tool.poetry.source]]
name = "PyPI"
priority = "primary"
[[tool.poetry.source]]
name = "jorenham/jax_pep503"
url = "https://jorenham.github.io/jax_pep503/"
priority = "supplemental"
[tool.poetry.dependencies]
...
```
- Now you can add `jax[cuda]` using:
```bash
poetry add jax[cuda]
```
See the [example project](example_project) for more details.
## See also
- [PEP 503 – Simple Repository API](https://peps.python.org/pep-0503/)
- [google/jax](https://github.com/google/jax)
- [google/jax#5410 – Please provide PEP 503 compliant indices for CUDA versions of packages](https://github.com/google/jax/issues/5410)
- [jax-releases](https://storage.googleapis.com/jax-releases/) (not compatible with PEP 503)
Raw data
{
"_id": null,
"home_page": "https://jorenham.github.io/jax_pep503/",
"name": "jax-pep503",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Joren Hammudoglu",
"author_email": "jhammudoglu@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/b3/39/0b8b78bc891f0f77f232b98c470d081fb4a3756dd5db8860170196836b32/jax_pep503-0.4.2.tar.gz",
"platform": null,
"description": "# PEP 503 repository index for `jax[cuda]`\n\n*Daily automatically rebuilds*\n\n## Repository\n\nhttps://jorenham.github.io/jax_pep503/\n\n## Example: Adding `jax[cuda]` to a [Poetry](https://python-poetry.org/) project\n\n- Add the repository as a secondary source to your `pyproject.toml`:\n\n ```toml\n ...\n \n [[tool.poetry.source]]\n name = \"PyPI\"\n priority = \"primary\"\n\n [[tool.poetry.source]]\n name = \"jorenham/jax_pep503\"\n url = \"https://jorenham.github.io/jax_pep503/\"\n priority = \"supplemental\"\n\n [tool.poetry.dependencies]\n ...\n ```\n\n- Now you can add `jax[cuda]` using:\n\n ```bash\n poetry add jax[cuda]\n ```\n\nSee the [example project](example_project) for more details.\n\n## See also\n\n- [PEP 503 \u2013 Simple Repository API](https://peps.python.org/pep-0503/)\n- [google/jax](https://github.com/google/jax)\n- [google/jax#5410 \u2013 Please provide PEP 503 compliant indices for CUDA versions of packages](https://github.com/google/jax/issues/5410)\n- [jax-releases](https://storage.googleapis.com/jax-releases/) (not compatible with PEP 503)\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "PEP 503 compliant repository for Jax",
"version": "0.4.2",
"project_urls": {
"GitHub": "https://github.com/jorenham/jax_pep503",
"Homepage": "https://jorenham.github.io/jax_pep503/",
"PEP 503 Repository": "https://jorenham.github.io/jax_pep503/",
"Repository": "https://github.com/jorenham/jax_pep503"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f8863e9c826e3f425ee8ca86fa90776b0b386a093bf1752da0aeee76d1dde8d2",
"md5": "e726e8bcbb220117a8a244f7050085d7",
"sha256": "94f778736041b3875612525447cb8ea96300a4512b11fabdea5b42194497fc84"
},
"downloads": -1,
"filename": "jax_pep503-0.4.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e726e8bcbb220117a8a244f7050085d7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10,<4.0",
"size": 8287,
"upload_time": "2023-08-20T00:08:30",
"upload_time_iso_8601": "2023-08-20T00:08:30.921418Z",
"url": "https://files.pythonhosted.org/packages/f8/86/3e9c826e3f425ee8ca86fa90776b0b386a093bf1752da0aeee76d1dde8d2/jax_pep503-0.4.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b3390b8b78bc891f0f77f232b98c470d081fb4a3756dd5db8860170196836b32",
"md5": "87ea7da48804d7e63a327d83296088dc",
"sha256": "f2f4e0b2cb69df66a4ddb97efeb385ab4f7e6bff6734c26678fbc466e7df0448"
},
"downloads": -1,
"filename": "jax_pep503-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "87ea7da48804d7e63a327d83296088dc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10,<4.0",
"size": 7304,
"upload_time": "2023-08-20T00:08:32",
"upload_time_iso_8601": "2023-08-20T00:08:32.773459Z",
"url": "https://files.pythonhosted.org/packages/b3/39/0b8b78bc891f0f77f232b98c470d081fb4a3756dd5db8860170196836b32/jax_pep503-0.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-20 00:08:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jorenham",
"github_project": "jax_pep503",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "jax-pep503"
}