syd 1.2.0__py3-none-any.whl → 1.2.1__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.
syd/__init__.py
CHANGED
syd/support.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from abc import ABCMeta
|
|
2
|
-
from typing import Any, List
|
|
2
|
+
from typing import Any, List, Union
|
|
3
3
|
from warnings import warn
|
|
4
4
|
from contextlib import contextmanager
|
|
5
5
|
import matplotlib.pyplot as plt
|
|
@@ -12,7 +12,7 @@ def show_open_servers():
|
|
|
12
12
|
print(server_manager.servers)
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
def close_servers(port: int
|
|
15
|
+
def close_servers(port: Union[int, None] = None):
|
|
16
16
|
"""Close any Flask servers running on a given port (or all of them).
|
|
17
17
|
|
|
18
18
|
Parameters
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: syd
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: A Python package for making GUIs for data science easy.
|
|
5
5
|
Project-URL: Homepage, https://github.com/landoskape/syd
|
|
6
6
|
Author-email: Andrew Landau <andrew+tyler+landau+getridofthisanddtheplusses@gmail.com>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
syd/__init__.py,sha256=
|
|
1
|
+
syd/__init__.py,sha256=YPdnvy8jr5K-xERdjPR-Qo8HwKbqETAP1_jHv5RaEeY,117
|
|
2
2
|
syd/parameters.py,sha256=dlnYOVsi1CDtC2toVECf0kNBRipVrtUjr6XVX86b5MA,42886
|
|
3
|
-
syd/support.py,sha256=
|
|
3
|
+
syd/support.py,sha256=LoHOsTN0byyDxk9uibjM0BKnI-vAJ4aU-tWILMCXz1Y,6783
|
|
4
4
|
syd/viewer.py,sha256=c53tJlnbnTCGDJEYhiuKZ76tU7Dcd7S8VWY_1O8aAN0,51692
|
|
5
5
|
syd/flask_deployment/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
6
|
syd/flask_deployment/deployer.py,sha256=8W51sUZx7iUtFTseNacRa2XOgQVOGGR96nBf8NZS2Qg,29287
|
|
@@ -22,7 +22,7 @@ syd/flask_deployment/templates/index.html,sha256=OmGaEdEPZ_ALPq7ZHk47jw-ZX9pOUUk
|
|
|
22
22
|
syd/notebook_deployment/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
23
|
syd/notebook_deployment/deployer.py,sha256=ELtYiR6ac8Rg0I1Hh8_K-w5j_oZIAXf-nDazWvbD3Uc,12225
|
|
24
24
|
syd/notebook_deployment/widgets.py,sha256=ptys7exVA6NCF4eCRZMTPJblT0ZbtPdN4o2A0Yh5Cfc,20781
|
|
25
|
-
syd-1.2.
|
|
26
|
-
syd-1.2.
|
|
27
|
-
syd-1.2.
|
|
28
|
-
syd-1.2.
|
|
25
|
+
syd-1.2.1.dist-info/METADATA,sha256=urZzvBu-xrZ8Xur_bIkoUZVO8u4sxzVJmqvG6YH7Nqo,14934
|
|
26
|
+
syd-1.2.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
27
|
+
syd-1.2.1.dist-info/licenses/LICENSE,sha256=YF6QR6Vjxcg5b_sYIyqkME7FZYau5TfEUGTG-0JeRK0,35129
|
|
28
|
+
syd-1.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|