albums 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl

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.
albums/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
1
  # version injected temporarily for build by poetry-dynamic-versioning
2
- __version__ = "0.1.2"
2
+ __version__ = "0.1.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: albums
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Manage music albums, automatically correct tags, organize and sync copies with interactive command line interface.
5
5
  License-Expression: GPL-3.0-or-later
6
6
  License-File: COPYING
@@ -34,7 +34,7 @@ A rich text-based interactive tool to help manage a library of music, clean up
34
34
  metadata tags and file organization, and sync parts of the library to digital
35
35
  audio players
36
36
 
37
- > -> [See Full Documentation Here](https://4levity.github.io/albums/) <-
37
+ - [Read the documentation here](https://4levity.github.io/albums/)
38
38
 
39
39
  ## Overview
40
40
 
@@ -59,11 +59,5 @@ checks may be skipped.
59
59
 
60
60
  ## System Requirements
61
61
 
62
- Requires Python 3.12+. Developed/tested only on Linux. Probably works on MacOS.
63
- Interactive features might not work on Windows.
64
-
65
- ## Getting Started
66
-
67
- Builds not yet distributed. See
68
- [Developing](https://4levity.github.io/albums/developing/).
62
+ Requires Python 3.12+. Developed/tested on Linux, will support other systems.
69
63
 
@@ -1,4 +1,4 @@
1
- albums/__init__.py,sha256=6fEwHVENFpUiJUec_c5vFmrqabbUeZ6WbHdqH4G6Ato,92
1
+ albums/__init__.py,sha256=QJU08S-xD5fl3shR0lszg7WxTBlIYhbwoiSPb6mYLMU,92
2
2
  albums/__main__.py,sha256=4qcgOglUTtfAcWUCFOFVg44v1et9FIkpQfQbMCRrOWg,95
3
3
  albums/app.py,sha256=A0M33_mK2rWtnc66ufN0_EI2kQY-dSlmB5CDReYm1ns,1018
4
4
  albums/checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -44,8 +44,8 @@ albums/library/metadata.py,sha256=-CJ1cGnrgTA-ZHg-zlyxX3hqS98TggZX3wU4lJzYSik,93
44
44
  albums/library/scanner.py,sha256=xrwNR1Kzh2TWHC9l371HnX3tuMaPtoVKi6tHbxSoO18,6301
45
45
  albums/library/synchronizer.py,sha256=1rRaYll6igSxNdtjeGjYf_OYDW4Npmd1wDfMhfSCM8g,4102
46
46
  albums/types.py,sha256=SsQkv65Vus-7OSknhCgOSJgmakAUxMi85Cw4jflq49w,1226
47
- albums-0.1.2.dist-info/METADATA,sha256=v3ou4OJrWM548p99s2Zf-RBlXiP5KBiLqPbRXct9KYk,2729
48
- albums-0.1.2.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
49
- albums-0.1.2.dist-info/entry_points.txt,sha256=Mi-vcxrg7WpMxOES4MvcEbZLB8bzgsGF_tFS9zR0rD0,62
50
- albums-0.1.2.dist-info/licenses/COPYING,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
51
- albums-0.1.2.dist-info/RECORD,,
47
+ albums-0.1.3.dist-info/METADATA,sha256=AV3A_FYTYjK-ofPrQKNuCoBgoBERJNDkQ8mZrVvEZ0o,2560
48
+ albums-0.1.3.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
49
+ albums-0.1.3.dist-info/entry_points.txt,sha256=Mi-vcxrg7WpMxOES4MvcEbZLB8bzgsGF_tFS9zR0rD0,62
50
+ albums-0.1.3.dist-info/licenses/COPYING,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
51
+ albums-0.1.3.dist-info/RECORD,,
File without changes