libmogra


Namelibmogra JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/neerajaabhyankar/libmogra
Summary"A Python Toolbox for Indian (Classical) Music"
upload_time2024-12-30 05:31:48
maintainerNone
docs_urlNone
authorNeeraja Abhyankar
requires_python<4.0,>=3.11
licenseMIT
keywords music indian classical music raga raag taal swar indian music classical music hindustani classical music
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # libmogra

A Python Toolbox for Indian (Classical) Music

## The Why

For playing around (understanding, modifying, etc.) with music & audio specifically in the Indian context. Music theory standardization as well as tool development has been done extensively for western music, but other music cultures lag behind. This library will start with small features, but the dream is to have a Photoshop for Indian music.

## The What

This is intended to be a higher-level layer on top of the widely used [librosa](https://github.com/librosa/librosa).
If you must have an acronym, here it is: a LIBrary for the Manipulation, Organization, Generation, and Raag-aware Analysis of music. If that's too much, think of [mogra](https://en.wikipedia.org/wiki/Jasminum_sambac) the flower `:)`

# mogra CLI

```
pip install libmogra
```
will also install the `mogra` command-line interface.


To find info about a raag
```
mogra info bairagi
```
To visualize its tonnetz diagram (if available)
```
mogra info bairagi --tonnetz=window
```
To look at just the Tonnetz diagram by itself
```
mogra info all --tonnetz=window
```

To search for a raag given its notes among SrRgGmMPdDnN (note: follow the convention m = shuddha and M = teevra)
```
mogra search SrmPn
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/neerajaabhyankar/libmogra",
    "name": "libmogra",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "music, indian classical music, raga, raag, taal, swar, indian music, classical music, hindustani classical music",
    "author": "Neeraja Abhyankar",
    "author_email": "neeraja.abhyankar@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/44/30/ac8b61be153eca5c2f2fa21408ab363d885aa91e92c2b2cd424a32b67289/libmogra-0.2.2.tar.gz",
    "platform": null,
    "description": "# libmogra\n\nA Python Toolbox for Indian (Classical) Music\n\n## The Why\n\nFor playing around (understanding, modifying, etc.) with music & audio specifically in the Indian context. Music theory standardization as well as tool development has been done extensively for western music, but other music cultures lag behind. This library will start with small features, but the dream is to have a Photoshop for Indian music.\n\n## The What\n\nThis is intended to be a higher-level layer on top of the widely used [librosa](https://github.com/librosa/librosa).\nIf you must have an acronym, here it is: a LIBrary for the Manipulation, Organization, Generation, and Raag-aware Analysis of music. If that's too much, think of [mogra](https://en.wikipedia.org/wiki/Jasminum_sambac) the flower `:)`\n\n# mogra CLI\n\n```\npip install libmogra\n```\nwill also install the `mogra` command-line interface.\n\n\nTo find info about a raag\n```\nmogra info bairagi\n```\nTo visualize its tonnetz diagram (if available)\n```\nmogra info bairagi --tonnetz=window\n```\nTo look at just the Tonnetz diagram by itself\n```\nmogra info all --tonnetz=window\n```\n\nTo search for a raag given its notes among SrRgGmMPdDnN (note: follow the convention m = shuddha and M = teevra)\n```\nmogra search SrmPn\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"A Python Toolbox for Indian (Classical) Music\"",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/neerajaabhyankar/libmogra",
        "Repository": "https://github.com/neerajaabhyankar/libmogra"
    },
    "split_keywords": [
        "music",
        " indian classical music",
        " raga",
        " raag",
        " taal",
        " swar",
        " indian music",
        " classical music",
        " hindustani classical music"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "595af041654a0ad714241e3e41b4ec0708f3786a4d5fe457ae59ab5e9beb3f86",
                "md5": "6b4737ef1a7760845574488eebe0d7f4",
                "sha256": "a796bbfe18f1929828fb76f9fcadf7ad576c9294a1949156460addec06269d3d"
            },
            "downloads": -1,
            "filename": "libmogra-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b4737ef1a7760845574488eebe0d7f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 31481,
            "upload_time": "2024-12-30T05:31:45",
            "upload_time_iso_8601": "2024-12-30T05:31:45.680945Z",
            "url": "https://files.pythonhosted.org/packages/59/5a/f041654a0ad714241e3e41b4ec0708f3786a4d5fe457ae59ab5e9beb3f86/libmogra-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4430ac8b61be153eca5c2f2fa21408ab363d885aa91e92c2b2cd424a32b67289",
                "md5": "ae5de0f6ba62a77d6cc64c31574df372",
                "sha256": "3c6afe54d59e4c76148280df6bd79011bc5cf0a63ae6d86483ae025eb2361775"
            },
            "downloads": -1,
            "filename": "libmogra-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ae5de0f6ba62a77d6cc64c31574df372",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 38006,
            "upload_time": "2024-12-30T05:31:48",
            "upload_time_iso_8601": "2024-12-30T05:31:48.347270Z",
            "url": "https://files.pythonhosted.org/packages/44/30/ac8b61be153eca5c2f2fa21408ab363d885aa91e92c2b2cd424a32b67289/libmogra-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-30 05:31:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "neerajaabhyankar",
    "github_project": "libmogra",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "libmogra"
}
        
Elapsed time: 0.76101s