File tree 2 files changed +563
-0
lines changed
2 files changed +563
-0
lines changed Original file line number Diff line number Diff line change
1
+ =======
2
+ mscales
3
+ =======
4
+
5
+ .. image:: https://app.travis-ci.com/fabianmoss/mscales.svg?branch=main
6
+ :target: https://app.travis-ci.com/fabianmoss/mscales
7
+ :alt: Travis CI Status
8
+
9
+ .. image:: https://img.shields.io/pypi/v/mscales.svg
10
+ :target: https://pypi.python.org/pypi/mscales
11
+ :alt: PyPi Status
12
+
13
+ .. image:: https://readthedocs.org/projects/mscales/badge/?version=latest
14
+ :target: https://mscales.readthedocs.io/en/latest/?badge=latest
15
+ :alt: Documentation Status
16
+
17
+ Python package to generate, visualize, and sonify musical scales.
18
+
19
+ * Free software: 3-clause BSD license
20
+ * Documentation: https://mscales.readthedocs.io/en/latest/ .
21
+ * Package build with a ` cookiecutter template <https://nsls-ii.github.io/scientific-python-cookiecutter/index.html> ` _
22
+
23
+ ---------------------
24
+ Notes for development
25
+ ---------------------
26
+
27
+ - ` python3 -m pip install -e . `
28
+ - ` python3 -m pip install --upgrade -r requirements-dev.txt `
29
+
30
+ Creator: Fabian C. Moss
You can’t perform that action at this time.
0 commit comments