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
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
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
vitalpy-2.8.tar.gz
(3.4 kB
view details)
Built Distribution
vitalpy-2.8-py3-none-any.whl
(4.2 kB
view details)
File details
Details for the file vitalpy-2.8.tar.gz
.
File metadata
- Download URL: vitalpy-2.8.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d729a5a2a71c7409cd53127c85820b8e50a5b5c16ee39c21976b4153b226c80 |
|
MD5 | df584befdcfaf1d05be088370cb9d84b |
|
BLAKE2b-256 | c627fa87055e33b1c06f913e9efe318bc1082ea092404556af409d4f702098c1 |
File details
Details for the file vitalpy-2.8-py3-none-any.whl
.
File metadata
- Download URL: vitalpy-2.8-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c4c23dcdf09d085f745afddb9ec1eff8cbf5d7d0a9a13a48e26b55e22ca80cf |
|
MD5 | 91be8d7d872ea2df9babf12bbc2eb6f6 |
|
BLAKE2b-256 | 4bdabe3e79ae249b6bd2a7f9bf8a0f94cda0541c8dd6c83818b7d24206e5461e |