Skip to content
Merged
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
12 changes: 12 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3100,3 +3100,15 @@ description = Datasette plugin providing an automatic GraphQL API for your SQLit
[csvs-to-sqlite]
description = Convert CSV files into a SQLite database

[readline]
description = Hack to make "pip install readline" happy and do nothing

[python-picard]
description = Preconditoned ICA for Real Data

[maturin]
description = Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages

[cached-property]
description = A decorator for caching properties in classes.