arkos2basic 0.1.0b4__tar.gz → 0.1.0b5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arkos2basic
3
- Version: 0.1.0b4
3
+ Version: 0.1.0b5
4
4
  Summary: Converts Arkos Tracker 3 text exports to CVBasic MUSIC blocks. Handles note transposition, variable note duration, percussion detection and intro/loop splitting. Targets ColecoVision, MSX and Sega SG-1000.
5
5
  Author: Francesco Maida
6
6
  Author-email: francesco.maida@gmail.com
7
- Requires-Python: >=3.12,<4
7
+ Requires-Python: >=3.10,<4
8
8
  Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
9
11
  Classifier: Programming Language :: Python :: 3.12
10
12
  Classifier: Programming Language :: Python :: 3.13
11
13
  Classifier: Programming Language :: Python :: 3.14
@@ -89,5 +91,5 @@ INCLUDE mymusic_loop.bas
89
91
 
90
92
  ## Requirements
91
93
 
92
- Python 3.12 or better.
94
+ Python 3.10 or better.
93
95
 
@@ -75,4 +75,4 @@ INCLUDE mymusic_loop.bas
75
75
 
76
76
  ## Requirements
77
77
 
78
- Python 3.12 or better.
78
+ Python 3.10 or better.
@@ -1,12 +1,12 @@
1
1
  [project]
2
2
  name = "arkos2basic"
3
- version = "0.1.0b4"
3
+ version = "0.1.0b5"
4
4
  description = "Converts Arkos Tracker 3 text exports to CVBasic MUSIC blocks. Handles note transposition, variable note duration, percussion detection and intro/loop splitting. Targets ColecoVision, MSX and Sega SG-1000."
5
5
  authors = [
6
6
  {name = "Francesco Maida",email = "francesco.maida@gmail.com"}
7
7
  ]
8
8
  readme = "README.md"
9
- requires-python = ">=3.12,<4"
9
+ requires-python = ">=3.10,<4"
10
10
  dependencies = [
11
11
  "typer (>=0.26.7,<0.27.0)"
12
12
  ]