TimeFeatures 1.0.13__tar.gz → 1.0.14__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.
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/PKG-INFO +1 -1
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/TimeFeatures.egg-info/PKG-INFO +1 -1
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/setup.py +6 -7
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/timefeatures/widgets/owsavetodb.py +5 -5
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/LICENSE +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/README.md +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/TimeFeatures.egg-info/SOURCES.txt +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/TimeFeatures.egg-info/dependency_links.txt +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/TimeFeatures.egg-info/entry_points.txt +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/TimeFeatures.egg-info/top_level.txt +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/setup.cfg +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/timefeatures/widgets/__init__.py +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/timefeatures/widgets/icons/graphgenerator.svg +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/timefeatures/widgets/icons/savedatadb.svg +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/timefeatures/widgets/icons/timefeature-xs.svg +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/timefeatures/widgets/icons/timefeature.svg +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/timefeatures/widgets/owtimefeaturesconstructor.py +0 -0
- {TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/timefeatures/widgets/owvardependencygraph.py +0 -0
|
@@ -2,8 +2,7 @@ from setuptools import setup
|
|
|
2
2
|
|
|
3
3
|
with open('README.md', 'r', encoding='utf-8') as f:
|
|
4
4
|
ABOUT = f.read()
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
|
|
7
6
|
CLASSIFIERS = [
|
|
8
7
|
'Development Status :: 4 - Beta',
|
|
9
8
|
'Environment :: Plugins',
|
|
@@ -14,19 +13,19 @@ CLASSIFIERS = [
|
|
|
14
13
|
'Intended Audience :: Education',
|
|
15
14
|
'Intended Audience :: Science/Research',
|
|
16
15
|
'Intended Audience :: Developers',
|
|
17
|
-
]
|
|
18
|
-
|
|
16
|
+
]
|
|
19
17
|
|
|
20
18
|
setup(name="TimeFeatures",
|
|
21
19
|
packages=["timefeatures.widgets"],
|
|
22
20
|
package_data={"timefeatures.widgets": ["icons/*.svg", "icons/*.png"]},
|
|
23
21
|
entry_points={"orange.widgets": "Time-Features = timefeatures.widgets"},
|
|
24
|
-
version="1.0.
|
|
22
|
+
version="1.0.14",
|
|
25
23
|
author="Alejandro Rivas García",
|
|
26
24
|
author_email="alejandrorivasgarcia@gmail.com",
|
|
27
25
|
keywords=[
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
'orange3 add-on', 'timefeatures', 'graph', 'time series', 'data mining', 'graph visualization', 'orange',
|
|
27
|
+
'addon', 'synthetic data'
|
|
28
|
+
],
|
|
30
29
|
url="https://github.com/alervgr/Orange-TimeFeatures",
|
|
31
30
|
license="GPL3+",
|
|
32
31
|
long_description=ABOUT,
|
|
@@ -265,7 +265,7 @@ class owsavetodb(OWBaseSql, OWWidget):
|
|
|
265
265
|
|
|
266
266
|
def send_mail(self, mail, time_elapsed):
|
|
267
267
|
|
|
268
|
-
# Configuración de la
|
|
268
|
+
# Configuración de la conexión
|
|
269
269
|
sender = 'savetodbodm@gmail.com'
|
|
270
270
|
password = 'arnj lakd lyol rakg'
|
|
271
271
|
server = 'smtp.gmail.com'
|
|
@@ -274,7 +274,7 @@ class owsavetodb(OWBaseSql, OWWidget):
|
|
|
274
274
|
# Configuración del destinatario
|
|
275
275
|
to = mail
|
|
276
276
|
|
|
277
|
-
#
|
|
277
|
+
# Configuración de las cabeceras y del mensaje
|
|
278
278
|
message = MIMEMultipart("alternative")
|
|
279
279
|
|
|
280
280
|
current_datetime = datetime.now()
|
|
@@ -301,13 +301,13 @@ class owsavetodb(OWBaseSql, OWWidget):
|
|
|
301
301
|
<li>Table name: {str(self.tableName.text())}.</li>
|
|
302
302
|
<li>{str(self.rows_label.text())}.</li>
|
|
303
303
|
<li>{str(self.cols_label.text())}.</li>
|
|
304
|
-
<li>Class name: {str(class_name)}
|
|
304
|
+
<li>Class name: {str(class_name)}.</li>
|
|
305
305
|
<li>{str(self.target_label.text())}.</li>
|
|
306
306
|
</ul>
|
|
307
307
|
<p>-Connection information:</p>
|
|
308
308
|
<ul>
|
|
309
|
-
<li>Server
|
|
310
|
-
<li>Database name: {str(self.databasetext.text())}
|
|
309
|
+
<li>Server: {str(self.servertext.text())}.</li>
|
|
310
|
+
<li>Database name: {str(self.databasetext.text())}.</li>
|
|
311
311
|
<li>Time Elapsed: {str(time_elapsed)}s.</li>
|
|
312
312
|
</ul>
|
|
313
313
|
</body>
|
|
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
|
{TimeFeatures-1.0.13 → TimeFeatures-1.0.14}/timefeatures/widgets/owtimefeaturesconstructor.py
RENAMED
|
File without changes
|
|
File without changes
|