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

Skip to content

package names #1255

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 23, 2023
Merged
Changes from 1 commit
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
Next Next commit
package names
  • Loading branch information
stonebig committed Aug 23, 2023
commit f53de872bade07e0e17a80929af41f1ec66e104b
5 changes: 4 additions & 1 deletion winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3179,7 +3179,7 @@ description = A Pure Python ctypes ODBC module
description = Dash support for the Jupyter notebook interface

[ansi2html]
description = UNKNOWN
description = Convert text with ANSI color codes to HTML or to LaTeX

[tomli]
description = A lil' TOML parser
Expand Down Expand Up @@ -3661,3 +3661,6 @@ 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.

[installer]
description = A library for installing Python wheels.

0