Skip to content

Example of a hybrid Python-Julia package, based on Julia code with a Python wrapper done with JuliaCall

Notifications You must be signed in to change notification settings

cdsousa/HybridPyJlPkgExample.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HybridPyJlPkgExample.jl / hybridpyjlpkgexample

Example of a hybrid Python-Julia package, based on Julia code with a Python wrapper done with JuliaCall.

In Julia:

import Pkg
Pkg.add(url="https://github.com/cdsousa/HybridPyJlPkgExample.jl.git")

import HybridPyJlPkgExample
HybridPyJlPkgExample.ding()

In Python:

pip install git+https://github.com/cdsousa/HybridPyJlPkgExample.jl.git
import hybridpyjlpkgexample
hybridpyjlpkgexample.ding()

About

Example of a hybrid Python-Julia package, based on Julia code with a Python wrapper done with JuliaCall

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published