Skip to main content

vitalpy - the ultimate package for everything

Project description

vitalpy

Welcome to vitalpy - essential tools for programming in Python!

Installation

Linux / macOS (python3):

python3 -m pip install vitalpy

Linux / macOS (python2):

python -m pip install vitalpy

Windows:

py -m pip install vitalpy

Docs

vitalpy documentation


v.file.ls(path) #List all files in a folder
v.file.create(file) # Create the specified folder
v.file.write(file, content) # Write some data to a file
v.file.read(file) # Get the contents of a file
v.file.rm(path) # Delete a file
v.file.rmdir(path) # Delete a folder
v.file.mkdir(folder) # Create a folder
v.file.copy(origin, destination) # Copy the origin file to the destination
v.file.append(file, content) # Append the content to the file
v.file.move(origin, destination) # Change the filepath of origin to destination
v.file.rename(origin, destination) # Rename the old_name file to new_name, same as move()

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

vitalpy-2.8.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

vitalpy-2.8-py3-none-any.whl (4.2 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