Metadata-Version: 2.4
Name: file-easy
Version: 0.0.1
Summary: File handling, but made easy
License-File: LICENSE
Author: danialcala94
Author-email: danielalcalavalera@gmail.com
Requires-Python: >=3.8,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pystandards (>=0.0.17,<1.0.0)
Project-URL: Homepage, https://github.com/Implosiv3/file-easy
Project-URL: Issues, https://github.com/Implosiv3/file-easy/issues
Description-Content-Type: text/markdown

# File handling, but made easy

The easiest way to handle file information.

# Functionality
Simplify the way we handle the file info. Basically, a `FileResource` class that is able to hold the information related to the file we are downloading from somewhere, having in our disk, etc. Easy to transfer and identify.

# Usage
Check the `test_file_resource.py`.
