PyJulia
=======
[![Stable documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://pyjulia.readthedocs.io/en/stable/)
[![Latest documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://pyjulia.readthedocs.io/en/latest/)
[![Main workflow](https://github.com/JuliaPy/pyjulia/workflows/Main%20workflow/badge.svg)](https://github.com/JuliaPy/pyjulia/actions?query=workflow%3A%22Main+workflow%22)
[![DOI](https://zenodo.org/badge/14576985.svg)](https://zenodo.org/badge/latestdoi/14576985)
Experimenting with developing a better interface to [Julia language](https://julialang.org/) that works with [Python](https://www.python.org/) 3 and Julia v1.4+.
Quick usage
-----------
```console
$ python3 -m pip install julia # install PyJulia
... # you may need `--user` after `install`
$ python3
>>> import julia
>>> julia.install() # install PyCall.jl etc.
>>> from julia import Base # short demo
>>> Base.sind(90)
1.0
```
See more in the [documentation](https://pyjulia.readthedocs.io).
Raw data
{
"_id": null,
"home_page": "http://julialang.org",
"name": "julia",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.4",
"maintainer_email": "",
"keywords": "julia python",
"author": "The Julia and IPython development teams.",
"author_email": "julia@julialang.org",
"download_url": "https://files.pythonhosted.org/packages/d9/ec/e13a3d0951f0bc0c949b914a324da47358d5cb465d402677e704ecbede8a/julia-0.6.2.tar.gz",
"platform": null,
"description": "PyJulia\n=======\n\n[![Stable documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://pyjulia.readthedocs.io/en/stable/)\n[![Latest documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://pyjulia.readthedocs.io/en/latest/)\n[![Main workflow](https://github.com/JuliaPy/pyjulia/workflows/Main%20workflow/badge.svg)](https://github.com/JuliaPy/pyjulia/actions?query=workflow%3A%22Main+workflow%22)\n[![DOI](https://zenodo.org/badge/14576985.svg)](https://zenodo.org/badge/latestdoi/14576985)\n\nExperimenting with developing a better interface to [Julia language](https://julialang.org/) that works with [Python](https://www.python.org/) 3 and Julia v1.4+.\n\nQuick usage\n-----------\n\n```console\n$ python3 -m pip install julia # install PyJulia\n... # you may need `--user` after `install`\n\n$ python3\n>>> import julia\n>>> julia.install() # install PyCall.jl etc.\n>>> from julia import Base # short demo\n>>> Base.sind(90)\n1.0\n```\n\nSee more in the [documentation](https://pyjulia.readthedocs.io).\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Julia/Python bridge with IPython support.",
"version": "0.6.2",
"project_urls": {
"Documentation": "https://pyjulia.readthedocs.io",
"Homepage": "http://julialang.org",
"Source": "https://github.com/JuliaPy/pyjulia",
"Tracker": "https://github.com/JuliaPy/pyjulia/issues"
},
"split_keywords": [
"julia",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "82af2e9a1a996f32b34249582392bb419cf8983b627a1d31412acbe9d6dea5b0",
"md5": "5006b247221e47849968aa4236ea468c",
"sha256": "90752f71376fdb9919439d20496c2dab24486dfa4fe8a831d6dd14a1bcbc04d1"
},
"downloads": -1,
"filename": "julia-0.6.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "5006b247221e47849968aa4236ea468c",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.4",
"size": 68776,
"upload_time": "2023-12-30T02:52:45",
"upload_time_iso_8601": "2023-12-30T02:52:45.162192Z",
"url": "https://files.pythonhosted.org/packages/82/af/2e9a1a996f32b34249582392bb419cf8983b627a1d31412acbe9d6dea5b0/julia-0.6.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d9ece13a3d0951f0bc0c949b914a324da47358d5cb465d402677e704ecbede8a",
"md5": "7badfdbc3b258e3f6114818e57e92746",
"sha256": "35eefc030671392b79ba0e1898b7103ed1286ad044783c4cadc99d4401c368e3"
},
"downloads": -1,
"filename": "julia-0.6.2.tar.gz",
"has_sig": false,
"md5_digest": "7badfdbc3b258e3f6114818e57e92746",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.4",
"size": 54332,
"upload_time": "2023-12-30T02:52:47",
"upload_time_iso_8601": "2023-12-30T02:52:47.146958Z",
"url": "https://files.pythonhosted.org/packages/d9/ec/e13a3d0951f0bc0c949b914a324da47358d5cb465d402677e704ecbede8a/julia-0.6.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-30 02:52:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "JuliaPy",
"github_project": "pyjulia",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "julia"
}