An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PyRhodium

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![Build Status](https://travis-ci.org/davidanthoff/PyRhodium.jl.svg?branch=master)](https://travis-ci.org/davidanthoff/PyRhodium.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/66p3j6jaxaft2vg3/branch/master?svg=true)](https://ci.appveyor.com/project/davidanthoff/pyrhodium-jl/branch/master)
[![codecov.io](http://codecov.io/github/davidanthoff/PyRhodium.jl/coverage.svg?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.