Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amy-keibler/gooseoncology
https://github.com/amy-keibler/gooseoncology
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/amy-keibler/gooseoncology
- Owner: amy-keibler
- Created: 2021-02-10T01:13:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-10T19:22:26.000Z (almost 4 years ago)
- Last Synced: 2023-10-20T17:09:38.783Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GooseOncology
This repository demonstrates using a [kickstart](https://github.com/Keats/kickstart) template for a simple python project. It contains the following variables:
* `project_name`: the name of the project created by the template
* `target`: the target deployment of the project [`api` or `commandline`]
* `include_emoji`: whether or not to include emoji in the library output## Setup
1. [Install Rust](https://www.rust-lang.org/tools/install)
* Make sure to set up the `PATH` environment varible
2. Install kickstart (`cargo install kickstart`)