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

Skip to content

package names #1254

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 1 commit into from
Aug 22, 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__ = '7.0.20230820'
__version__ = '7.0.20230822'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
9 changes: 9 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3652,3 +3652,12 @@ description = Plugin for LLM adding a Markov chain generating model
[python-ulid]
description = Universally Unique Lexicographically Sortable Identifier

[openai-to-sqlite]
description = Save OpenAI API results to a SQLite database

[tiktoken]
description = tiktoken is a fast BPE tokeniser for use with OpenAI's models

[mypyc-ipython]
description = IPython magic command interface for interactive work with mypyc.

0