Metadata-Version: 2.1
Name: om-py
Version: 0.0.18
Summary: This is a simple package to help musicians to general functions.
Home-page: https://github.com/charlesneimog/OM_py
Author: Charles K. Neimog
Author-email: <charlesneimog@outlook.com>
Keywords: python,CAC,OpenMusic
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING.rst

# OM-py 
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/charlesneimog/om_py/blob/master/LICENSE)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/om-py)](https://pypistats.org/packages/om-py)
[![Supported Platforms](https://img.shields.io/badge/platforms-macOS%20%7C%20Windows%20%7C%20Linux-green)](https://pypi.org/project/om_py)

`pip install om-py`


With this package I aim to translate to Python some of the functions of OpenMusic.

##### Functions implemented

_om_scale, f2mc_. 

### Observations

* In Python, we can not use `->` in the functions name, so I changed `->` to `2`. Then `f->mc` become `f2mc`. 
* In Python, we can not use `-` in the functions name, so I changed `-` to `_`. Then `om-scale` become `om_scale`.







    OM-PY: Briging python to visual programming
    Copyright (c) 2021-2022 São Paulo, University of São Paulo
    
    Permission is hereby granted, free of charge, to any person
    obtaining a copy of this software and associated documentation
    files (the "Software"), to deal in the Software without
    restriction, including without limitation the rights to use, copy,
    modify, merge, publish, distribute, sublicense, and/or sell copies
    of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
    CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
    CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

    Except as contained in this notice, the names of the Centre for
    Digital Music and Queen Mary, University of London shall not be
    used in advertising or otherwise to promote the sale, use or other
    dealings in this Software without prior written authorization.

