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

https://github.com/ticky/dreamuploader

🌀 A modern, open source VMU file upload server for the Sega Dreamcast (WIP)
https://github.com/ticky/dreamuploader

dreamcast upload vmu web

Last synced: 9 months ago
JSON representation

🌀 A modern, open source VMU file upload server for the Sega Dreamcast (WIP)

Awesome Lists containing this project

README

          

# 🌀 Dreamuploader

A modern, open source VMU file upload server for the Sega Dreamcast

## Installation

This package is not yet properly published, so you'll need to clone this repo and then run `pip3 install .` within it.

## Usage

To start the server, run `dreamuploader`. It will start running on port 8080.

## Development

To run the test suite, you will need `tox` installed (`pip3 install tox`).

Then, to run the tests, `tox -e tests`.