gomyck-tools 1.2.0__tar.gz → 1.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.
Files changed (65) hide show
  1. gomyck-tools-1.2.1/PKG-INFO +31 -0
  2. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/ckafka.py +3 -3
  3. gomyck-tools-1.2.1/gomyck_tools.egg-info/PKG-INFO +31 -0
  4. gomyck-tools-1.2.1/gomyck_tools.egg-info/requires.txt +17 -0
  5. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/setup.py +1 -1
  6. gomyck-tools-1.2.0/PKG-INFO +0 -30
  7. gomyck-tools-1.2.0/gomyck_tools.egg-info/PKG-INFO +0 -30
  8. gomyck-tools-1.2.0/gomyck_tools.egg-info/requires.txt +0 -16
  9. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/README.md +0 -0
  10. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/__init__.py +0 -0
  11. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/aes_tools.py +0 -0
  12. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/api_result.py +0 -0
  13. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/application.py +0 -0
  14. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/b64.py +0 -0
  15. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/bashPath.py +0 -0
  16. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/bottle_web_base.py +0 -0
  17. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/bottle_webserver.py +0 -0
  18. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/bottle_websocket.py +0 -0
  19. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/browser_element_tools.py +0 -0
  20. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/call.py +0 -0
  21. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/cjson.py +0 -0
  22. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/compile_tools.py +0 -0
  23. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/console.py +0 -0
  24. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/cron_lite.py +0 -0
  25. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/database.py +0 -0
  26. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/date_utils.py +0 -0
  27. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/dict_wrapper.py +0 -0
  28. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/douglas_rarefy.py +0 -0
  29. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/download_tools.py +0 -0
  30. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/enums.py +0 -0
  31. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/ex.py +0 -0
  32. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/excelOpt.py +0 -0
  33. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/html_soup.py +0 -0
  34. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/http_utils.py +0 -0
  35. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/images_tools.py +0 -0
  36. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/imgDialog.py +0 -0
  37. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/license.py +0 -0
  38. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/metrics.py +0 -0
  39. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/mqtt_utils.py +0 -0
  40. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/obj.py +0 -0
  41. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/pacth.py +0 -0
  42. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/plan_area_tools.py +0 -0
  43. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/process_pool.py +0 -0
  44. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/pty_tools.py +0 -0
  45. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/resource_bundle_tools.py +0 -0
  46. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/screenshot_tools.py +0 -0
  47. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/sign.py +0 -0
  48. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/sm_tools.py +0 -0
  49. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/snow_id.py +0 -0
  50. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/strDiff.py +0 -0
  51. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/string_tools.py +0 -0
  52. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/sys_info.py +0 -0
  53. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/sys_log.py +0 -0
  54. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/thread_pool.py +0 -0
  55. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/upload_tools.py +0 -0
  56. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/win_canvas.py +0 -0
  57. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/win_control.py +0 -0
  58. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/wordFill.py +0 -0
  59. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/word_fill.py +0 -0
  60. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/word_fill_entity.py +0 -0
  61. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/ctools/work_path.py +0 -0
  62. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/gomyck_tools.egg-info/SOURCES.txt +0 -0
  63. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/gomyck_tools.egg-info/dependency_links.txt +0 -0
  64. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/gomyck_tools.egg-info/top_level.txt +0 -0
  65. {gomyck-tools-1.2.0 → gomyck-tools-1.2.1}/setup.cfg +0 -0
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.1
2
+ Name: gomyck-tools
3
+ Version: 1.2.1
4
+ Summary: A ctools for python development by hao474798383
5
+ Home-page: https://blog.gomyck.com
6
+ Author: gomyck
7
+ Author-email: hao474798383@163.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.8
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: jsonpickle~=3.4.2
14
+ Requires-Dist: SQLAlchemy~=2.0.36
15
+ Requires-Dist: chardet~=5.2.0
16
+ Requires-Dist: psycopg2-binary~=2.9.10
17
+ Requires-Dist: croniter~=5.0.1
18
+ Requires-Dist: gmssl~=3.2.2
19
+ Requires-Dist: psutil~=6.1.0
20
+ Requires-Dist: jsonpath_ng~=1.7.0
21
+ Requires-Dist: bottle~=0.13.2
22
+ Requires-Dist: requests~=2.32.3
23
+ Requires-Dist: urllib3~=1.26.20
24
+ Requires-Dist: kafka-python~=2.0.2
25
+ Requires-Dist: bs4~=0.0.2
26
+ Requires-Dist: paho-mqtt~=2.1.0
27
+ Requires-Dist: fuzzywuzzy~=0.18.0
28
+ Requires-Dist: pymysql~=1.1.1
29
+ Requires-Dist: pyzipper==0.3.6
30
+
31
+ this package is for python development
@@ -28,7 +28,7 @@ def send_msg():
28
28
  while True:
