req-update


Namereq-update JSON
Version 2.5.1 PyPI version JSON
download
home_page
SummaryUpdate python, node, go, docker, and other dependencies
upload_time2024-02-20 09:32:30
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords dependencies
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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 python, go, node, and git submodule dependencies.

## Usage

`req-update` requires no command line arguments.  Running `req-update` will
create a branch `dep-update`, check for outdated packages, and commit a
series of commits to update packages.

```
$ req_update
usage: req_update.py [-h] [-l LANGUAGE] [-p] [-d] [-v] [--version]

Update python, go, node, and git submodule dependencies for your project with git integration

https://github.com/albertyw/req-update

options:
  -h, --help            show this help message and exit
  -l LANGUAGE, --language LANGUAGE
                        Language/package manager to update.  Options are: gitsubmodule, go, node, python
  -p, --push            Push commits individually to remote origin
  -d, --dryrun          Dry run
  -v, --verbose         Verbose output
  --version             show program's version number and exit
```

## Features

 - Update python dependencies in `requirements*.txt` pip.
 - Update go dependencies in `go.mod` and `go.sum` with go modules.
 - Update node dependencies in `package-lock.json` with npm.
 - Update git submodules in `.gitmodules` with git.
 - 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, go, node, and git dependencies; no CLI arguments required

## Comparisons

 - `req-upgrader` - `req-update` integrates with git

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "req-update",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "dependencies",
    "author": "",
    "author_email": "Albert Wang <git@albertyw.com>",
    "download_url": "https://files.pythonhosted.org/packages/f9/7a/b5375c468ba693f4dac97829bb5d2ce8869a664641ec3d303530347534af/req-update-2.5.1.tar.gz",
    "platform": null,
    "description": "# req-update\n\n[![PyPI](https://img.shields.io/pypi/v/req-update)](https://pypi.org/project/req-update/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/req-update)\n![PyPI - License](https://img.shields.io/pypi/l/req-update)\n\n[![Build Status](https://drone.albertyw.com/api/badges/albertyw/req-update/status.svg)](https://drone.albertyw.com/albertyw/req-update)\n[![Dependency Status](https://pyup.io/repos/github/albertyw/req-update/shield.svg)](https://pyup.io/repos/github/albertyw/req-update/)\n[![Code Climate](https://codeclimate.com/github/albertyw/req-update/badges/gpa.svg)](https://codeclimate.com/github/albertyw/req-update)\n[![Test Coverage](https://codeclimate.com/github/albertyw/req-update/badges/coverage.svg)](https://codeclimate.com/github/albertyw/req-update/coverage)\n\n`req-update` is a CLI tool to automatically update python, go, node, and git submodule dependencies.\n\n## Usage\n\n`req-update` requires no command line arguments.  Running `req-update` will\ncreate a branch `dep-update`, check for outdated packages, and commit a\nseries of commits to update packages.\n\n```\n$ req_update\nusage: req_update.py [-h] [-l LANGUAGE] [-p] [-d] [-v] [--version]\n\nUpdate python, go, node, and git submodule dependencies for your project with git integration\n\nhttps://github.com/albertyw/req-update\n\noptions:\n  -h, --help            show this help message and exit\n  -l LANGUAGE, --language LANGUAGE\n                        Language/package manager to update.  Options are: gitsubmodule, go, node, python\n  -p, --push            Push commits individually to remote origin\n  -d, --dryrun          Dry run\n  -v, --verbose         Verbose output\n  --version             show program's version number and exit\n```\n\n## Features\n\n - Update python dependencies in `requirements*.txt` pip.\n - Update go dependencies in `go.mod` and `go.sum` with go modules.\n - Update node dependencies in `package-lock.json` with npm.\n - Update git submodules in `.gitmodules` with git.\n - Integrates with git, creating a branch with one commit per updated dependency\n - No third party dependencies beyond python 3 standard library\n - Automatic detection of python, go, node, and git dependencies; no CLI arguments required\n\n## Comparisons\n\n - `req-upgrader` - `req-update` integrates with git\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Update python, node, go, docker, and other dependencies",
    "version": "2.5.1",
    "project_urls": {
        "Homepage": "https://github.com/albertyw/req-update"
    },
    "split_keywords": [
        "dependencies"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98ea08088ff2c589536491871cbca7029d81139d565250d131eb32ba05b8f1be",
                "md5": "aa714ef4878c4b2d7e886e493e437c33",
                "sha256": "da243ef5800c57ddab4f359a434d3829a7e5cf1547ca174dbb05d7d606dd4ed1"
            },
            "downloads": -1,
            "filename": "req_update-2.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aa714ef4878c4b2d7e886e493e437c33",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 15630,
            "upload_time": "2024-02-20T09:32:28",
            "upload_time_iso_8601": "2024-02-20T09:32:28.479491Z",
            "url": "https://files.pythonhosted.org/packages/98/ea/08088ff2c589536491871cbca7029d81139d565250d131eb32ba05b8f1be/req_update-2.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f97ab5375c468ba693f4dac97829bb5d2ce8869a664641ec3d303530347534af",
                "md5": "4fd910cee1b0177b76529e9d730b3179",
                "sha256": "b37dcfe3ee81a4a20f22d8de3b3f513773d38587d30dd2b18b4ba5c6c28f044d"
            },
            "downloads": -1,
            "filename": "req-update-2.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4fd910cee1b0177b76529e9d730b3179",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 14991,
            "upload_time": "2024-02-20T09:32:30",
            "upload_time_iso_8601": "2024-02-20T09:32:30.987462Z",
            "url": "https://files.pythonhosted.org/packages/f9/7a/b5375c468ba693f4dac97829bb5d2ce8869a664641ec3d303530347534af/req-update-2.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-20 09:32:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "albertyw",
    "github_project": "req-update",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "req-update"
}
        
Elapsed time: 0.18831s