ODtools 2.1.21__tar.gz → 2.2.0__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.
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools.egg-info/PKG-INFO +25 -6
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools.egg-info/requires.txt +3 -3
- {ODtools-2.1.21 → odtools-2.2.0}/PKG-INFO +25 -6
- {ODtools-2.1.21 → odtools-2.2.0}/setup.py +8 -4
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/__init__.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/bloom_filter_tools.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/excel_tools.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/fastdfs_tools.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/fdfs_client/__init__.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/fdfs_client/client.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/fdfs_client/connection.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/fdfs_client/exceptions.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/fdfs_client/fdfs_protol.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/fdfs_client/fdfs_test.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/fdfs_client/storage_client.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/fdfs_client/tracker_client.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/fdfs_client/utils.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/hbase_client/THBaseService.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/hbase_client/__init__.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/hbase_client/constants.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/hbase_client/ttypes.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/hbase_tools.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/kafka_tools.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/log_tools.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/monitor_tools.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/monitor_tools_new.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/redis_tools.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/request_headers.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/save_data_class.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/scrapy_redis/__init__.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/scrapy_redis/connection.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/scrapy_redis/defaults.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/scrapy_redis/dupefilter.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/scrapy_redis/picklecompat.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/scrapy_redis/pipelines.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/scrapy_redis/queue.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/scrapy_redis/scheduler.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/scrapy_redis/spiders.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/scrapy_redis/utils.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/singleton_tools.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/time_counter.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools/timeit_counter.py +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools.egg-info/SOURCES.txt +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools.egg-info/dependency_links.txt +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools.egg-info/top_level.txt +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/ODtools.egg-info/zip-safe +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/README.md +0 -0
- {ODtools-2.1.21 → odtools-2.2.0}/setup.cfg +0 -0
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: ODtools
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: zkrTools
|
|
5
5
|
Home-page: https://github.com/zkr-origin-data-dpt/ODtools
|
|
6
6
|
Author: zkrPython
|
|
7
7
|
Author-email: 178031608@qq.com
|
|
8
8
|
License: Apache License
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Classifier: Environment :: Web Environment
|
|
11
10
|
Classifier: Intended Audience :: Developers
|
|
12
11
|
Classifier: Operating System :: OS Independent
|
|
@@ -23,6 +22,26 @@ Classifier: Programming Language :: Python :: 3.6
|
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.7
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.8
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.9
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
28
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
29
|
+
Requires-Dist: xlrd
|
|
30
|
+
Requires-Dist: xlwt
|
|
31
|
+
Requires-Dist: elasticsearch==8.2.0
|
|
32
|
+
Requires-Dist: thrift
|
|
33
|
+
Requires-Dist: kafka-python
|
|
34
|
+
Requires-Dist: redis-py-cluster
|
|
35
|
+
Requires-Dist: pymysql
|
|
36
|
+
Requires-Dist: loguru
|
|
37
|
+
Requires-Dist: colorlog
|
|
38
|
+
Requires-Dist: aiohttp-socks
|
|
39
|
+
Requires-Dist: apscheduler
|
|
40
|
+
Requires-Dist: PySocks
|
|
41
|
+
Dynamic: author
|
|
42
|
+
Dynamic: author-email
|
|
43
|
+
Dynamic: classifier
|
|
44
|
+
Dynamic: home-page
|
|
45
|
+
Dynamic: license
|
|
46
|
+
Dynamic: requires-dist
|
|
47
|
+
Dynamic: summary
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: ODtools
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: zkrTools
|
|
5
5
|
Home-page: https://github.com/zkr-origin-data-dpt/ODtools
|
|
6
6
|
Author: zkrPython
|
|
7
7
|
Author-email: 178031608@qq.com
|
|
8
8
|
License: Apache License
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Classifier: Environment :: Web Environment
|
|
11
10
|
Classifier: Intended Audience :: Developers
|
|
12
11
|
Classifier: Operating System :: OS Independent
|
|
@@ -23,6 +22,26 @@ Classifier: Programming Language :: Python :: 3.6
|
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.7
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.8
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.9
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
28
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
29
|
+
Requires-Dist: xlrd
|
|
30
|
+
Requires-Dist: xlwt
|
|
31
|
+
Requires-Dist: elasticsearch==8.2.0
|
|
32
|
+
Requires-Dist: thrift
|
|
33
|
+
Requires-Dist: kafka-python
|
|
34
|
+
Requires-Dist: redis-py-cluster
|
|
35
|
+
Requires-Dist: pymysql
|
|
36
|
+
Requires-Dist: loguru
|
|
37
|
+
Requires-Dist: colorlog
|
|
38
|
+
Requires-Dist: aiohttp-socks
|
|
39
|
+
Requires-Dist: apscheduler
|
|
40
|
+
Requires-Dist: PySocks
|
|
41
|
+
Dynamic: author
|
|
42
|
+
Dynamic: author-email
|
|
43
|
+
Dynamic: classifier
|
|
44
|
+
Dynamic: home-page
|
|
45
|
+
Dynamic: license
|
|
46
|
+
Dynamic: requires-dist
|
|
47
|
+
Dynamic: summary
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="ODtools",
|
|
5
|
-
version="2.
|
|
5
|
+
version="2.2.0",
|
|
6
6
|
author="zkrPython",
|
|
7
7
|
author_email="178031608@qq.com",
|
|
8
8
|
description="zkrTools",
|
|
@@ -15,14 +15,14 @@ setup(
|
|
|
15
15
|
install_requires=[
|
|
16
16
|
"xlrd",
|
|
17
17
|
"xlwt",
|
|
18
|
-
"elasticsearch==
|
|
18
|
+
"elasticsearch==8.2.0",
|
|
19
19
|
"thrift",
|
|
20
20
|
"kafka-python",
|
|
21
|
-
"redis-py-cluster
|
|
21
|
+
"redis-py-cluster",
|
|
22
22
|
"pymysql",
|
|
23
23
|
"loguru",
|
|
24
24
|
"colorlog",
|
|
25
|
-
"
|
|
25
|
+
"aiohttp-socks",
|
|
26
26
|
"apscheduler",
|
|
27
27
|
"PySocks",#增加依赖,requests socket 代理依赖
|
|
28
28
|
],
|
|
@@ -43,5 +43,9 @@ setup(
|
|
|
43
43
|
'Programming Language :: Python :: 3.7',
|
|
44
44
|
'Programming Language :: Python :: 3.8',
|
|
45
45
|
'Programming Language :: Python :: 3.9',
|
|
46
|
+
'Programming Language :: Python :: 3.10',
|
|
47
|
+
'Programming Language :: Python :: 3.11',
|
|
48
|
+
'Programming Language :: Python :: 3.12',
|
|
49
|
+
'Programming Language :: Python :: 3.13',
|
|
46
50
|
],
|
|
47
51
|
)
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|