Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign 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 - npm Package Compare versions

Comparing version
3.13
to
3.14
+2
-3
abjad_ext_rmakers.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: abjad-ext-rmakers
Version: 3.13
Version: 3.14
Summary: Rhythm-makers extend Abjad with tools for rhythmic construction.

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

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

@@ -29,3 +30,1 @@

https://github.com/ambv/black)
+1
-1

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

abjad>=3.13
abjad>=3.14

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

__version_info__ = (3, 13)
__version_info__ = (3, 14)
__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.13
Version: 3.14
Summary: Rhythm-makers extend Abjad with tools for rhythmic construction.

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

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

@@ -29,3 +30,1 @@

https://github.com/ambv/black)

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

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

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

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

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