A package for building pip packages using LLM7 and related tools
Project description
build_pip_package
A Python package for building pip packages using LLM7 and related tools.
Installation
pip install build_pip_package
Usage
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 buildauthor_full_name(str): Full name of the package authorauthor_email(str): Email address of the package authorgit_repo_link(str): Git repository link for the packagelicence_description(str): License description for the packagegithub_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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
build_pip_package-0.1.0.tar.gz
(15.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file build_pip_package-0.1.0.tar.gz.
File metadata
- Download URL: build_pip_package-0.1.0.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ca1db98671e3eaf9ebd50b6518c529da5adceab62c94b3eaad3e1593bce95de
|
|
| MD5 |
a0ad7e016a9c850c5eca051453282633
|
|
| BLAKE2b-256 |
6af4effe2905449b91e97fdaf37a734e4fcf4d9d145b0c0a8deab3e5fc9d30b8
|
File details
Details for the file build_pip_package-0.1.0-py3-none-any.whl.
File metadata
- Download URL: build_pip_package-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e65bc6ef8d76bd4435382a58b225229aa2e934900620f88078d1564d200cc278
|
|
| MD5 |
09f58be454cefa4e3c0940098c5473f7
|
|
| BLAKE2b-256 |
ee503faa8201ab8536aeb78ee2bea8a4cab4ece46bffae2f3e5df475ca90170c
|