SQLizer.io Client for Python
A client library for the SQLizer.io file conversion service. Use this library to convert CSV, JSON, Excel or XML files to SQL tables within your python projects.
Getting Started
Install the library using pip, by typing at the command line:
pip install sqlizer-io-client
To use the converter, import the sqlizer module, then set your API Key value. You can find your API keys on the SQLizer.io Account Page. Create a sqlizer.File object passing in the conversion parameters. Finally, call convert(). For example:
import sqlizer
sqlizer.config.API_KEY = 'your-api-key'
with open('example.xlsx', mode='rb') as file_content:
converter = sqlizer.File(file_content, sqlizer.DatabaseType.MySQL, sqlizer.FileType.XLSX, 'example.xlsx', 'my_table')
converter.convert(wait=True)
Release files for sqlizer-io-client 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sqlizer-io-client-1.0.2.tar.gz | 6.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sqlizer_io_client-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:13.4 kB
Release files / sqlizer-io-client-1.0.2.tar.gz
| Download URL | sqlizer-io-client-1.0.2.tar.gz |
|---|---|
| Size | 6.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
003664c673ba9b524e94d5092410eae1cd4d0632726703138a90b7edfcba058a
|
|
BLAKE2b-256 checksum How to use checksums |
710e499c0e4ec233159d2f78ac7a60750dd58be32663708ffba787556acdf22f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
|
Release files / sqlizer_io_client-1.0.2-py3-none-any.whl
| Download URL | sqlizer_io_client-1.0.2-py3-none-any.whl |
|---|---|
| Size | 7.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9cf4d4c74099c3f79e41ab5e3e8c9e0f2fefa28aba3a8292519f6efdeacc20e1
|
|
BLAKE2b-256 checksum How to use checksums |
c75e7bb5c6ededadf0ec08434cbd58aa7a46e8f43f8a2b7ebb9dd0feae228c79
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
|