Skip to main content

Python Package to convert csv files to SQLite database and SQLite database to csv files

Project description

PyScalix

Python package to convert Csv files to SQlite database and SQlite database back to csv file

Functions

  • CsvtoSql( )
  • SqltoCsv( )

Installation Guidelines

  • windows
    pip install Pyscalix
    
  • macos/linux
    pip3 install Pyscalix
    
  • Latest version
    pip install --upgrade PyScalix
    

Usage/Examples

import PyScalix

PyScalix.CsvtoSql(csvfile)
PyScalix.SqltoCsv(databasefile,table_name)

Success Response

  • True

Error Response

  • False

Tech Stack

Language: Python 3.10.9

Authors

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

PyScalix-0.0.8.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

PyScalix-0.0.8-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

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