versionrunner


Nameversionrunner JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/TCK2001/versionrunner
SummaryA library that easily generates a requirements.txt file
upload_time2024-09-21 14:03:16
maintainerNone
docs_urlNone
authorTCK
requires_python>=3
licenseMIT
keywords version autoversion requirements versionrunner
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # versionrunner
## Motivation

After writing a program, it is essential to generate a `requirements.txt` file before distribution, so that other users can easily recreate the deployed program.

However, finding and specifying the versions manually can often be tedious. In such cases, you can use `versionrunner` to quickly convert the library versions into a requirements.txt file and save it automatically.

---

## How to Run ?
```python
from versionrunner import *

search_version(__file__)  # or search_version('your_file_name')
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TCK2001/versionrunner",
    "name": "versionrunner",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "version, autoversion, requirements, versionrunner",
    "author": "TCK",
    "author_email": "ekatmdrkd7227@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# versionrunner\r\n## Motivation\r\n\r\nAfter writing a program, it is essential to generate a `requirements.txt` file before distribution, so that other users can easily recreate the deployed program.\r\n\r\nHowever, finding and specifying the versions manually can often be tedious. In such cases, you can use `versionrunner` to quickly convert the library versions into a requirements.txt file and save it automatically.\r\n\r\n---\r\n\r\n## How to Run ?\r\n```python\r\nfrom versionrunner import *\r\n\r\nsearch_version(__file__)  # or search_version('your_file_name')\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library that easily generates a requirements.txt file",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/TCK2001/versionrunner"
    },
    "split_keywords": [
        "version",
        " autoversion",
        " requirements",
        " versionrunner"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a0b8932f1aa23e04a741d34579ddad30e445867bbc95e4c3aedafa10c609cfd",
                "md5": "bad9d54bca833f9ccf276f6e85683345",
                "sha256": "ce6e2eb3998034f2b0cbe1415e500e7be296574f692a0e95b76ba50814f54de7"
            },
            "downloads": -1,
            "filename": "versionrunner-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bad9d54bca833f9ccf276f6e85683345",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 2520,
            "upload_time": "2024-09-21T14:03:16",
            "upload_time_iso_8601": "2024-09-21T14:03:16.953309Z",
            "url": "https://files.pythonhosted.org/packages/0a/0b/8932f1aa23e04a741d34579ddad30e445867bbc95e4c3aedafa10c609cfd/versionrunner-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-21 14:03:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TCK2001",
    "github_project": "versionrunner",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "versionrunner"
}
        
TCK
Elapsed time: 0.38184s