Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
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.14
to
3.15
+2
-2
abjad_ext_rmakers.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: abjad-ext-rmakers
Version: 3.14
Version: 3.15
Summary: Rhythm-makers extend Abjad with tools for rhythmic construction.

@@ -16,3 +16,3 @@ Home-page: http://abjad.github.io

Classifier: Topic :: Artistic Software
Requires-Python: >=3.10.*
Requires-Python: >=3.10
License-File: LICENSE

@@ -19,0 +19,0 @@

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

abjad>=3.14
abjad>=3.15

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

__version_info__ = (3, 14)
__version_info__ = (3, 15)
__version__ = ".".join(str(x) for x in __version_info__[:3]) + "".join(
__version_info__[3:] or []
)
Metadata-Version: 2.1
Name: abjad-ext-rmakers
Version: 3.14
Version: 3.15
Summary: Rhythm-makers extend Abjad with tools for rhythmic construction.

@@ -16,3 +16,3 @@ Home-page: http://abjad.github.io

Classifier: Topic :: Artistic Software
Requires-Python: >=3.10.*
Requires-Python: >=3.10
License-File: LICENSE

@@ -19,0 +19,0 @@

@@ -35,3 +35,3 @@ #! /usr/bin/env python

install_requires=[
"abjad>=3.14",
"abjad>=3.15",
],

@@ -50,5 +50,5 @@ license="MIT",

platforms="Any",
python_requires=">=3.10.*",
python_requires=">=3.10",
url="http://abjad.github.io",
version=read_version(),
)

Sorry, the diff of this file is too big to display