autonomous-app 0.3.32__py3-none-any.whl → 0.3.33__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.
autonomous/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.3.32"
1
+ __version__ = "0.3.33"
2
2
 
3
3
  from dotenv import load_dotenv
4
4
 
autonomous/db/db_sync.py CHANGED
@@ -8,7 +8,7 @@ import numpy as np
8
8
  import pymongo
9
9
  import redis
10
10
  import requests
11
-
11
+ from autonomous.taskrunner.autotasks import AutoTasks, TaskPriority
12
12
  # CONFIGURATION
13
13
  db_host = os.getenv("DB_HOST", "db")
14
14
  db_port = os.getenv("DB_PORT", 27017)
@@ -111,8 +111,6 @@ def request_indexing(object_id, collection_name):
111
111
  MUST BE FAST. NO SLEEPING HERE.
112
112
  """
113
113
  print("Requesting Indexing...")
114
- # Import your Queue Wrapper
115
- from autonomous.tasks.autotask import AutoTasks
116
114
 
117
115
  # Initialize the Task Runner
118
116
  task_runner = AutoTasks()
@@ -0,0 +1 @@
1
+ from .autotasks import AutoTasks, TaskPriority
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autonomous-app
3
- Version: 0.3.32
3
+ Version: 0.3.33
4
4
  Summary: Containerized application framework built on Flask with additional libraries and tools for rapid development of web applications.
5
5
  Author-email: Steven A Moore <samoore@binghamton.edu>
6
6
  Project-URL: homepage, https://github.com/Sallenmoore/autonomous
@@ -1,4 +1,4 @@
1
- autonomous/__init__.py,sha256=o0OBgjtEx3l3_EWwzavqnwIF8TyTqfqpMo9MyaB2SOY,95
1
+ autonomous/__init__.py,sha256=0l5vmpCKXV4HwXo_U4svrh1UwjkhyKyloF5T_WIdCTY,95
2
2
  autonomous/cli.py,sha256=z4AaGeWNW_uBLFAHng0J_lfS9v3fXemK1PeT85u4Eo4,42
3
3
  autonomous/logger.py,sha256=NQtgEaTWNAWfLSgqSP7ksXj1GpOuCgoUV711kSMm-WA,2022
4
4
  autonomous/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -27,7 +27,7 @@ autonomous/db/__init__.py,sha256=2mNynmYV0I_J3-W4Aw1cojAQrHf4aHZT1Ow9xUdmM18,115
27
27
  autonomous/db/common.py,sha256=BUN2x_XuQBRFcq54TGPx4yLMLJdgytdbIt07QWr4CSM,2551
28
28
  autonomous/db/connection.py,sha256=j_-eMre4ade9Y8GejJcMbQQiSEimL4j2vIQxaXViKxI,17754
29
29
  autonomous/db/context_managers.py,sha256=_nH2ajCL8Xy90AuB2rKaryR4iF8Q8ksU3Nei_mZj-DE,9918
30
- autonomous/db/db_sync.py,sha256=o_7Fw-6eL-Wco-ktSFneq2CRQNuOneO1f4YzgOa4Wcs,4346
30
+ autonomous/db/db_sync.py,sha256=VfthiqoCirEccBFlqLrTl8OOUBf3ksUGd8B2gu04d_k,4329
31
31
  autonomous/db/dereference.py,sha256=EgbpPCXtDZqD_ZuY1Wd4o3ltRy8qEo3C5yRh5_c9fLE,12776
32
32
  autonomous/db/document.py,sha256=oZKdTaoqwv9fCHiv450rIxgINASQF3J9FzIsUOUXHhw,44428
33
33
  autonomous/db/errors.py,sha256=_QeCotid1kmr7_W0QyH6NUrwwYN9eced_yyyiop0Xlw,4108
@@ -54,11 +54,11 @@ autonomous/model/automodel.py,sha256=9QE9_m6oW7kgZc-eIzzRA9Ib-RkX4fpmHRjl7ns_pwg
54
54
  autonomous/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
55
  autonomous/storage/imagestorage.py,sha256=SmBjBNBlP1ZEjxdOnGVzCHZhbEhMKTUQC2TbpWbejDE,6168
56
56
  autonomous/storage/localstorage.py,sha256=FzrR6O9mMGAZt5dDgqzkeOQVfGRXCygR0kksz2MPpwE,2286
57
- autonomous/tasks/__init__.py,sha256=pn7iZ14MhcHUdzcLkfkd4-45wgPP0tXahAz_cFgb_Tg,32
58
- autonomous/tasks/autotask.py,sha256=2zRaqHYqfdlgC_BQm6B6D2svN1ukyWeJJHwweZFHVoo,2616
59
- autonomous/tasks/task_router.py,sha256=W09HtRUuhwlnGxM5w4l6Hzw6mfS6L4ljWiMzD3ZVFeU,601
57
+ autonomous/taskrunner/__init__.py,sha256=ughX-QfWBas5W3aB2SiF887SWJ3Dzc2X43Yxtmpl43k,47
58
+ autonomous/taskrunner/autotasks.py,sha256=2zRaqHYqfdlgC_BQm6B6D2svN1ukyWeJJHwweZFHVoo,2616
59
+ autonomous/taskrunner/task_router.py,sha256=W09HtRUuhwlnGxM5w4l6Hzw6mfS6L4ljWiMzD3ZVFeU,601
60
60
  autonomous/utils/markdown.py,sha256=tf8vlHARiQO1X_aGbqlYozzP_TbdiDRT9EEP6aFRQo0,2153
61
- autonomous_app-0.3.32.dist-info/METADATA,sha256=d3w42OsH0w0u6PpAY8ADR1SJSeLsee0f-UbbfieVWfE,3024
62
- autonomous_app-0.3.32.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
63
- autonomous_app-0.3.32.dist-info/top_level.txt,sha256=ZyxWWDdbvZekF3UFunxl4BQsVDb_FOW3eTn0vun_jb4,11
64
- autonomous_app-0.3.32.dist-info/RECORD,,
61
+ autonomous_app-0.3.33.dist-info/METADATA,sha256=hB6MYZigvoI7PaienrCRpTX9FfVe96BJf3ZRJfDdDkw,3024
62
+ autonomous_app-0.3.33.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
63
+ autonomous_app-0.3.33.dist-info/top_level.txt,sha256=ZyxWWDdbvZekF3UFunxl4BQsVDb_FOW3eTn0vun_jb4,11
64
+ autonomous_app-0.3.33.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- from .autotask import AutoTasks
File without changes