Python Pip

Open-source Python projects categorized as Pip

Top 23 Python Pip Projects

  • Pipenv

    Python Development Workflow for Humans.

    Project mention: Pipenv VS instld - a user suggested alternative | libhunt.com/r/pipenv | 2023-12-09
  • pip

    The Python package installer

    Project mention: How to Create Virtual Environments in Python | dev.to | 2024-02-09

    Whenever you are working on a Python project that has external dependencies installed with pip, it is strongly recommended to first create a virtual environment.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • pipx

    Install and Run Python Applications in Isolated Environments

    Project mention: Keep your AWS CLI config fresh with Cog | dev.to | 2024-03-28

    Use pipx to install Cog and my aws-sso-config-builder tool in the same environment:

  • pip-tools

    A set of tools to keep your pinned Python dependencies fresh.

    Project mention: Pyenv – lets you easily switch between multiple versions of Python | news.ycombinator.com | 2024-03-25

    > Why is the "requirements.txt" file a stupid flat listing of all transitive dependencies with pinned versions? It makes it harder to change library versions even if there are no true conflicts.

    My friend, here is what you seek: https://github.com/jazzband/pip-tools

    requirements.txt is flat because it's really the output of `pip freeze`. It's supposed to completely and exactly rebuild the environment. Unfortunately it's far too flexible and people abuse it by putting in only direct dependencies etc.

    If you're writing packages, you don't need a requirements.txt at all, by the way. Package dependencies (only direct dependencies) live in pyproject.toml with the rest of the package config. requirements.txt (and pip tools) are only for when you want to freeze the whole environment, like for a server deployment.

  • pipdeptree

    A command line utility to display dependency tree of the installed Python packages

    Project mention: The new pdbp (Pdb+) Python debugger! | dev.to | 2023-08-02

    The major drawback is that it comes with a high number of external dependencies that take time to download. Here’s a pipdeptree for ipdb dependencies:

  • CommandlineConfig

    A library for users to write (experiment in research) configurations in Python Dict or JSON format, read and write parameter value via dot . in code, while can read parameters from the command line to modify values. 一个供用户以Python Dict或JSON格式编写(科研中实验)配置的库,在代码中用点.读写属性,同时可以从命令行中读取参数配置并修改参数值。

  • art

    🎨 ASCII art library for Python

    Project mention: ART 6.0 released: ASCII and Non-ASCII art library for Python (+ Space support) | /r/coolgithubprojects | 2023-06-14
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • video-to-ascii

    It is a simple python package to play videos in the terminal using characters as pixels

    Project mention: Ask HN: How to come up with a useful, coding hobby project? | news.ycombinator.com | 2023-08-27

    pal to ascii : https://github.com/joelibaceta/video-to-ascii

    --------

    [0] : https://en.wikipedia.org/wiki/Philo_Farnsworth

    [1] : punch card : https://www.youtube.com/watch?v=Oke-7lsvFug

          original pearl programming : https://www.youtube.com/watch?v=gALLuttm8tI

  • coronavirus-tracker-api

    🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!

  • pigar

    :coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

  • pip-audit

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

    Project mention: Smooth Packaging: Flowing from Source to PyPi with GitLab Pipelines | dev.to | 2024-01-18

    Next up is making sure, none of the dependencies used throughout the project brings with it any already identified security issue. The makefile target audit, invokes the handy tool pip-audit.

  • best-of-python-dev

    🏆 A ranked list of awesome python developer tools and libraries. Updated weekly.

  • py_webauthn

    Pythonic WebAuthn

  • try

    Dead simple CLI tool to try Python packages - It's never been easier! :package: (by timofurrer)

    Project mention: try VS instld - a user suggested alternative | libhunt.com/r/timofurrer/try | 2023-12-09
  • pipupgrade

    🗽 Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.

  • google-calendar-simple-api

    Pythonic wrapper for the Google Calendar API

  • meta-package-manager

    🎁 wraps all package managers with a unifying CLI

    Project mention: Writing a Package Manager | news.ycombinator.com | 2023-08-23

    Something like Meta Package Manager? https://github.com/kdeldycke/meta-package-manager

  • PyTorch-Model-Compare

    Compare neural networks by their feature similarity

  • pip-licenses

    Dump the license list of packages installed with pip.

  • fades

    fades is a system that automatically handles the virtualenvs in the cases normally found when writing scripts and simple programs, and even helps to administer big projects.

    Project mention: fades VS instld - a user suggested alternative | libhunt.com/r/fades | 2023-12-09
  • roboflow-python

    The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.

    Project mention: Kivy app with roboflow gets crashed on the Android Device | /r/kivy | 2023-05-08

    Well generally you solve this by adding the package to requirements in your spec file.. But this only works for pure-python packages, or those that have a python-for-android build recipe. Roboflow depends on several other packages, see here: https://github.com/roboflow/roboflow-python/blob/main/requirements.txt

  • unidep

    Single source of truth with requirements for pip and conda

    Project mention: UniDep: Unified Conda and Pip dependency management via pyproject.toml | news.ycombinator.com | 2023-12-29
  • pystyle

    The source of my Python library, pystyle.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-28.

Python Pip related posts

Index

What are some of the best open-source Pip projects in Python? This list will help you:

Project Stars
1 Pipenv 24,571
2 pip 9,256
3 pipx 8,717
4 pip-tools 7,451
5 pipdeptree 2,669
6 CommandlineConfig 2,045
7 art 1,981
8 video-to-ascii 1,617
9 coronavirus-tracker-api 1,599
10 pigar 1,565
11 pip-audit 912
12 best-of-python-dev 905
13 py_webauthn 793
14 try 697
15 pipupgrade 574
16 google-calendar-simple-api 497
17 meta-package-manager 432
18 PyTorch-Model-Compare 306
19 pip-licenses 280
20 fades 210
21 roboflow-python 201
22 unidep 197
23 pystyle 194
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com