{"id":17200617,"url":"https://github.com/perlence/pyguitarpro","last_synced_at":"2025-04-04T17:04:49.221Z","repository":{"id":40444577,"uuid":"43324174","full_name":"Perlence/PyGuitarPro","owner":"Perlence","description":"Read, write and manipulate GP3, GP4 and GP5 files.","archived":false,"fork":false,"pushed_at":"2023-10-06T08:04:44.000Z","size":3641,"stargazers_count":303,"open_issues_count":3,"forks_count":44,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-04T14:02:27.856Z","etag":null,"topics":["guitar-pro","python","python-3"],"latest_commit_sha":null,"homepage":"https://pyguitarpro.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Perlence.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-09-28T20:07:19.000Z","updated_at":"2025-03-04T12:49:23.000Z","dependencies_parsed_at":"2023-01-25T05:31:03.708Z","dependency_job_id":"29b3bb9c-6038-41e0-87b0-22664d8fe2f4","html_url":"https://github.com/Perlence/PyGuitarPro","commit_stats":{"total_commits":473,"total_committers":4,"mean_commits":118.25,"dds":"0.16490486257928116","last_synced_commit":"c88d035053d16dc7686136f84959f4e3e2e8e404"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Perlence%2FPyGuitarPro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Perlence%2FPyGuitarPro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Perlence%2FPyGuitarPro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Perlence%2FPyGuitarPro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Perlence","download_url":"https://codeload.github.com/Perlence/PyGuitarPro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217172,"owners_count":20903008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["guitar-pro","python","python-3"],"created_at":"2024-10-15T02:09:15.443Z","updated_at":"2025-04-04T17:04:49.198Z","avatar_url":"https://github.com/Perlence.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"PyGuitarPro\n===========\n\n.. image:: https://img.shields.io/pypi/v/pyguitarpro.svg?style=flat\n   :alt: PyPI Package latest release\n   :target: https://pypi.org/project/PyGuitarPro/\n\n\nIntroduction\n------------\n\nPyGuitarPro is a package to read, write and manipulate GP3, GP4 and GP5 files. Initially PyGuitarPro is a Python port\nof `AlphaTab \u003chttps://www.alphatab.net/\u003e`_ which originally was a Haxe port of\n`TuxGuitar \u003chttps://sourceforge.net/projects/tuxguitar/\u003e`_.\n\nThis package helps you achieve several goals you might find yourself yearning to do in a day-to-day tabber life:\n\n- transpose a track without messing the fingering.\n\n- add first string to the track without messing the fingering.\n\n- map percussion notes to different values.\n\nReading ``.gp*`` files is as easy as:\n\n.. code-block:: python\n\n   import guitarpro\n   curl = guitarpro.parse('Mastodon - Curl of the Burl.gp5')\n\nWriting ``.gp*`` files isn't that hard as well:\n\n.. code-block:: python\n\n   guitarpro.write(curl, 'Mastodon - Curl of the Burl 2.gp5')\n\nAll objects representing GP entities are hashable and comparable. This gives the great opportunity to apply *diff*\nalgorithm to tabs, or even *diff3* algorithm to merge tablatures.\n\nTo anyone wanting to create their the best guitar tablature editor in Python this package will be the good thing to\nstart with.\n\n\nExamples\n--------\n\nSeveral usage examples are included in the ``/examples`` folder. Please feel free to add your own examples, or improve\non some of the existing ones, and then submit them via pull request.\n\nTo run one of the examples in your local environment, simply:\n\n.. code-block:: sh\n\n   cd pyguitarpro\n   python examples/transpose.py --help\n\n\nInstallation\n------------\n\nInstall PyGuitarPro from PyPI:\n\n.. code-block:: sh\n\n   pip install PyGuitarPro\n\nTo install development version of PyGuitarPro:\n\n.. code-block:: sh\n\n   git clone https://github.com/Perlence/PyGuitarPro.git\n   cd pyguitarpro\n   pip install -e .\n\n\nDocumentation\n-------------\n\nPackage documentation is located at `Read the Docs \u003chttps://pyguitarpro.readthedocs.io/\u003e`_.\n\n\nLicensing\n---------\n\nPlease see the file called ``LICENSE``.\n\n.. vim: tw=120 cc=121\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperlence%2Fpyguitarpro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperlence%2Fpyguitarpro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperlence%2Fpyguitarpro/lists"}