PyJulia
Experimenting with developing a better interface to Julia language that works with Python 2 & 3 and Julia v1.0+.
Quick usage
$ 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.
Release files for julia 0.5.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| julia-0.5.7.tar.gz | 53.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| julia-0.5.7-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 120.9 kB
Release files / julia-0.5.7.tar.gz
| Download URL | julia-0.5.7.tar.gz |
|---|---|
| Size | 53.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f24b9788f3e30f33d53fc8854f2fcc54193c84412149cfbc652bde2edd6e8a85
|
|
BLAKE2b-256 checksum How to use checksums |
3390ba856cddadd923c94b7ce07dd3623d37cfea22b815076f0c70a47d867a3e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|
Release files / julia-0.5.7-py2.py3-none-any.whl
| Download URL | julia-0.5.7-py2.py3-none-any.whl |
|---|---|
| Size | 67.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
d30019cac7332e08f4670730e10e473727c4a0a63a9a2f9e2ba77fa6beafcac5
|
|
BLAKE2b-256 checksum How to use checksums |
eadc454ff29992376548758fb749d99bbac7001f72b0c8cea7833cd2120ef844
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|