Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

jsoncsvtxt

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsoncsvtxt

A simple module to create/read/write/truncate...a json or csv or txt file using python

pipPyPI
Version
0.0.1
Maintainers
1

This is a simple example package. You can use to create/read/write/truncate...a json or csv or txt file using python.

for json file

creat :: jsoncreat (name) write :: jsonwrite (name ,added_value) append :: Jsonappand (name, added_value) read :: jsonread (name) delet :: Jsondelet (name)

for csv file

creat :: Csvcreat (name) write :: Csvwrite (name ,added_value) append :: Csvappand (name,added_value) read :: Csvread (name) delet :: Csvdelet (name)

for txt file

creat :: Txtcreat (name) write :: Txtwrite (name ,added_value) append :: Txtappand (name,added_value) read :: Txtread (name) delet :: Txtdelet (name)

if you get a problemes or you have a quoitions visite our web site"https://docs.python.org/3/"

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