Skip to main content

Tasks related to ollama

Project description

Zrb ollama

zrb-ollama is a pypi package.

You can install zrb-ollama by invoking the following command:

pip install zrb-ollama

Once zrb-ollama is installed, you can then run it by invoking the following command:

zrb-ollama

You can also import zrb-ollama into your Python program:

from zrb_ollama import hello

print(hello())

For maintainers

Publish to pypi

To publish zrb-ollama, you need to have a Pypi account:

You can also create a TestPypi account:

Once you have your API token, you need to create a ~/.pypirc file:

[distutils]
index-servers =
   pypi
   testpypi

[pypi]
  repository = https://upload.pypi.org/legacy/
  username = __token__
  password = pypi-xxx-xxx
[testpypi]
  repository = https://test.pypi.org/legacy/
  username = __token__
  password = pypi-xxx-xxx

To publish zrb-ollama, you can do the following command:

zrb project publish-zrb-ollama

Updating version

You can update zrb-ollama version by modifying the following section in pyproject.toml:

[project]
version = "0.0.2"

Adding dependencies

To add zrb-ollama dependencies, you can edit the following section in pyproject.toml:

[project]
dependencies = [
    "Jinja2==3.1.2",
    "jsons==1.6.3"
]

Adding script

To make zrb-package-name executable, you can edit the following section in pyproject.toml:

[project-scripts]
zrb-ollama = "zrb-ollama.__main__:hello"

This will look for hello callable inside of your __main__.py file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zrb_ollama-0.0.1.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

zrb_ollama-0.0.1-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file zrb_ollama-0.0.1.tar.gz.

File metadata

  • Download URL: zrb_ollama-0.0.1.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.31.0

File hashes

Hashes for zrb_ollama-0.0.1.tar.gz
Algorithm Hash digest
SHA256 7c6ef46cbaf2d085cb2aa0294abaa462d5841356abd2add4a682b8e6588fd9ac
MD5 2ab11c023de5b126b512ef58d0e1e833
BLAKE2b-256 92b8a66488df1bb1e319ebb82c26b1c8a9491e1b6f0e25e7be3a73dd9b0bb358

See more details on using hashes here.

File details

Details for the file zrb_ollama-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: zrb_ollama-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.31.0

File hashes

Hashes for zrb_ollama-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 862fc7c87c419260495709daefcba8ce47b11a46ef072c0afd78ebb916ee7025
MD5 d80ffe2c714dd6a8001e5ead1a40c91c
BLAKE2b-256 b95c14900df35b61226bdf8567555299b731ad1933b16c21c1cefb5d2e52d1ce

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page