Netis


NameNetis JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryA simple file framework for Python
upload_time2024-05-05 06:14:51
maintainerNone
docs_urlNone
authorFranek S
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **# 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:

1. Import the `netis` class into your Python script.
   ```python
   from netis import netis
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Netis",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Franek S",
    "author_email": "znikafranek@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b2/28/6d2b8fc66821d7b4c87f8062dd74e07ef3b2c12c296613d4239b071233bd/netis-0.1.tar.gz",
    "platform": null,
    "description": "**# Netis - File and Directory Manipulation Utility\r\n\r\nNetis 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.\r\n\r\n## Features\r\n\r\n- **File Operations:**\r\n  - Create new files with custom text content.\r\n  - Delete existing files securely.\r\n  - Copy files from one location to another.\r\n  - Move files between directories.\r\n  - Rename files with ease.\r\n\r\n- **Directory Operations:**\r\n  - Create new directories quickly.\r\n  - Remove directories along with all their contents safely.\r\n  - Copy entire directories and their contents recursively.\r\n  - Move directories to new locations effortlessly.\r\n  - Rename directories conveniently.\r\n\r\n- **File Content Handling:**\r\n  - Read the entire content of a file.\r\n  - Write custom text content to a file.\r\n  - Read file contents line by line.\r\n\r\n## Usage\r\n\r\nTo use Netis in your Python projects, follow these simple steps:\r\n\r\n1. Import the `netis` class into your Python script.\r\n   ```python\r\n   from netis import netis\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple file framework for Python",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2286d2b8fc66821d7b4c87f8062dd74e07ef3b2c12c296613d4239b071233bd",
                "md5": "3f964a260d7a3604636af41a8f6a94f9",
                "sha256": "5a0a70284a5b48289502c226c1cd17e7cf722c63484d8456d5e380c297b34460"
            },
            "downloads": -1,
            "filename": "netis-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3f964a260d7a3604636af41a8f6a94f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2018,
            "upload_time": "2024-05-05T06:14:51",
            "upload_time_iso_8601": "2024-05-05T06:14:51.199304Z",
            "url": "https://files.pythonhosted.org/packages/b2/28/6d2b8fc66821d7b4c87f8062dd74e07ef3b2c12c296613d4239b071233bd/netis-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-05 06:14:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "netis"
}
        
Elapsed time: 0.23994s