A simple file framework for Python
Project description
**# Netis - File and Directory Manipulation Utility
Netis is a Python utility class designed to simplify common file and directory operations. With Netis, you can perform tasks such as creating, deleting, copying, moving, renaming files and directories, as well as reading and writing file contents effortlessly.
Features
-
File Operations:
- Create new files with custom text content.
- Delete existing files securely.
- Copy files from one location to another.
- Move files between directories.
- Rename files with ease.
-
Directory Operations:
- Create new directories quickly.
- Remove directories along with all their contents safely.
- Copy entire directories and their contents recursively.
- Move directories to new locations effortlessly.
- Rename directories conveniently.
-
File Content Handling:
- Read the entire content of a file.
- Write custom text content to a file.
- Read file contents line by line.
Usage
To use Netis in your Python projects, follow these simple steps:
- Import the
netisclass into your Python script.from netis import netis
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
netis-0.1.tar.gz
(2.0 kB
view hashes)