buildincr


Namebuildincr JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryIncrement the value in the build-serial-file by one.
upload_time2023-09-22 02:50:40
maintainerNian MinPeng
docs_urlNone
authorNian MinPeng
requires_python
licenseMIT
keywords buildincr
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # buildincr

Increment the value in the build-serial-file by one.

## Install

```
pip install buildincr
```

## Usage

```
Usage: buildincr.py [OPTIONS] BUILD_SERIAL_FILE

  Increment the value in the build-serial-file by one.

Options:
  -l, --lock-file TEXT
  --help                Show this message and exit.
```

## Example

```
cat build.serial.txt
# show the value: 123

buildincr build.serial.txt
# show the result: 124

cat build.serial.txt
# show the value: 124
```

## Release

### v0.1.0

- First release.

### v0.1.1

- Doc update.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "buildincr",
    "maintainer": "Nian MinPeng",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "nianminpeng@zencore.cn",
    "keywords": "buildincr",
    "author": "Nian MinPeng",
    "author_email": "nianminpeng@zencore.cn",
    "download_url": "https://files.pythonhosted.org/packages/de/2e/05f0c5641b76d77c3e168a7ab9f75611deb94c7afedf7393609ee693a585/buildincr-0.1.1.tar.gz",
    "platform": null,
    "description": "# buildincr\n\nIncrement the value in the build-serial-file by one.\n\n## Install\n\n```\npip install buildincr\n```\n\n## Usage\n\n```\nUsage: buildincr.py [OPTIONS] BUILD_SERIAL_FILE\n\n  Increment the value in the build-serial-file by one.\n\nOptions:\n  -l, --lock-file TEXT\n  --help                Show this message and exit.\n```\n\n## Example\n\n```\ncat build.serial.txt\n# show the value: 123\n\nbuildincr build.serial.txt\n# show the result: 124\n\ncat build.serial.txt\n# show the value: 124\n```\n\n## Release\n\n### v0.1.0\n\n- First release.\n\n### v0.1.1\n\n- Doc update.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Increment the value in the build-serial-file by one.",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "buildincr"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ca168151edaa89b429ff93ed03c84a42b81defd371c2beaa0effeeaa71d2e27",
                "md5": "f235e728e798e1450bdbf95a04392bad",
                "sha256": "042c0b05d63eb87135bcac3ff2e414bf74babebc9e0cf958ee9ad880279809f9"
            },
            "downloads": -1,
            "filename": "buildincr-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f235e728e798e1450bdbf95a04392bad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3464,
            "upload_time": "2023-09-22T02:50:38",
            "upload_time_iso_8601": "2023-09-22T02:50:38.708416Z",
            "url": "https://files.pythonhosted.org/packages/6c/a1/68151edaa89b429ff93ed03c84a42b81defd371c2beaa0effeeaa71d2e27/buildincr-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de2e05f0c5641b76d77c3e168a7ab9f75611deb94c7afedf7393609ee693a585",
                "md5": "bb2b78277d38789d7713a55bdab8046c",
                "sha256": "3d4a0e84d161cf91e1e74e0039f5024ebd4b8357ab6a136d4303a47164edbca6"
            },
            "downloads": -1,
            "filename": "buildincr-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bb2b78277d38789d7713a55bdab8046c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3485,
            "upload_time": "2023-09-22T02:50:40",
            "upload_time_iso_8601": "2023-09-22T02:50:40.343017Z",
            "url": "https://files.pythonhosted.org/packages/de/2e/05f0c5641b76d77c3e168a7ab9f75611deb94c7afedf7393609ee693a585/buildincr-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-22 02:50:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "buildincr"
}
        
Elapsed time: 0.39715s