Metadata-Version: 2.1
Name: req-update
Version: 1.5.0
Summary: Req Update
Home-page: https://github.com/albertyw/req-update
Author: Albert Wang
Author-email: git@albertyw.com
License: MIT
Description: # req-update
        
        [![PyPI](https://img.shields.io/pypi/v/req-update)](https://pypi.org/project/req-update/)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/req-update)
        ![PyPI - License](https://img.shields.io/pypi/l/req-update)
        
        [![Build Status](https://drone.albertyw.com/api/badges/albertyw/req-update/status.svg)](https://drone.albertyw.com/albertyw/req-update)
        [![Dependency Status](https://pyup.io/repos/github/albertyw/req-update/shield.svg)](https://pyup.io/repos/github/albertyw/req-update/)
        [![Code Climate](https://codeclimate.com/github/albertyw/req-update/badges/gpa.svg)](https://codeclimate.com/github/albertyw/req-update)
        [![Test Coverage](https://codeclimate.com/github/albertyw/req-update/badges/coverage.svg)](https://codeclimate.com/github/albertyw/req-update/coverage)
        
        `req-update` is a CLI tool to automatically update dependencies listed in `requirements.txt`.
        
        ## Usage
        
        `req-update` requires no command line arguments.  Running `req-update` will
        make it create a branch `dep-update`, check outdated packages (compared against
        your current installed packages), and commit a series of single-package update
        commits.
        
        ```
        $ req_update
        usage: req_update.py [-h] [-d] [-v] [--version]
        
        Update python dependencies for your project with git integration https://github.com/albertyw/req-update
        
        optional arguments:
          -h, --help     show this help message and exit
          -d, --dryrun   Dry run
          -v, --verbose  Verbose output
          --version      show program's version number and exit
        ```
        
        ## Features
        
         - Integrates with git, creating a branch with one commit per updated dependency
         - No third party dependencies beyond python 3 standard library
         - Automatic detection of python requirements.txt; no CLI arguments required
        
        ## Comparisons
        
         - `req-upgrader` - `req-update` integrates with git
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Version Control
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
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: Typing :: Typed
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
