diarama-api 0.1.17__tar.gz → 0.1.18__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.

Potentially problematic release.


This version of diarama-api might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diarama-api
3
- Version: 0.1.17
3
+ Version: 0.1.18
4
4
  Summary: Python SDK для работы с API Diarama Studio
5
5
  Author-email: Haru <hello@chinoharu.ru>
6
6
  License: MIT
@@ -5,6 +5,7 @@ from .games import Games
5
5
  from .payments import Payments
6
6
  from .media import Media
7
7
  from .platforms import Platforms
8
+ from .files import Files
8
9
 
9
10
  class DiaramaAPI:
10
11
  def __init__(self, api_key):
@@ -15,3 +16,4 @@ class DiaramaAPI:
15
16
  self.payments = Payments(self.client)
16
17
  self.media = Media(self.client)
17
18
  self.platforms = Platforms(self.client)
19
+ self.files = Files(self.client)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diarama-api
3
- Version: 0.1.17
3
+ Version: 0.1.18
4
4
  Summary: Python SDK для работы с API Diarama Studio
5
5
  Author-email: Haru <hello@chinoharu.ru>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "diarama-api"
3
- version = "0.1.17"
3
+ version = "0.1.18"
4
4
  description = "Python SDK для работы с API Diarama Studio"
5
5
  authors = [{ name = "Haru", email = "hello@chinoharu.ru" }]
6
6
  readme = "README.md"
File without changes