Skip to content

Commit

Permalink
adding badges
Browse files Browse the repository at this point in the history
  • Loading branch information
allnash committed Aug 13, 2024
1 parent 725f127 commit 5c1ef43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ Django Polly
:target: https://pypi.python.org/pypi/django-polly
:alt: Python Versions

.. image:: https://readthedocs.org/projects/django-polly/badge/?version=latest
:target: https://django-polly.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://github.com/pollystack/django-polly/actions/workflows/tests.yml/badge.svg
:target: https://github.com/pollystack/django-polly/actions/workflows/tests.yml
:alt: Tests

.. image:: https://readthedocs.org/projects/django-polly/badge/?version=latest
:target: https://django-polly.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://github.com/pollystack/django-polly/actions/workflows/publish-to-pypi.yml/badge.svg
:target: https://github.com/pollystack/django-polly/actions/workflows/publish-to-pypi.yml
:alt: Publish Python 🐍 distribution 📦 to PyPI


Django Polly enhances Django with Language Learning Model (LLM) capabilities, enabling AI-powered conversations, task automation, and other intelligent features in your Django projects. It uses familiar Django patterns and provides a flexible framework for customizing AI behaviors and supporting various LLM backends.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-polly',
version='0.0.1',
version='0.0.4',
packages=find_packages(exclude=['tests*']),
package_data={
'django_polly': ['templates/**/*.html', 'static/**/*'],
Expand Down

0 comments on commit 5c1ef43

Please sign in to comment.