WARNING
This is still very much a work in progress and nothing can be assumed stable in any way
Temp notes:
Two types of created installer, based on whether it contains:
- All dependencies (conda, R, R packages, Shiny app, etc)
- Strict instructions for dependency install
Overview
tests | |
---|---|
package |
Create standalone, installable R Shiny apps using Electron
- Free software: MIT license
Installation
pip install duplipy
You can also install the in-development version with:
pip install https://github.com/chasemc/duplipy/archive/main.zip
Documentation
To use the project:
import duplipy
duplipy.longest()
Development
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |