Metadata-Version: 2.1
Name: tempath
Version: 0.2.0
Summary: Auto creates and removes files and folders for testing.
Home-page: http://github.com/alexpdev/tempath
Author: alexpdev
Author-email: alexpdev@protonmail.com
License: GNU LGPL v3
Project-URL: Source Code, https://github.com/alexpdev/tempath
Keywords: Unit Tests,Testing,filesystem,automation
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Description-Content-Type: text/markdown
License-File: LICENSE

# tempath 0.1.0

Function library for creating randomly filled files and directories,
that will be automatically removed at runtime end.

![PyBen](./assets/tempath.png)

![GitHub repo size](https://img.shields.io/github/repo-size/alexpdev/tempath)
![GitHub contributors](https://img.shields.io/github/license/alexpdev/tempath)
![GitHub stars](https://img.shields.io/badge/rating-99-green)

## Prerequisites

* Python3 installed and enabled

## Installing Tempath

To install Tempath, follow these steps:

Using pip:

```bash
pip install tempath
```

Using git:

```cmd
git clone https://github.com/alexpdev/tempath.git
```

The full API includes many other functions and classes as well.
See docs for more full API.

## License

This project uses the following license: GNU LGPL v3


