Metadata-Version: 2.1
Name: datoso-seed-whdload
Version: 1.0a0.dev3
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_whdload
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.10
Description-Content-Type: text/markdown
License-File: LICENSE

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

# Datoso Seed Whdload

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/).

WHDLoad is a collection of Amiga Roms

## Installation

Datoso requires python 3.10+.

Use pip (recommended to use a virtual environment):

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

```

## Usage

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


## 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/)
