You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

abjad-ext-rmakers

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abjad-ext-rmakers - pypi Package Compare versions

Comparing version
3.20
to
3.21
+16
-5
abjad_ext_rmakers.egg-info/PKG-INFO

@@ -1,5 +0,5 @@

Metadata-Version: 2.1
Metadata-Version: 2.2
Name: abjad-ext-rmakers
Version: 3.20
Summary: Rhythm-makers extend Abjad with tools for the construction of rhythm.
Version: 3.21
Summary: rmakers extends Abjad with tools for rhythm construction.
Home-page: http://abjad.github.io

@@ -9,3 +9,3 @@ Author: Trevor Bača

License: MIT
Keywords: music composition,music notation,lilypond
Keywords: lilypond,music composition,music notation
Platform: Any

@@ -19,3 +19,14 @@ Classifier: Development Status :: 3 - Alpha

License-File: LICENSE
Requires-Dist: abjad>=3.20
Requires-Dist: abjad>=3.21
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

@@ -22,0 +33,0 @@ abjad-ext-rmakers

@@ -1,1 +0,1 @@

abjad>=3.20
abjad>=3.21

@@ -1,4 +0,4 @@

__version_info__ = (3, 20)
__version_info__ = (3, 21)
__version__ = ".".join(str(x) for x in __version_info__[:3]) + "".join(
__version_info__[3:] or []
)

@@ -1,5 +0,5 @@

Metadata-Version: 2.1
Metadata-Version: 2.2
Name: abjad-ext-rmakers
Version: 3.20
Summary: Rhythm-makers extend Abjad with tools for the construction of rhythm.
Version: 3.21
Summary: rmakers extends Abjad with tools for rhythm construction.
Home-page: http://abjad.github.io

@@ -9,3 +9,3 @@ Author: Trevor Bača

License: MIT
Keywords: music composition,music notation,lilypond
Keywords: lilypond,music composition,music notation
Platform: Any

@@ -19,3 +19,14 @@ Classifier: Development Status :: 3 - Alpha

License-File: LICENSE
Requires-Dist: abjad>=3.20
Requires-Dist: abjad>=3.21
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

@@ -22,0 +33,0 @@ abjad-ext-rmakers

@@ -19,4 +19,2 @@ #! /usr/bin/env python

description = "Rhythm-makers extend Abjad with tools for the construction of rhythm."
if __name__ == "__main__":

@@ -33,14 +31,8 @@ setuptools.setup(

],
description=description,
description="rmakers extends Abjad with tools for rhythm construction.",
include_package_data=True,
install_requires=["abjad>=3.20"],
install_requires=["abjad>=3.21"],
license="MIT",
long_description=pathlib.Path("README.md").read_text(),
keywords=", ".join(
[
"music composition",
"music notation",
"lilypond",
]
),
keywords="lilypond, music composition, music notation",
name=f"abjad-ext-{name}",

@@ -47,0 +39,0 @@ packages=["abjadext"],