[](https://badge.fury.io/py/build_pip_package)
[](https://pepy.tech/project/build_pip_package)
[](https://www.linkedin.com/in/eugene-evstafev-716669181/)
# build_pip_package
A Python package for building pip packages using LLM7 and related tools.
## Installation
```bash
pip install build_pip_package
```
## Usage
```python
from build_pip_package import build_pip_package
result = build_pip_package(
text_description="A sample Python package",
author_full_name="John Doe",
author_email="john.doe@example.com",
git_repo_link="https://github.com/user/repo",
licence_description="MIT License",
github_token="your_github_token"
)
```
## Parameters
- `text_description` (str): Description of the package to build
- `author_full_name` (str): Full name of the package author
- `author_email` (str): Email address of the package author
- `git_repo_link` (str): Git repository link for the package
- `licence_description` (str): License description for the package
- `github_token` (str): GitHub token for authentication
## Dependencies
This package relies on the following dependencies:
- py_llm7_code
- setup_py_gen
- readme_llm7_gen
- langchain_llm7
- langchain_core
Raw data
{
"_id": null,
"home_page": "https://github.com/chigwell/build_pip_package",
"name": "build-pip-package",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "pip, package, build, llm7, langchain",
"author": "Eugene Evstafev",
"author_email": "Package Author <author@example.com>",
"download_url": "https://files.pythonhosted.org/packages/12/1f/f888307fe00f0368c5ae3c2d54bd5634c099d449340d202c77404a49da3f/build_pip_package-2025.9.91807.tar.gz",
"platform": null,
"description": "[](https://badge.fury.io/py/build_pip_package)\n[](https://pepy.tech/project/build_pip_package)\n[](https://www.linkedin.com/in/eugene-evstafev-716669181/)\n\n# build_pip_package\n\nA Python package for building pip packages using LLM7 and related tools.\n\n## Installation\n\n```bash\npip install build_pip_package\n```\n\n## Usage\n\n```python\nfrom build_pip_package import build_pip_package\n\nresult = build_pip_package(\n text_description=\"A sample Python package\",\n author_full_name=\"John Doe\",\n author_email=\"john.doe@example.com\", \n git_repo_link=\"https://github.com/user/repo\",\n licence_description=\"MIT License\",\n github_token=\"your_github_token\"\n)\n```\n\n## Parameters\n\n- `text_description` (str): Description of the package to build\n- `author_full_name` (str): Full name of the package author\n- `author_email` (str): Email address of the package author\n- `git_repo_link` (str): Git repository link for the package\n- `licence_description` (str): License description for the package\n- `github_token` (str): GitHub token for authentication\n\n## Dependencies\n\nThis package relies on the following dependencies:\n- py_llm7_code\n- setup_py_gen\n- readme_llm7_gen\n- langchain_llm7\n- langchain_core\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A package for building pip packages using LLM7 and related tools",
"version": "2025.9.91807",
"project_urls": {
"Homepage": "https://github.com/chigwell/build_pip_package",
"Issues": "https://github.com/chigwell/build_pip_package/issues",
"Repository": "https://github.com/chigwell/build_pip_package.git"
},
"split_keywords": [
"pip",
" package",
" build",
" llm7",
" langchain"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e0ac77e96f79cf10b854f81d8a8b963d272c7eff4ae32d2078bb6100db7734b4",
"md5": "11e32b058e228f86b4a5fb4a785b9b88",
"sha256": "10024e9209a7b6dc98951710762aae21c7ed5ee21a96c19840b9d6704bba52e8"
},
"downloads": -1,
"filename": "build_pip_package-2025.9.91807-py3-none-any.whl",
"has_sig": false,
"md5_digest": "11e32b058e228f86b4a5fb4a785b9b88",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 20762,
"upload_time": "2025-09-09T17:08:19",
"upload_time_iso_8601": "2025-09-09T17:08:19.792782Z",
"url": "https://files.pythonhosted.org/packages/e0/ac/77e96f79cf10b854f81d8a8b963d272c7eff4ae32d2078bb6100db7734b4/build_pip_package-2025.9.91807-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "121ff888307fe00f0368c5ae3c2d54bd5634c099d449340d202c77404a49da3f",
"md5": "2c4e51d8b5eb7458eaf812a87f7fbbb5",
"sha256": "700ee8d7c2476664fb8632fe984ceea542fbd212c3c80eb15e2be811c9d74967"
},
"downloads": -1,
"filename": "build_pip_package-2025.9.91807.tar.gz",
"has_sig": false,
"md5_digest": "2c4e51d8b5eb7458eaf812a87f7fbbb5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 20508,
"upload_time": "2025-09-09T17:08:20",
"upload_time_iso_8601": "2025-09-09T17:08:20.781869Z",
"url": "https://files.pythonhosted.org/packages/12/1f/f888307fe00f0368c5ae3c2d54bd5634c099d449340d202c77404a49da3f/build_pip_package-2025.9.91807.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-09 17:08:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chigwell",
"github_project": "build_pip_package",
"github_not_found": true,
"lcname": "build-pip-package"
}