pyhytechdb package is a set of DBMS HyTech(https://hytechdb.ru/)
Project description
Pyhytechdb
pyhytechdb package is a set of DBMS HyTech bindings for Python Pure python or Cython. Python Database API Specification v2.0 It works on Python 3.5+. Windows only For work you need:
- hscli.dll - API of the client part of DBMS HyTech 2.5
- hsheap.dll
- hsinpt.dll
- hslogf.dl
Getting Started
import pyhytechdb
user = 'test'
passwd = 'test'
hdb = 'tcpip:/localhost:1000'
with pyhytechdb.connect(hdb, user, passwd) as connection:
with connection.cursor() as cur:
cur.execute("select * from foo;")
print(cur.fetchone())
Installing
pip install pyhytechdb
Running the tests
setup test
Authors
Aleksandr Osipov aleksandr.osipov@zoho.eu
License
This project is licensed under the MIT License
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
Built Distributions
File details
Details for the file pyhytechdb-1.0.2.tar.gz
.
File metadata
- Download URL: pyhytechdb-1.0.2.tar.gz
- Upload date:
- Size: 150.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dda6592fd2fb3cef8ea16e6dd5e639e9c6cf5e1165313239e523dcf60770b72 |
|
MD5 | 59e8f52e5ca1ce0b7c3879f533b857c2 |
|
BLAKE2b-256 | 11c76ee19d53071a78e62936a9567b4a5525d0da86a9452609d726b6cf3b8c71 |
File details
Details for the file pyhytechdb-1.0.2-cp38-cp38-win32.whl
.
File metadata
- Download URL: pyhytechdb-1.0.2-cp38-cp38-win32.whl
- Upload date:
- Size: 109.9 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0da64cf42103da142ea23ed1b1b6debfc9914e01422faabf0741a872951b0e3c |
|
MD5 | a9fec9e09c163256a4caf05ae4742b70 |
|
BLAKE2b-256 | 6704d57d2fc8053c360a35420deabaeea0c882955077ef461b656e74a7e90e05 |
File details
Details for the file pyhytechdb-1.0.2-cp37-cp37m-win32.whl
.
File metadata
- Download URL: pyhytechdb-1.0.2-cp37-cp37m-win32.whl
- Upload date:
- Size: 105.2 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff9dcd1e4c5b6f820d760e8ba26a35bbbb5ac8c16c6c32bae8b6f7c437ca6313 |
|
MD5 | 4998dc75a99713fe12368eb5b4fc4f7d |
|
BLAKE2b-256 | 471a4c3bce3d6f5d3597628c289e228b2da6c49cdcb35faed9bc2d10fa77a1f7 |
File details
Details for the file pyhytechdb-1.0.2-cp36-cp36m-win32.whl
.
File metadata
- Download URL: pyhytechdb-1.0.2-cp36-cp36m-win32.whl
- Upload date:
- Size: 105.3 kB
- Tags: CPython 3.6m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d77d1441c58e24d604dc2eaddf32e9826271634f99daf1a595b827e244de888b |
|
MD5 | bd0feb6a5a1302e3c2d866e4f282647e |
|
BLAKE2b-256 | 97cc9e8cd1dcd7f21373d10be1d64d9d6219f40e7210e2cd79c97ec5b6f7d61e |
File details
Details for the file pyhytechdb-1.0.2-cp35-cp35m-win32.whl
.
File metadata
- Download URL: pyhytechdb-1.0.2-cp35-cp35m-win32.whl
- Upload date:
- Size: 96.1 kB
- Tags: CPython 3.5m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3b0708b6deb973ad9de2282f311c845740ed1c3d2ee6fd0ab562660e45fc4e5 |
|
MD5 | 87ad4ad63443944b9a381aed434483f3 |
|
BLAKE2b-256 | 0f6df2f82cf9c27a4459f2e417da8f8d7463f46ed7e6b73c97a40a6c749e4f5e |