Skip to content

Commit 2314eb2

Browse files
committed
add lockfile and README
1 parent af01b01 commit 2314eb2

File tree

2 files changed

+563
-0
lines changed

2 files changed

+563
-0
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

0 commit comments

Comments
 (0)