Metadata-Version: 2.1
Name: deluge-card
Version: 0.4.0
Summary: python api for synthstrom deluge cards from fw3.15+.
Home-page: https://github.com/mupaduw/deluge-card
License: MIT
Author: Chris Chamberlain
Author-email: chrisbc@artisan.co.nz
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Requires-Dist: lxml (>=4.8.0,<5.0.0)
Requires-Dist: pydel (>=0.5.3,<0.6.0)
Description-Content-Type: text/markdown

# deluge-card


[![pypi](https://img.shields.io/pypi/v/deluge-card.svg)](https://pypi.org/project/deluge-card/)
[![python](https://img.shields.io/pypi/pyversions/deluge-card.svg)](https://pypi.org/project/deluge-card/)
[![Build Status](https://github.com/mupaduw/deluge-card/actions/workflows/dev.yml/badge.svg)](https://github.com/mupaduw/deluge-card/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/mupaduw/deluge-card/branch/main/graphs/badge.svg)](https://codecov.io/github/mupaduw/deluge-card)



A Python3 api for Synthstrom Audible Deluge SD cards.

* Documentation: <https://mupaduw.github.io/deluge-card>
* GitHub: <https://github.com/mupaduw/deluge-card>
* PyPI: <https://pypi.org/project/deluge-card/>
* Free software: MIT


## Features

* List sub-folders that resemble Deluge cards (DelugeCardFS).
* List contents of deluge filesystems (cards , folders).
* Get details of card contents: songs, samples, sample usage.
* Get song details like **tempo**, **key**, **scale**.
* Filter contents by paths, using posix **ls** glob patterns.
* Move samples like posix **mv**.
* Unit tested on Macosx, Linux & Windows, Python 3.8+.
* Song XML from fw3.15.

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.

