warehouse

The Python Package Index (by pypi)

Warehouse Alternatives

Similar projects and alternatives to warehouse

  1. Visual Studio Code

    Visual Studio Code

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. CPython

    1,483 warehouse VS CPython

    The Python programming language

  4. semver

    Semantic Versioning Specification

  5. crates.io

    The Rust package registry

  6. fastapi

    541 warehouse VS fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  7. Django

    528 warehouse VS Django

    The Web framework for perfectionists with deadlines.

  8. Pandas

    424 warehouse VS Pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. Poetry

    407 warehouse VS Poetry

    Python packaging and dependency management made easy

  11. black

    336 warehouse VS black

    The uncompromising Python code formatter

  12. starter-workflows

    Accelerating new GitHub Actions workflows

  13. NumPy

    300 warehouse VS NumPy

    The fundamental package for scientific computing with Python.

  14. pyenv

    271 warehouse VS pyenv

    Simple Python version management

  15. pre-commit

    202 warehouse VS pre-commit

    A framework for managing and maintaining multi-language pre-commit hooks.

  16. pip

    118 warehouse VS pip

    The Python package installer

  17. awesome-python

    An opinionated list of awesome Python frameworks, libraries, software and resources.

  18. roadmap

    GitHub public roadmap

  19. packj

    39 warehouse VS packj

    Packj stops :zap: Solarwinds-, ESLint-, and PyTorch-like attacks by flagging malicious/vulnerable open-source dependencies ("weak links") in your software supply-chain

  20. RubyGems

    The Ruby community's gem hosting service.

  21. pip-audit

    23 warehouse VS pip-audit

    Audits Python environments, requirements files and dependency trees for known security vulnerabilities, and can automatically fix them

  22. devpi

    7 warehouse VS devpi

    Python PyPi staging server and packaging, testing, release tool

  23. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better warehouse alternative or higher similarity.

warehouse discussion

Log in or Post with
  1. User avatar
    ChoiceBANKsampleritgithub
    · 10 months ago
    · Reply

    Review ★★★★★ 10/10

warehouse reviews and mentions

Posts with mentions or reviews of warehouse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-11.
  • Solving SSL Certificate Verification Issues with pip on macOS
    1 project | dev.to | 25 Mar 2025
    # Check if Python can connect to pypi.org python -c "import urllib.request; urllib.request.urlopen('https://pypi.org')" # Test where Python is looking for certificates python -c "import ssl; print(ssl.get_default_verify_paths())" # Check pip configuration pip config debug
  • What I wish I knew about Python when I started
    8 projects | dev.to | 11 Mar 2025
    But let me back up and start from the perspective of a total Python beginner, as that is who this post is intended for. In Python, there are a lot of built-in libraries available to you via the Python Standard Library. This includes packages like datetime which allows you to manipulate dates and times, or like smtplib which allows you to send emails, or like argparse which helps aid development of command line utilities, and so on. In addition, Python also has third-party libraries available through PyPI, the Python package index. You don't need to do anything special to utilize any of the Python Standard Library packages besides using an import statement in your Python script to reference them. But with PyPI packages you typically use pip install to first add them into your system, then reference them with the import keyword.
  • Python Project Setup With uv – Virtual Environments and Package Management
    1 project | dev.to | 17 Feb 2025
    Virtual Environments are isolated Python environments that have their own site-packages. Basically, it means that each virtual environment has its own set of dependencies to third-party packages usually installed from PyPI.
  • Getting Started With Pipenv
    1 project | dev.to | 22 Jan 2025
    Where can I find packages available for me to use in my project? At https://pypi.org/ of course!
  • Create a python package and publish.
    2 projects | dev.to | 7 Jan 2025
    To upload your package to PyPI, you need to create an account on PyPI.
  • How to create own Python project in 5 minutes
    4 projects | dev.to | 20 Dec 2024
    Upload your package into PyPi
  • Publishing ADDCOM!
    2 projects | dev.to | 22 Nov 2024
    After setting up Poetry and verifying that everything was working as expected, I tweaked my CI workflow file, updated the tool’s documentation, and went on to publishing my tool to PyPi (The Python Package Index).
  • Creating and Using Python Virtual Environments
    1 project | dev.to | 5 Nov 2024
    PyPi website
  • Publishing Open-Source Packages: Is It Really Worth It?
    3 projects | dev.to | 12 Oct 2024
    Despite the criticisms that some make about the effort involved in creating and maintaining open-source packages, the truth is that the process of publishing on platforms like PyPI and Packagist has become incredibly accessible. If you have a solid project and follow a few simple steps, your code can be available to thousands of developers in a matter of minutes.
  • Researchers' Night, our project!
    3 projects | dev.to | 26 Sep 2024
    Finally, I’ll recommend another official resource that often gets overlooked when you’re starting out. When you’re just writing small scripts, managing dependencies and libraries tends to be ignored. I made that mistake, ignoring versions and compatibility of the libraries you're using can cause major problems, especially as your project grows in size and dependencies. On PyPI (Python Package Index), you can check the status of libraries, their requirements, versions, and compatibility with different versions of the language. If you’re thinking about starting a serious project in Python, this site is essential.
  • A note from our sponsor - Judoscale
    judoscale.com | 21 Apr 2025
    Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues. Learn more →

Stats

Basic warehouse repo stats
293
3,704
9.8
4 days ago

Sponsored
Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com