29
29
  command = input('发送消息: Y/n \n')
30
30
  if command.strip() not in ['N', 'n']:
31
- producer.send_msg('jqxx-lib', '{{"jqid": "{}", "xxxx": "{}=={}"}}'.format(string_tools.get_snowflake_id(), command.strip(), datetime.strftime(datetime.now(), '%Y-%m-%d %H:%M:%S')))
31
+ producer.send_msg('jqxx', '{{"jqid": "{}", "xxxx": "{}"}}'.format(string_tools.get_snowflake_id(), datetime.strftime(datetime.now(), '%Y-%m-%d %H:%M:%S')))
32
32
  else:
33
33
  break
34
34
 
@@ -38,9 +38,9 @@ def consumer_callback(msg):
38
38
  print(msg)
39
39
  return True
40
40
 
41
- consumer.receive_msg('jqxx-lib', callBack=consumer_callback)
41
+ consumer.receive_msg('jqxx', callBack=consumer_callback)
42
42
 
43
- time.sleep(10000)
43
+ while True: time.sleep(1)
44
44
  """
45
45
  class KafkaInstance:
46
46
  def __init__(self, producer: KafkaProducer, consumer: KafkaConsumer):
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.1
2
+ Name: gomyck-tools
3
+ Version: 1.2.1
4
+ Summary: A ctools for python development by hao474798383
5
+ Home-page: https://blog.gomyck.com
6
+ Author: gomyck
7
+ Author-email: hao474798383@163.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.8
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: jsonpickle~=3.4.2
14
+ Requires-Dist: SQLAlchemy~=2.0.36
15
+ Requires-Dist: chardet~=5.2.0
16
+ Requires-Dist: psycopg2-binary~=2.9.10
17
+ Requires-Dist: croniter~=5.0.1
18
+ Requires-Dist: gmssl~=3.2.2
19
+ Requires-Dist: psutil~=6.1.0
20
+ Requires-Dist: jsonpath_ng~=1.7.0
21
+ Requires-Dist: bottle~=0.13.2
22
+ Requires-Dist: requests~=2.32.3
23
+ Requires-Dist: urllib3~=1.26.20
24
+ Requires-Dist: kafka-python~=2.0.2
25
+ Requires-Dist: bs4~=0.0.2
26
+ Requires-Dist: paho-mqtt~=2.1.0
27
+ Requires-Dist: fuzzywuzzy~=0.18.0
28
+ Requires-Dist: pymysql~=1.1.1
29
+ Requires-Dist: pyzipper==0.3.6
30
+
31
+ this package is for python development
@@ -0,0 +1,17 @@
1
+ jsonpickle~=3.4.2
2
+ SQLAlchemy~=2.0.36
3
+ chardet~=5.2.0
4
+ psycopg2-binary~=2.9.10
5
+ croniter~=5.0.1
6
+ gmssl~=3.2.2
7
+ psutil~=6.1.0
8
+ jsonpath_ng~=1.7.0
9
+ bottle~=0.13.2
10
+ requests~=2.32.3
11
+ urllib3~=1.26.20
12
+ kafka-python~=2.0.2
13
+ bs4~=0.0.2
14
+ paho-mqtt~=2.1.0
15
+ fuzzywuzzy~=0.18.0
16
+ pymysql~=1.1.1
17
+ pyzipper==0.3.6
@@ -11,7 +11,7 @@ requirements = parse_requirements(os.path.join(os.path.dirname(__file__), 'requi
11
11
 
12
12
  setup(
13
13
  name="gomyck-tools",
14
- version="1.2.0",
14
+ version="1.2.1",
15
15
  author="gomyck",
16
16
  author_email="hao474798383@163.com",
17
17
  description="A ctools for python development by hao474798383",
@@ -1,30 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: gomyck-tools
3
- Version: 1.2.0
4
- Summary: A ctools for python development by hao474798383
5
- Home-page: https://blog.gomyck.com
6
- Author: gomyck
7
- Author-email: hao474798383@163.com
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.8
12
- Description-Content-Type: text/markdown
13
- Requires-Dist: jsonpickle==3.4.2
14
- Requires-Dist: SQLAlchemy>=2.0.36
15
- Requires-Dist: chardet>=5.2.0
16
- Requires-Dist: psycopg2-binary>=2.9.10
17
- Requires-Dist: croniter>=5.0.1
18
- Requires-Dist: gmssl>=3.2.2
19
- Requires-Dist: psutil>=6.1.0
20
- Requires-Dist: jsonpath_ng>=1.7.0
21
- Requires-Dist: bottle==0.13.2
22
- Requires-Dist: requests==2.32.3
23
- Requires-Dist: urllib3==1.26.20
24
- Requires-Dist: kafka-python==2.0.2
25
- Requires-Dist: bs4==0.0.2
26
- Requires-Dist: paho-mqtt==2.1.0
27
- Requires-Dist: fuzzywuzzy==0.18.0
28
- Requires-Dist: pymysql==1.1.1
29
-
30
- this package is for python development
@@ -1,30 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: gomyck-tools
3
- Version: 1.2.0
4
- Summary: A ctools for python development by hao474798383
5
- Home-page: https://blog.gomyck.com
6
- Author: gomyck
7
- Author-email: hao474798383@163.com
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.8
12
- Description-Content-Type: text/markdown
13
- Requires-Dist: jsonpickle==3.4.2
14
- Requires-Dist: SQLAlchemy>=2.0.36
15
- Requires-Dist: chardet>=5.2.0
16
- Requires-Dist: psycopg2-binary>=2.9.10
17
- Requires-Dist: croniter>=5.0.1
18
- Requires-Dist: gmssl>=3.2.2
19
- Requires-Dist: psutil>=6.1.0
20
- Requires-Dist: jsonpath_ng>=1.7.0
21
- Requires-Dist: bottle==0.13.2
22
- Requires-Dist: requests==2.32.3
23
- Requires-Dist: urllib3==1.26.20
24
- Requires-Dist: kafka-python==2.0.2
25
- Requires-Dist: bs4==0.0.2
26
- Requires-Dist: paho-mqtt==2.1.0
27
- Requires-Dist: fuzzywuzzy==0.18.0
28
- Requires-Dist: pymysql==1.1.1
29
-
30
- this package is for python development
@@ -1,16 +0,0 @@
1
- jsonpickle==3.4.2
2
- SQLAlchemy>=2.0.36
3
- chardet>=5.2.0
4
- psycopg2-binary>=2.9.10
5
- croniter>=5.0.1
6
- gmssl>=3.2.2
7
- psutil>=6.1.0
8
- jsonpath_ng>=1.7.0
9
- bottle==0.13.2
10
- requests==2.32.3
11
- urllib3==1.26.20
12
- kafka-python==2.0.2
13
- bs4==0.0.2
14
- paho-mqtt==2.1.0
15
- fuzzywuzzy==0.18.0
16
- pymysql==1.1.1
File without changes
File without changes
File without changes
File without changes
File without changes