Metadata-Version: 2.3
Name: FreezeLibs
Version: 0.1
Summary: A tool to extract and save Python library imports.
License: MIT
Author: Ali Abedi Madiseh
Author-email: aam7596@gmail.com
Requires-Python: >=3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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
Description-Content-Type: text/markdown

# FreezeLibs

A Python library to extract and save imported libraries from Python files.

## Installation

```bash
pip install FreezeLibs
