llm-github
Tools for extracting knowledge from GitHub issues, PR comments, etc.
- Github repository: https://github.com/turbomam/llm-github/
- Documentation https://turbomam.github.io/llm-github/
Getting started with your project
First, create a repository on GitHub with the same name as this project, and then run the following commands:
git init -b main
git add .
git commit -m "init commit"
git remote add origin git@github.com:turbomam/llm-github.git
git push -u origin main
Finally, install the environment and the pre-commit hooks with
make install
You are now ready to start development on your project! The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.
To finalize the set-up for publishing to PyPi or Artifactory, see here. For activating the automatic documentation with MkDocs, see here. To enable the code coverage reports, see here.
Releasing a new version
- Create an API Token on Pypi.
- Add the API Token to your projects secrets with the name
PYPI_TOKENby visiting this page. - Create a new release on Github.
- Create a new tag in the form
*.*.*.
For more details, see here.
Repository initiated with fpgmaas/cookiecutter-poetry.
Release files for llm_github 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| llm_github-0.0.2.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| llm_github-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.7 kB
Release files / llm_github-0.0.2.tar.gz
| Download URL | llm_github-0.0.2.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
95e2af21de796f4b858a8c3154bd813554d67a8318e83be155819cda0a1b93cc
|
|
BLAKE2b-256 checksum How to use checksums |
82e32d85eb237877ebdb3a1dabfde73b02e93768c8231b8f1d1ab0059a66f2bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1022-azure
|
Release files / llm_github-0.0.2-py3-none-any.whl
| Download URL | llm_github-0.0.2-py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4b06ec844d521c6fe72f22f296aa08823b52354e3946b54faf8469832c88345b
|
|
BLAKE2b-256 checksum How to use checksums |
7ba832ea4fe6566ead1cfe926671a3f96acd87995d81865d9cdec92660129a53
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1022-azure
|