Skip to main content

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 sedb

from sedb import MongoOperator, MongoConfigsType


if __name__ == "__main__":
    mongo_configs = {
        "host": "localhost",
        "port": 27017,
        "dbname": "test",
    }
    mongo = MongoOperator(configs=mongo_configs, indent=2)

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.2.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

sedb-0.1.2-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file sedb-0.1.2.tar.gz.

File metadata

  • Download URL: sedb-0.1.2.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

Hashes for sedb-0.1.2.tar.gz
Algorithm Hash digest
SHA256 9db695d4c74f38eb3b17c1497225304186fb8cd078c52e5846df156ccb6a9fc8
MD5 d0afb38abc0704872c2e2941ec779315
BLAKE2b-256 8b5baadd446d1972a6c7e9b779744bbc29116b5ad556403a07d9eba5593db64d

See more details on using hashes here.

File details

Details for the file sedb-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: sedb-0.1.2-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

Hashes for sedb-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4bb2d8d68c5a186419d27225ee106f4d7bff6a4c35d6db31acb5d77c418984e4
MD5 e8c42b8e7f30b6f3e9769c3c8fb8d395
BLAKE2b-256 d212db41ccc639332f8e00f91e7d0244410395652b80028ce06dfdbc6716de04

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page