A python client library for the SQLizer.io data conversion tool
Project description
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)
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 Distribution
File details
Details for the file sqlizer-io-client-1.0.2.tar.gz
.
File metadata
- Download URL: sqlizer-io-client-1.0.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 003664c673ba9b524e94d5092410eae1cd4d0632726703138a90b7edfcba058a |
|
MD5 | 545822139082c9f99640a5a0eabf25fc |
|
BLAKE2b-256 | 710e499c0e4ec233159d2f78ac7a60750dd58be32663708ffba787556acdf22f |
File details
Details for the file sqlizer_io_client-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: sqlizer_io_client-1.0.2-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cf4d4c74099c3f79e41ab5e3e8c9e0f2fefa28aba3a8292519f6efdeacc20e1 |
|
MD5 | 3eaf45ce8eac25d5cfb5aebf81eaebe4 |
|
BLAKE2b-256 | c75e7bb5c6ededadf0ec08434cbd58aa7a46e8f43f8a2b7ebb9dd0feae228c79 |