pytolino 1.4__py3-none-any.whl → 1.5__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.
pytolino/tolino_cloud.py CHANGED
@@ -126,6 +126,7 @@ class Client(object):
126
126
  self.server_settings = servers_settings[server_name]
127
127
  self.session = requests.session()
128
128
  self.browser = mechanize.Browser()
129
+ self.browser.set_handle_robots(False)
129
130
  self.server_name = server_name
130
131
 
131
132
  def login(self, username, password):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytolino
3
- Version: 1.4
3
+ Version: 1.5
4
4
  Summary: client for tolino cloud
5
5
  Author: Imam Usmani
6
6
  Project-URL: Source Code, https://github.com/ImamAzim/pytolino
@@ -16,13 +16,13 @@ License-File: LICENSE
16
16
  Requires-Dist: requests
17
17
  Requires-Dist: mechanize
18
18
  Provides-Extra: dev
19
- Requires-Dist: pytest ; extra == 'dev'
20
- Requires-Dist: flake8 ; extra == 'dev'
21
- Requires-Dist: ipython ; extra == 'dev'
22
- Requires-Dist: sphinx ; extra == 'dev'
23
- Requires-Dist: build ; extra == 'dev'
24
- Requires-Dist: twine ; extra == 'dev'
25
- Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
19
+ Requires-Dist: pytest; extra == "dev"
20
+ Requires-Dist: flake8; extra == "dev"
21
+ Requires-Dist: ipython; extra == "dev"
22
+ Requires-Dist: sphinx; extra == "dev"
23
+ Requires-Dist: build; extra == "dev"
24
+ Requires-Dist: twine; extra == "dev"
25
+ Requires-Dist: sphinx-rtd-theme; extra == "dev"
26
26
 
27
27
  pytolino
28
28
  ===================
@@ -0,0 +1,8 @@
1
+ pytolino/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ pytolino/servers_settings.ini,sha256=IDhstCWbLHaMj3qEOYcbDABaIUKHIz1jEBke3uSE8bI,1473
3
+ pytolino/tolino_cloud.py,sha256=w4GaNMAQekpK8R8raYXOhFQM0CCIkiQgQaw__EBBtEg,18760
4
+ pytolino-1.5.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
5
+ pytolino-1.5.dist-info/METADATA,sha256=ADcTUDv3I0Wb6ywYh-MGSBX99dyIb145LlRQ8wp7Ebk,3703
6
+ pytolino-1.5.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
7
+ pytolino-1.5.dist-info/top_level.txt,sha256=3stGCqihEMMqlWGkME45OTJ0Prg-FO_kl554rtYNeuU,9
8
+ pytolino-1.5.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (75.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- pytolino/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- pytolino/servers_settings.ini,sha256=IDhstCWbLHaMj3qEOYcbDABaIUKHIz1jEBke3uSE8bI,1473
3
- pytolino/tolino_cloud.py,sha256=xK0I8cQA3PXr2Z-WVBkIPecAYTpvSLpqhGCFVY59W9o,18714
4
- pytolino-1.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
5
- pytolino-1.4.dist-info/METADATA,sha256=QiqUQseyV-vifg2XolSkvfZBxvkZWDWRFm_XaPWLbzw,3710
6
- pytolino-1.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
7
- pytolino-1.4.dist-info/top_level.txt,sha256=3stGCqihEMMqlWGkME45OTJ0Prg-FO_kl554rtYNeuU,9
8
- pytolino-1.4.dist-info/RECORD,,