Metadata-Version: 2.1
Name: datoso_seed_eggman
Version: 1.1.1
Summary: Python command line tool to download and organize your Rom Dat files.
Author-email: Lacides Miranda <laromicas@hotmail.com>
License: MIT License
Project-URL: Source Code, https://github.com/laromicas/datoso_seed_eggman
Keywords: emulators,roms
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Emulators
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

![Datoso](https://github.com/laromicas/datoso/blob/master/bearlogo.png)

# Datoso Seed Eggman

Datoso is a WIP Python command line tool to download and organize your Dat Roms.
As today the tool supports dat-omatic, redump, and translated-english dats.
It merges all the dats in a tree folder structure thought to use with Emulators rather than dats.
The dat file format must be compatible with [ROMVault](https://www.romvault.com/).

Datoso base is a scaffold for new plugins for datoso.

## Installation

Datoso requires python 3.11+.

Use pip (recommended to use a virtual environment):

``` bash
# Install datoso base (doesn't do much without real plugins)
pip install datoso_seed_eggman

```

## Usage

Check [Datoso](https://github.com/laromicas/datoso) for usage.


## Developing a seed

Clone this repository and execute init.sh
``` bash
$ git clone https://github.com/laromicas/datoso_seed_eggman

$ cd datoso_seed_eggman
$ ./init.sh [new_name]   #e.g. ./init.sh newnointro

```
This creates a new folder with the name `datoso_seed_newnointro` with a scaffold to begin.

## TODO

-   Tests

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
