# 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.3",
"project_urls": {
"Homepage": "https://github.com/TCK2001/versionrunner"
},
"split_keywords": [
"version",
" autoversion",
" requirements",
" versionrunner"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b842e51e28ecc857c864008bf6a1c3a5f2d623bcab4163393991e77b6a17aba5",
"md5": "ad7f3ed70c2ca84e90bf5fe3304ea1c1",
"sha256": "ca789410cd76208033036df17fc9a70e2b7e8b1ea11f94b4873138427041aacb"
},
"downloads": -1,
"filename": "versionrunner-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ad7f3ed70c2ca84e90bf5fe3304ea1c1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 2521,
"upload_time": "2025-01-08T09:57:49",
"upload_time_iso_8601": "2025-01-08T09:57:49.984760Z",
"url": "https://files.pythonhosted.org/packages/b8/42/e51e28ecc857c864008bf6a1c3a5f2d623bcab4163393991e77b6a17aba5/versionrunner-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-08 09:57:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "TCK2001",
"github_project": "versionrunner",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "versionrunner"
}