Metadata-Version: 2.1
Name: django_filehub
Version: 0.1.4
Author: Suresh Chand
Author-email: scthakuri12a@gmail.com
Project-URL: Bug Reports, https://github.com/scthakuri/django-filehub/issues
Project-URL: Source, https://github.com/scthakuri/django-filehub
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django
Requires-Dist: requests

# django_filehub

`django_filehub` is a Django-based file management app designed to help you manage files and media in your Django projects. It allows you to easily integrate file handling, including file uploads, storage, and retrieval, into your Django applications.

## Features

- **File Upload**: Simple file upload handling.
- **File Storage**: Store and manage files in your Django application.
- **File Retrieval**: Easy access and management of uploaded files.

## Installation

To install `django_filehub`, use `pip`:

```bash
pip install django_filehub
