Metadata-Version: 2.1
Name: realreq
Version: 0.2.1
Summary: CLI tool to gather dependencies for imports actually used by your code
Home-page: https://github.com/Calder-Ty/realreq
Author: Tyler Calder
Author-email: calder-ty@protonmail.com
License: UNKNOWN
Description: # realreq: real requirements for real projects
        
        ![Tests](https://github.com/Calder-Ty/realreq/workflows/Tests/badge.svg)
        
        `realreq` is _the_ lightweight tool that provides you with the actual
        dependencies used by your project.
        
        ## Why use realreq?
        
        ### Better dependency management
        
        It is not a secret that python package management is not the easiest.
        Determining what packages you have installed are being used by your code, and
        what their dependencies are is a hassle. `realreq` fixes this for you by
        examining your source files and parsing out the dependencies for you.
        
        ### Lightweight
        
        `realreq` does not depend on any third party package, except for `pip`. It
        does not make any assumptions about the presence or absence of a virtual
        environment, or what tool you used to make your virtual environment. This
        means it will work with whatever tool set you are already using, without
        getting in the way of your workflow
        
        ## Install
        
        `realreq` is available for install via pip.
        
        `pip install realreq`
        
        ## Usage
        
        `realreq -s mypackage > requirements.txt`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.5
Description-Content-Type: text/markdown
