Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/accraze/python-drumbo
simple step sequencer
https://github.com/accraze/python-drumbo
music step-sequencer
Last synced: 3 months ago
JSON representation
simple step sequencer
- Host: GitHub
- URL: https://github.com/accraze/python-drumbo
- Owner: accraze
- License: bsd-2-clause
- Created: 2018-03-08T05:47:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T03:39:31.000Z (almost 7 years ago)
- Last Synced: 2024-09-16T23:29:59.907Z (3 months ago)
- Topics: music, step-sequencer
- Language: Python
- Homepage: https://pypi.python.org/pypi/drumbo
- Size: 42 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
========
Overview
========.. start-badges
.. list-table::
:stub-columns: 1* - docs
- |docs|
* - tests
- | |travis| |appveyor| |requires|
| |codecov|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since|.. |docs| image:: https://readthedocs.org/projects/python-drumbo/badge/?style=flat
:target: https://readthedocs.org/projects/python-drumbo
:alt: Documentation Status.. |travis| image:: https://travis-ci.org/accraze/python-drumbo.svg?branch=master
:alt: Travis-CI Build Status
:target: https://travis-ci.org/accraze/python-drumbo.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/accraze/python-drumbo?branch=master&svg=true
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/accraze/python-drumbo.. |requires| image:: https://requires.io/github/accraze/python-drumbo/requirements.svg?branch=master
:alt: Requirements Status
:target: https://requires.io/github/accraze/python-drumbo/requirements/?branch=master.. |codecov| image:: https://codecov.io/github/accraze/python-drumbo/coverage.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/accraze/python-drumbo.. |version| image:: https://img.shields.io/pypi/v/drumbo.svg
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/drumbo.. |commits-since| image:: https://img.shields.io/github/commits-since/accraze/python-drumbo/v0.2.0.svg
:alt: Commits since latest release
:target: https://github.com/accraze/python-drumbo/compare/v0.2.0...master.. |wheel| image:: https://img.shields.io/pypi/wheel/drumbo.svg
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/drumbo.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/drumbo.svg
:alt: Supported versions
:target: https://pypi.python.org/pypi/drumbo.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/drumbo.svg
:alt: Supported implementations
:target: https://pypi.python.org/pypi/drumbo.. end-badges
Simple Step Sequencer
* Free software: BSD 2-Clause License
Installation
============::
pip install drumbo
Documentation
=============https://python-drumbo.readthedocs.io/
Development
===========To run the all tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1- - Windows
- ::set PYTEST_ADDOPTS=--cov-append
tox- - Other
- ::PYTEST_ADDOPTS=--cov-append tox