Database-agnostic CRUD + AI decision library
Project description
README.md
"""
NovaTask
NovaTask is a plug-and-play AI-powered database management and decision library that allows developers to easily perform CRUD operations and predictions across any database system.
Installation
pip install novatask
Usage Example
from novaTask import NovaTask
nt = NovaTask(db_type='mongodb', db_uri='mongodb://localhost:27017/mydb', mode='offline')
# Add
nt.add('users', {'name': 'John'})
# Get
result = nt.get('users', {'name': 'John'})
print(result)
# Predict (only in online mode)
payload = {"action": "register", "data": {"email": "test@example.com"}, "user_context": {}}
prediction = nt.predict(payload)
print(prediction)
License
MIT """
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
novatask-1.0.1.tar.gz
(1.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file novatask-1.0.1.tar.gz.
File metadata
- Download URL: novatask-1.0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32e7d894464c76ea27495efe9c8682f9e8694822720d65fc08f6712500786229
|
|
| MD5 |
c2513facaad78cf935311f19f932a509
|
|
| BLAKE2b-256 |
14c78be90641ebe25493d220d8ea5d1aab261899d2b05976e32a8fff785b619c
|
File details
Details for the file novatask-1.0.1-py3-none-any.whl.
File metadata
- Download URL: novatask-1.0.1-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aea05ef1c46626df8af1a3f7e7975628aefdbe7fa8e7a035603f3a7f548e4e13
|
|
| MD5 |
b3c1ac05e211ba3f0ec4460486b1cdf7
|
|
| BLAKE2b-256 |
3baee5996b0970ba2f8483ee1afa796f319c7266060bf3b6f17b186aca76f3a0
|