GenAISys
This is a meta project where we play with various prompts to llm and save their results with some tinking and document the evolution of llms to automate tasks that would take several hours otherwise.
Development
VSCode Settings : "python.poetryPath": "/opt/homebrew/bin/poetry",
Running Tests
poetry install # this will install the package locally
poetry run pytest # this will run all the tests
Note: its seems its easier to run all tests in poetry quite easy, but bit difficult when
running for a individual file
pytest tests/systems # here we will run the systems tests only
pytest tests/systems --capture=no # in case you want to render the prints in tests
Publishing
This is a poerty project and we are publishing the project to pypi.Make sure you have your pypi token or copy from your .pypirc file. Set the following before running poetry publish
poetry config pypi-token <paste_pypi_token_here>
Release files for genaisys 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| genaisys-0.1.1.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| genaisys-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.2 kB
Release files / genaisys-0.1.1.tar.gz
| Download URL | genaisys-0.1.1.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
181e13f4c9f31511e954f2de49f5e036d8f21c99ac4a541487baec8212835a8b
|
|
BLAKE2b-256 checksum How to use checksums |
5979b180bae6d4122115b6f0de23a2ae1cc72a70c2e6dae3bf48c375daa0645f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.7 Darwin/22.6.0
|
Release files / genaisys-0.1.1-py3-none-any.whl
| Download URL | genaisys-0.1.1-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d338e84445bbc67357bdf1532d452e48f40063ddb1a061199940c67a01d0a8cc
|
|
BLAKE2b-256 checksum How to use checksums |
9546a180da8549a8131deec609f912259921b23780850272f39525cf3500e5bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.7 Darwin/22.6.0
|