Metadata-Version: 2.1
Name: Reqtxt
Version: 1.0
Summary: Light weight third party package to generate the famous requirements.txt file
Home-page: https://github.com/labTifo/reqtxt
Author: Labreche Abdellatif
Author-email: abdellatif1898@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

========================================
Python 'requirements.txt' file generator
========================================

Usage
=====

.. code-block:: python

    from Reqtxt.reqtxt import Reqtxt

    project_dir = 'my-project/'
    reqtxt = Reqtxt(project_dir)


