Metadata-Version: 2.1
Name: Flask-File-Bridge
Version: 0.1.0
Summary: A library for importing and exporting data from Excel and CSV files using Flask ORM.
Home-page: https://github.com/dmmuralitharan/Flask-File-Bridge
Author: Muralitharan
Author-email: dmmuralitharan@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask
Requires-Dist: Flask-SQLAlchemy
Requires-Dist: pandas
Requires-Dist: openpyxl

# Contributing to Your Library

Thank you for your interest in contributing! Here are some guidelines to help you get started.

## How to Contribute

1. **Fork the Repository**: Click the "Fork" button in the top right corner to create a personal copy of the repository.
   
2. **Clone Your Fork**: Clone your forked repository to your local machine:
   ```bash
   git clone https://github.com/dmmuralitharan/Flask-File-Bridge.git
