pytolino 2.0__tar.gz → 2.1__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.
@@ -0,0 +1 @@
1
+ include src/pytolino/servers_settings.toml
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytolino
3
- Version: 2.0
3
+ Version: 2.1
4
4
  Summary: client for tolino cloud
5
5
  Author: Imam Usmani
6
6
  Project-URL: Source Code, https://github.com/ImamAzim/pytolino
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pytolino"
7
- version = "2.0"
7
+ version = "2.1"
8
8
  authors = [
9
9
  {name="Imam Usmani"},
10
10
  ]
@@ -0,0 +1,14 @@
1
+ # orell fuessli
2
+ [orellfuessli]
3
+ partner_id = "8"
4
+ client_id = "dte_ereader_app_01"
5
+ scope = "ebook_library"
6
+ token_url = "https://www.orellfuessli.ch/auth/oauth2/token"
7
+ login_url = "https://www.orellfuessli.ch/shop/home/login/login?"
8
+ reader_url = "https://webreader.mytolino.com/library/"
9
+ upload_url = "https://bosh.pageplace.de/bosh/rest/upload"
10
+ meta_url = "https://bosh.pageplace.de/bosh/rest/meta"
11
+ cover_url = "https://bosh.pageplace.de/bosh/rest/cover"
12
+ sync_data_url = "https://bosh.pageplace.de/bosh/rest/sync-data?paths=publications,audiobooks"
13
+ delete_url = "https://bosh.pageplace.de/bosh/rest/deletecontent"
14
+ inventory_url = "https://bosh.pageplace.de/bosh/rest/inventory/delta"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytolino
3
- Version: 2.0
3
+ Version: 2.1
4
4
  Summary: client for tolino cloud
5
5
  Author: Imam Usmani
6
6
  Project-URL: Source Code, https://github.com/ImamAzim/pytolino
@@ -3,6 +3,7 @@ MANIFEST.in
3
3
  README.rst
4
4
  pyproject.toml
5
5
  src/pytolino/__init__.py
6
+ src/pytolino/servers_settings.toml
6
7
  src/pytolino/tolino_cloud.py
7
8
  src/pytolino.egg-info/PKG-INFO
8
9
  src/pytolino.egg-info/SOURCES.txt
pytolino-2.0/MANIFEST.in DELETED
@@ -1 +0,0 @@
1
- include src/pytolino/servers_settings.ini
File without changes
File without changes
File without changes
File without changes