Metadata-Version: 2.4
Name: fharvest
Version: 0.1.0
Summary: A tool for harvesting files from project directories
Project-URL: Homepage, https://github.com/kyony/fharvest
Project-URL: Bug Tracker, https://github.com/kyony/fharvest/issues
Author-email: Viktor Pryima <pryima.viktor@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Description-Content-Type: text/markdown

# File Harvester (fharvest)

A Python package for harvesting files from project directories.

## Installation

```bash
pip install fharvest
