https://github.com/davidanthoff/pyrhodium.jl
Julia wrapper for the Python Rhodium package
https://github.com/davidanthoff/pyrhodium.jl
Last synced: 4 months ago
JSON representation
Julia wrapper for the Python Rhodium package
- Host: GitHub
- URL: https://github.com/davidanthoff/pyrhodium.jl
- Owner: davidanthoff
- License: other
- Created: 2017-06-06T04:45:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T20:26:32.000Z (over 2 years ago)
- Last Synced: 2025-02-10T12:12:29.226Z (over 1 year ago)
- Language: Julia
- Homepage:
- Size: 6.38 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PyRhodium
[](http://www.repostatus.org/#wip)
[](https://travis-ci.org/davidanthoff/PyRhodium.jl)
[](https://ci.appveyor.com/project/davidanthoff/pyrhodium-jl/branch/master)
[](http://codecov.io/github/davidanthoff/PyRhodium.jl?branch=master)
# Overview
This package provides a julia wrapper around the Python
[Rhodium](https://github.com/Project-Platypus/Rhodium) package.
## Status
This package is work in progress, not everything works at this moment.
## Installation
The package runs on julia 1.0 and newer. You can install the package at the Pkg REPL-mode with:
julia code:
````julia
pkg> add PyRhodium
````
## Getting started
Take a look at the [Rhodium](https://github.com/davidanthoff/PyRhodium.jl/blob/master/examples/Rhodium.ipynb)
IJulia file in the examples folder.