Metadata-Version: 2.1
Name: Pychoreographer
Version: 0.0.1
Summary: A customizable Python library for automating file operations, system monitoring, and routine tasks.
Author-email: Rajaa Lebchiri <rajaa.lebchiri@gmail.com>
Project-URL: Homepage, https://github.com/rajaalebchiri/pychoreographer
Project-URL: Issues, https://github.com/rajaalebchiri/pychoreographer/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# PyChoreographer

A customizable Python library for automating file operations, system monitoring, and routine tasks

## Installation

```bash
$ pip install pychoreographer
```
## Features

<!-- features-begin -->

* **Environment Checker**
    * Script to validate if a project's required dependencies are installed within the current virtual environment.

<!-- features-end -->

## Usage

`pychoreographer -help` can be used to get current features
as follows:

```bash
pychoreographer -help
```

## Contributing

Interested in contributing? Check out the contributing guidelines. 
Please note that this project is released with a Code of Conduct. 
By contributing to this project, you agree to abide by its terms.

## License

`pychoreographer` was created by Rajaa Lebchiri. It is licensed under the terms
of the MIT license.

