aioaudiobookshelf 0.1.4__tar.gz → 0.1.5__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.
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/PKG-INFO +2 -2
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/README.md +1 -1
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/__init__.py +1 -1
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/_base.py +1 -2
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/libraries.py +13 -1
- aioaudiobookshelf-0.1.5/aioaudiobookshelf/schema/shelf.py +188 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf.egg-info/PKG-INFO +2 -2
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf.egg-info/SOURCES.txt +1 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/pyproject.toml +2 -2
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/LICENSE +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/__init__.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/authors.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/collections_.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/items.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/me.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/playlists.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/podcasts.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/series.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/session.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/exceptions.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/helpers.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/__init__.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/audio.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/author.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/book.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_authors.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_collections.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_items.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_library.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_login.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_me.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_playlists.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_series.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_session.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/collection.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/events_socket.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/file.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/folder.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/library.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/media_progress.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/playlist.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/podcast.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/series.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/series_books.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/server.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/session.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/user.py +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf.egg-info/dependency_links.txt +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf.egg-info/not-zip-safe +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf.egg-info/requires.txt +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf.egg-info/top_level.txt +0 -0
- {aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: aioaudiobookshelf
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.5
|
|
4
4
|
Summary: Async library for Audiobookshelf
|
|
5
5
|
Author-email: Fabian Munkes <105975993+fmunkes@users.noreply.github.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -109,7 +109,7 @@ async def abs_basics():
|
|
|
109
109
|
|
|
110
110
|
# get a single podcast
|
|
111
111
|
podcast_id = "dda96167-eaad-4012-83e1-149c6700d3e8"
|
|
112
|
-
podcast_expanded = client.get_library_item_podcast(podcast_id=podcast_id, expanded=True)
|
|
112
|
+
podcast_expanded = await client.get_library_item_podcast(podcast_id=podcast_id, expanded=True)
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
asyncio.run(abs_basics())
|
|
@@ -79,7 +79,7 @@ async def abs_basics():
|
|
|
79
79
|
|
|
80
80
|
# get a single podcast
|
|
81
81
|
podcast_id = "dda96167-eaad-4012-83e1-149c6700d3e8"
|
|
82
|
-
podcast_expanded = client.get_library_item_podcast(podcast_id=podcast_id, expanded=True)
|
|
82
|
+
podcast_expanded = await client.get_library_item_podcast(podcast_id=podcast_id, expanded=True)
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
asyncio.run(abs_basics())
|
|
@@ -6,7 +6,7 @@ from aioaudiobookshelf.client import AdminClient, SessionConfiguration, SocketCl
|
|
|
6
6
|
from aioaudiobookshelf.exceptions import LoginError, TokenIsMissingError
|
|
7
7
|
from aioaudiobookshelf.schema.calls_login import AuthorizeResponse, LoginParameters, LoginResponse
|
|
8
8
|
|
|
9
|
-
__version__ = "0.1.
|
|
9
|
+
__version__ = "0.1.5"
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
async def _get_login_response(
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
from collections.abc import AsyncGenerator
|
|
4
4
|
from typing import TypeVar
|
|
5
5
|
|
|
6
|
+
from mashumaro.codecs.json import json_decode
|
|
6
7
|
from mashumaro.mixins.json import DataClassJSONMixin
|
|
7
8
|
|
|
8
9
|
from aioaudiobookshelf.client._base import BaseClient
|
|
@@ -18,6 +19,7 @@ from aioaudiobookshelf.schema.calls_library import (
|
|
|
18
19
|
LibraryWithFilterDataResponse,
|
|
19
20
|
)
|
|
20
21
|
from aioaudiobookshelf.schema.library import Library, LibraryFilterData
|
|
22
|
+
from aioaudiobookshelf.schema.shelf import Shelf
|
|
21
23
|
|
|
22
24
|
ResponseMinified = TypeVar("ResponseMinified", bound=DataClassJSONMixin)
|
|
23
25
|
ResponseNormal = TypeVar("ResponseNormal", bound=DataClassJSONMixin)
|
|
@@ -147,7 +149,17 @@ class LibrariesClient(BaseClient):
|
|
|
147
149
|
):
|
|
148
150
|
yield result
|
|
149
151
|
|
|
150
|
-
|
|
152
|
+
async def get_library_personalized_view(
|
|
153
|
+
self, *, library_id: str, limit: int = 10
|
|
154
|
+
) -> list[Shelf]:
|
|
155
|
+
"""Get personalized view of library.
|
|
156
|
+
|
|
157
|
+
TODO: Add rssfeed
|
|
158
|
+
"""
|
|
159
|
+
response = await self._get(
|
|
160
|
+
endpoint=f"/api/libraries/{library_id}/personalized", params={"limit": limit}
|
|
161
|
+
)
|
|
162
|
+
return json_decode(response, list[Shelf])
|
|
151
163
|
|
|
152
164
|
async def get_library_filterdata(self, *, library_id: str) -> LibraryFilterData:
|
|
153
165
|
"""Get filterdata of library."""
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
"""Schema for shelf, the response object to library's personalized view."""
|
|
2
|
+
# Discriminators don't work together with aliases.
|
|
3
|
+
# https://github.com/Fatal1ty/mashumaro/issues/254
|
|
4
|
+
# ruff: noqa: N815
|
|
5
|
+
|
|
6
|
+
from dataclasses import dataclass
|
|
7
|
+
from enum import StrEnum
|
|
8
|
+
from typing import Annotated
|
|
9
|
+
|
|
10
|
+
from mashumaro.types import Alias, Discriminator
|
|
11
|
+
|
|
12
|
+
from aioaudiobookshelf.schema.author import AuthorExpanded
|
|
13
|
+
from aioaudiobookshelf.schema.book import BookMinified
|
|
14
|
+
|
|
15
|
+
from . import _BaseModel
|
|
16
|
+
from .library import LibraryMediaType, _LibraryItemBase
|
|
17
|
+
from .podcast import PodcastEpisode, PodcastMinified
|
|
18
|
+
from .series import Series
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class ShelfId(StrEnum):
|
|
22
|
+
"""ShelfId."""
|
|
23
|
+
|
|
24
|
+
LISTEN_AGAIN = "listen-again"
|
|
25
|
+
CONTINUE_LISTENING = "continue-listening"
|
|
26
|
+
CONTINUE_SERIES = "continue-series"
|
|
27
|
+
RECOMMENDED = "recommended"
|
|
28
|
+
RECENTLY_ADDED = "recently-added"
|
|
29
|
+
EPISODES_RECENTLY_ADDED = "episodes-recently-added"
|
|
30
|
+
RECENT_SERIES = "recent-series"
|
|
31
|
+
NEWEST_AUTHORS = "newest-authors"
|
|
32
|
+
NEWEST_EPISODES = "newest-episodes"
|
|
33
|
+
DISCOVER = "discover"
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
@dataclass(kw_only=True)
|
|
37
|
+
class ShelfLibraryItemMinified(_LibraryItemBase):
|
|
38
|
+
"""ShelfLibraryItemMinified.
|
|
39
|
+
|
|
40
|
+
Beside using type, there is another distinction on which attributes
|
|
41
|
+
are available based on the id. We allow ourselves the easy route
|
|
42
|
+
here, and just make all of them optional.
|
|
43
|
+
"""
|
|
44
|
+
|
|
45
|
+
# episode (type) and
|
|
46
|
+
# id: continue-listening, listen-again, episodes-recently-added
|
|
47
|
+
recent_episode: Annotated[PodcastEpisode | None, Alias("recentEpisode")] = None
|
|
48
|
+
|
|
49
|
+
# id: continue-listening
|
|
50
|
+
progress_last_update_ms: Annotated[int | None, Alias("progressLastUpdate")] = None
|
|
51
|
+
|
|
52
|
+
# id: continue-series
|
|
53
|
+
previous_book_in_progress_last_update_ms: Annotated[
|
|
54
|
+
int | None, Alias("prevBookInProgressLastUpdate")
|
|
55
|
+
] = None
|
|
56
|
+
# TODO: minified item has seriesSequence, which we currently ignore
|
|
57
|
+
|
|
58
|
+
# id: recommended
|
|
59
|
+
weight: float | None = None
|
|
60
|
+
|
|
61
|
+
# id: listen-again
|
|
62
|
+
finished_at_ms: Annotated[int | None, Alias("finishedAt")] = None
|
|
63
|
+
|
|
64
|
+
# This and the two subclasses are copied over from libraries, as we otherwise
|
|
65
|
+
# face issues with the discriminator
|
|
66
|
+
class Config(_LibraryItemBase.Config):
|
|
67
|
+
"""Config."""
|
|
68
|
+
|
|
69
|
+
discriminator = Discriminator(
|
|
70
|
+
field="mediaType",
|
|
71
|
+
include_subtypes=True,
|
|
72
|
+
)
|
|
73
|
+
|
|
74
|
+
num_files: Annotated[int, Alias("numFiles")]
|
|
75
|
+
size: int
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
@dataclass(kw_only=True)
|
|
79
|
+
class LibraryItemMinifiedBook(ShelfLibraryItemMinified):
|
|
80
|
+
"""LibraryItemMinifiedBook."""
|
|
81
|
+
|
|
82
|
+
media: BookMinified
|
|
83
|
+
mediaType: LibraryMediaType = LibraryMediaType.BOOK
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
@dataclass(kw_only=True)
|
|
87
|
+
class LibraryItemMinifiedPodcast(ShelfLibraryItemMinified):
|
|
88
|
+
"""LibraryItemMinifiedPodcast."""
|
|
89
|
+
|
|
90
|
+
media: PodcastMinified
|
|
91
|
+
mediaType: LibraryMediaType = LibraryMediaType.PODCAST
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
@dataclass(kw_only=True)
|
|
95
|
+
class LibraryItemMinifiedBookSeriesShelf(ShelfLibraryItemMinified):
|
|
96
|
+
"""LibraryItemMinifiedBookSeriesShelf."""
|
|
97
|
+
|
|
98
|
+
# this appears not to be around?
|
|
99
|
+
series_sequence: Annotated[str | int | None, Alias("seriesSequence")] = None
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
@dataclass(kw_only=True)
|
|
103
|
+
class SeriesShelf(Series):
|
|
104
|
+
"""SeriesShelf."""
|
|
105
|
+
|
|
106
|
+
books: list[LibraryItemMinifiedBookSeriesShelf]
|
|
107
|
+
in_progress: Annotated[bool | None, Alias("inProgress")] = None
|
|
108
|
+
has_active_book: Annotated[bool | None, Alias("hasActiveBook")] = None
|
|
109
|
+
hide_from_continue_listening: Annotated[bool | None, Alias("hideFromContinueListening")] = None
|
|
110
|
+
book_in_progress_last_update_ms: Annotated[int | None, Alias("bookInProgressLastUpdate")] = None
|
|
111
|
+
first_book_unread: Annotated[
|
|
112
|
+
LibraryItemMinifiedBookSeriesShelf | None, Alias("firstBookUnread")
|
|
113
|
+
] = None
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
class ShelfType(StrEnum):
|
|
117
|
+
"""ShelfType."""
|
|
118
|
+
|
|
119
|
+
BOOK = "book"
|
|
120
|
+
SERIES = "series"
|
|
121
|
+
AUTHORS = "authors"
|
|
122
|
+
EPISODE = "episode"
|
|
123
|
+
PODCAST = "podcast"
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
@dataclass(kw_only=True)
|
|
127
|
+
class _ShelfBase(_BaseModel):
|
|
128
|
+
"""Shelf."""
|
|
129
|
+
|
|
130
|
+
id_: Annotated[ShelfId | str, Alias("id")]
|
|
131
|
+
label: str
|
|
132
|
+
label_string_key: Annotated[str, Alias("labelStringKey")]
|
|
133
|
+
type_: Annotated[ShelfType, Alias("type")]
|
|
134
|
+
category: str | None = None
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
@dataclass(kw_only=True)
|
|
138
|
+
class Shelf(_ShelfBase):
|
|
139
|
+
"""Shelf."""
|
|
140
|
+
|
|
141
|
+
class Config(_ShelfBase.Config):
|
|
142
|
+
"""Config."""
|
|
143
|
+
|
|
144
|
+
discriminator = Discriminator(
|
|
145
|
+
field="type",
|
|
146
|
+
include_subtypes=True,
|
|
147
|
+
)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
@dataclass(kw_only=True)
|
|
151
|
+
class ShelfBook(Shelf):
|
|
152
|
+
"""ShelfBook."""
|
|
153
|
+
|
|
154
|
+
type = ShelfType.BOOK
|
|
155
|
+
entities: list[ShelfLibraryItemMinified]
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
@dataclass(kw_only=True)
|
|
159
|
+
class ShelfPodcast(Shelf):
|
|
160
|
+
"""ShelfBook."""
|
|
161
|
+
|
|
162
|
+
type = ShelfType.PODCAST
|
|
163
|
+
entities: list[ShelfLibraryItemMinified]
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
@dataclass(kw_only=True)
|
|
167
|
+
class ShelfEpisode(Shelf):
|
|
168
|
+
"""ShelfBook."""
|
|
169
|
+
|
|
170
|
+
type = ShelfType.EPISODE
|
|
171
|
+
entities: list[ShelfLibraryItemMinified]
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
@dataclass(kw_only=True)
|
|
175
|
+
class ShelfAuthors(Shelf):
|
|
176
|
+
"""ShelfAuthor."""
|
|
177
|
+
|
|
178
|
+
type = ShelfType.AUTHORS
|
|
179
|
+
|
|
180
|
+
entities: list[AuthorExpanded]
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
@dataclass(kw_only=True)
|
|
184
|
+
class ShelfSeries(Shelf):
|
|
185
|
+
"""ShelfSeries."""
|
|
186
|
+
|
|
187
|
+
type = ShelfType.SERIES
|
|
188
|
+
entities: list[SeriesShelf]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: aioaudiobookshelf
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.5
|
|
4
4
|
Summary: Async library for Audiobookshelf
|
|
5
5
|
Author-email: Fabian Munkes <105975993+fmunkes@users.noreply.github.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -109,7 +109,7 @@ async def abs_basics():
|
|
|
109
109
|
|
|
110
110
|
# get a single podcast
|
|
111
111
|
podcast_id = "dda96167-eaad-4012-83e1-149c6700d3e8"
|
|
112
|
-
podcast_expanded = client.get_library_item_podcast(podcast_id=podcast_id, expanded=True)
|
|
112
|
+
podcast_expanded = await client.get_library_item_podcast(podcast_id=podcast_id, expanded=True)
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
asyncio.run(abs_basics())
|
|
@@ -18,7 +18,7 @@ description = "Async library for Audiobookshelf"
|
|
|
18
18
|
license = {text = "Apache-2.0"}
|
|
19
19
|
readme = "README.md"
|
|
20
20
|
requires-python = ">=3.12"
|
|
21
|
-
version = "0.1.
|
|
21
|
+
version = "0.1.5"
|
|
22
22
|
|
|
23
23
|
[project.optional-dependencies]
|
|
24
24
|
test = [
|
|
@@ -133,7 +133,7 @@ known-first-party = ["music_assistant"]
|
|
|
133
133
|
max-complexity = 25
|
|
134
134
|
|
|
135
135
|
[tool.bumpver]
|
|
136
|
-
current_version = "0.1.
|
|
136
|
+
current_version = "0.1.5"
|
|
137
137
|
version_pattern = "MAJOR.MINOR.PATCH"
|
|
138
138
|
commit_message = "bump version {old_version} -> {new_version}"
|
|
139
139
|
tag_message = "{new_version}"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/client/collections_.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_authors.py
RENAMED
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_collections.py
RENAMED
|
File without changes
|
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_library.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_playlists.py
RENAMED
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_series.py
RENAMED
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/calls_session.py
RENAMED
|
File without changes
|
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/events_socket.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/media_progress.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf/schema/series_books.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aioaudiobookshelf-0.1.4 → aioaudiobookshelf-0.1.5}/aioaudiobookshelf.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|