8000 update package names by stonebig · Pull Request #1249 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

update package names #1249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '6.4.20230625'
__version__ = '6.4.20230813'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
27 changes: 27 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3625,3 +3625,30 @@ description = Extension to include jQuery on newer Sphinx releases
[interpreters-3-12]
description = Use this module to try out multiple interpreters and a per-interpreter GIL in Python 3.12. Do not use this for anything important.

[async-lru]
description = Simple LRU cache for asyncio

[annotated-types]
description = Reusable constraint types to use with typing.Annotated

[daqp]
description = DAQP: A dual active-set QP solver

[gpt4all]
description = Python bindings for GPT4All

[llm]
description = A CLI utility and Python library for interacting with Large Language Models, including OpenAI, PaLM and local models installed on your own machine.

[llm-gpt4all]
description = Plugin for LLM adding support for GPT4ALL models

[llm-llama-cpp]
description = LLM plugin for running models using llama.cpp

[llm-markov]
description = Plugin for LLM adding a Markov chain generating model

[python-ulid]
description = Universally Unique Lexicographically Sortable Identifier

0