Socket
Socket
Sign inDemoInstall

csv-deta

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-deta

Lightweight tool to upload and download CSV data files into\from Deta Base


Maintainers
1

Lines of code PyPI version Downloads Statistic GitHub

ALPHA version! work in progress

Lightweight utility to upload and download CSV files data into\from Deta Base

  • it's based on csvtodeta tool by @Fredy Somy
  • improvements:
    • more options
    • upload about twice as fast (put() method is used)
    • bulk load: up 25 \ down 1000 rows per iteration

install

pip install -U csv-deta

use

csv-deta upload PATH_TO_CSV_FILE [--dbname DETA_DB_NAME] [--project DETA_PROJECT_KEY] 

by default DETA_DB_NAME param will be created from PATH_TO_CSV_FILE filename without ext, and DETA_PROJECT_KEY -- from the same name's environment variable; for other options see also csv-deta -h

todo

  • download data
  • upload speed optimization
  • async transfer
  • validate source csv (?)

enjoy, star it, and donate

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc