Search Engine DataBase utils
Project description
sedb
Search Engine DataBase utils
Install
pip install sedb --upgrade
Usage
Run example:
python example.py
See: example.py
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).parent / "src"))
import bldb
from bldb import MongoOperator, MongoConfigsType
if __name__ == "__main__":
mongo_configs = {
"host": "localhost",
"port": 27017,
"dbname": "test",
}
mongo = MongoOperator(configs=mongo_configs)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sedb-0.1.1.tar.gz
(3.4 kB
view details)
Built Distribution
sedb-0.1.1-py3-none-any.whl
(4.0 kB
view details)
File details
Details for the file sedb-0.1.1.tar.gz
.
File metadata
- Download URL: sedb-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc30c31c266f499268b27949b9cfd699240b0f54fafc86d88b2841e4413bc58d |
|
MD5 | 6accbef0e60da68afdd087d4e24f7787 |
|
BLAKE2b-256 | 4fd5ad4c233fa20d3e55c9f583dffb999fa4a1b129aa4ba326994c1365e92bf6 |
File details
Details for the file sedb-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: sedb-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09dd5aef98ce051b860d9c7cac3f0172718e6a3e4b7b833e5e0dff1289b3a059 |
|
MD5 | 3412b0a4fe7f569521297cba8dc167bf |
|
BLAKE2b-256 | 4d6ba410b3ed4956cd48934fda5834586a6532d0a79c9c9d4f50a84c180c85b4 |