All Projects → jwodder → wheelodex

jwodder / wheelodex

Licence: MIT License
An index of wheels

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to wheelodex

Norepeat
The norepeat package contains some magical function, tools
Stars: ✭ 111 (+455%)
Mutual labels:  packages, pypi
Cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
Stars: ✭ 620 (+3000%)
Mutual labels:  pypi, wheel
pypi-simple
PyPI Simple Repository API client library
Stars: ✭ 21 (+5%)
Mutual labels:  packages, pypi
Opencv Python
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
Stars: ✭ 2,413 (+11965%)
Mutual labels:  pypi, wheel
Py3readiness
Python 3 support graph for most popular packages
Stars: ✭ 164 (+720%)
Mutual labels:  packages, pypi
cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
Stars: ✭ 1,350 (+6650%)
Mutual labels:  pypi, wheel
thanker
Don't be a wanker, be a thanker! Automatically give thanks to Pypi packages you use in your project.
Stars: ✭ 25 (+25%)
Mutual labels:  packages, pypi
feedsearch-crawler
Crawl sites for RSS, Atom, and JSON feeds.
Stars: ✭ 23 (+15%)
Mutual labels:  pypi
repology-webapp
Repology web application
Stars: ✭ 114 (+470%)
Mutual labels:  packages
matrix-registration
a token based matrix registration api
Stars: ✭ 182 (+810%)
Mutual labels:  pypi
yacp
Yet Another Cygwin Ports
Stars: ✭ 102 (+410%)
Mutual labels:  packages
Vestaboard
An API Wrapper for Vestaboards written in Python
Stars: ✭ 23 (+15%)
Mutual labels:  pypi
The-Java-Workshop
A New, Interactive Approach to Learning Java
Stars: ✭ 65 (+225%)
Mutual labels:  packages
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (+20%)
Mutual labels:  pypi
rdkit-pypi
⚛️ RDKit Python Wheels on PyPi. 💻 pip install rdkit-pypi
Stars: ✭ 62 (+210%)
Mutual labels:  pypi
pyHeadspace
command-line script to download headspace packs, singles, everyday meditation and other sessions. You could also download all packs at once
Stars: ✭ 37 (+85%)
Mutual labels:  pypi
aceso
Python package to calculate 2SFCA and other measures of spatial accessibility
Stars: ✭ 20 (+0%)
Mutual labels:  pypi
flytekit
Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.
Stars: ✭ 82 (+310%)
Mutual labels:  pypi
ISS Info
Python wrapper for tracking information about International Space Station via http://open-notify.org
Stars: ✭ 12 (-40%)
Mutual labels:  pypi
ProxyGrab
Asynchronous Library made using Python and aiohttp to get proxies from multiple services!
Stars: ✭ 17 (-15%)
Mutual labels:  pypi
Project Status: Active — The project has reached a stable, usable state and is being actively developed. CI Status MIT License

Site | GitHub | Issues | Changelog

Packaged projects for the Python programming language are distributed in two main formats: sdists (archives of code and other files that require processing before they can be installed) and wheels (zipfiles of code ready for immediate installation). A project's wheel contains the complete information about what modules, files, & commands the project installs, along with information about what other projects the project depends on, but the Python Package Index (PyPI) (where wheels are distributed) doesn't expose any of this information! This is the problem that Wheelodex is here to solve.

Wheelodex scans PyPI for wheel files, analyzes them, and stores & displays the results. The site allows users to view the complete metadata inside wheels, search for wheels containing a given Python module or file, browse or search for wheels that define a given command or other entry point, and even find out projects' reverse dependencies.

Note that, in order to save disk space, Wheelodex only records data on wheels from the latest version of each PyPI project; wheels from older versions are periodically purged from the database. Projects' long descriptions aren't even recorded at all.

Suggestions and pull requests are welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].