Преглед на файлове

:pencil: Reword huey entry and drop duplicate from Python Packages

Jeff Triplett преди 4 дни
родител
ревизия
4f714ffcfb
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -310,7 +310,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
 - [django-dramatiq](https://github.com/Bogdanp/django_dramatiq) - Task processing library with a focus on simplicity, reliability, and performance.
 - [django-celery-results](https://github.com/celery/django-celery-results) - Celery result backend with Django.
 - [django-tasks](https://github.com/realOrangeOne/django-tasks) - A reference implementation and backport of background workers and tasks in Django, based on [DEP 14](https://www.djangoproject.com/weblog/2024/may/29/django-enhancement-proposal-14-background-workers/).
-- [huey](https://github.com/coleifer/huey) - A little multi-threaded task queue with Django support, including the new `django.tasks` API.
+- [huey](https://github.com/coleifer/huey) - A little task queue for Python, with Django support including the new `django.tasks` API.
 
 ### Templates
 - [django-components](https://github.com/django-components/django-components/) - A way to create simple reusable template components in Django.
@@ -372,7 +372,6 @@ _A short list of Python packages that work well with Django._
 - [black](https://github.com/psf/black) - Uncompromising Python code formatter.
 - [coveragepy](https://github.com/coveragepy/coveragepy) - Code coverage measurement.
 - [faker](https://github.com/joke2k/faker) - Faker is a Python package that generates fake data for you.
-- [huey](https://github.com/coleifer/huey) - A little task queue for Python.
 - [pillow](https://github.com/python-pillow/Pillow) - Python Imaging Library.
 - [pytest](https://github.com/pytest-dev/pytest/) - Testing framework.
 - [python-decouple](https://github.com/HBNetwork/python-decouple) - Strict separation of settings from code.