req-update


Namereq-update JSON
Version 2.7.4 PyPI version JSON
download
home_pageNone
SummaryUpdate python, node, go, docker, and other dependencies
upload_time2024-11-18 04:45:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
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)
[![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": null,
    "name": "req-update",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "dependencies",
    "author": null,
    "author_email": "Albert Wang <git@albertyw.com>",
    "download_url": "https://files.pythonhosted.org/packages/f1/e2/47a316f86a3fe4093abafbccf3c091fadacce06438d603b8d9720972dce7/req_update-2.7.4.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[![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.7.4",
    "project_urls": {
        "Homepage": "https://github.com/albertyw/req-update"
    },
    "split_keywords": [
        "dependencies"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfb14ed8c13386fdda3e901ba579a7e596ba31d046cdda8be8c64b5f8fe62c77",
                "md5": "3d96d0994fbc904c9eda4bcb4d042d1c",
                "sha256": "139b2e5d7833f4cc608effdb8506cc744685ada1d8f0e8e53eed28b91c973c10"
            },
            "downloads": -1,
            "filename": "req_update-2.7.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d96d0994fbc904c9eda4bcb4d042d1c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 17445,
            "upload_time": "2024-11-18T04:45:14",
            "upload_time_iso_8601": "2024-11-18T04:45:14.631385Z",
            "url": "https://files.pythonhosted.org/packages/df/b1/4ed8c13386fdda3e901ba579a7e596ba31d046cdda8be8c64b5f8fe62c77/req_update-2.7.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1e247a316f86a3fe4093abafbccf3c091fadacce06438d603b8d9720972dce7",
                "md5": "e79cf66d669ab776a5d0329eac27381e",
                "sha256": "7748a0c49d2493eddb3437def8bbf4ba372c9304e513ab61c3ba2133abf511d8"
            },
            "downloads": -1,
            "filename": "req_update-2.7.4.tar.gz",
            "has_sig": false,
            "md5_digest": "e79cf66d669ab776a5d0329eac27381e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 16486,
            "upload_time": "2024-11-18T04:45:16",
            "upload_time_iso_8601": "2024-11-18T04:45:16.411310Z",
            "url": "https://files.pythonhosted.org/packages/f1/e2/47a316f86a3fe4093abafbccf3c091fadacce06438d603b8d9720972dce7/req_update-2.7.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 04:45:16",
    "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: 1.56177s