NPM like init command for pip

This page summarizes the projects mentioned and recommended in the original post on /r/Python

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pip

    The Python package installer

  • I recently had an interesting discussion about the following idea I had: npm has an init command for initializing an empty project, why hasn't pip one? I mean it's a package manager too. I heard some pretty good arguments why pip hasn't one and won't get one(https://github.com/pypa/pip/issues/11561) but I wanted to play around with pip so I build one for fun: https://github.com/PythonPizzaDE/pip/tree/init_command

  • pip

    The Python package installer (by paulfrische)

  • I recently had an interesting discussion about the following idea I had: npm has an init command for initializing an empty project, why hasn't pip one? I mean it's a package manager too. I heard some pretty good arguments why pip hasn't one and won't get one(https://github.com/pypa/pip/issues/11561) but I wanted to play around with pip so I build one for fun: https://github.com/PythonPizzaDE/pip/tree/init_command

  • 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.

    InfluxDB logo
  • sampleproject

    A sample project that exists for PyPUG's "Tutorial on Packaging and Distributing Projects"

  • The generated project basically is pypa's sample project(https://github.com/pypa/sampleproject)

  • Poetry

    Python packaging and dependency management made easy

  • I think pip is more of a "just installs packages" instead of fully-fledged dependency manager like npm/yarn. Poetry is more similar to them (and has init command).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Boring Python: dependency management (2022)

    3 projects | news.ycombinator.com | 4 Feb 2024
  • Moving from pipenv to poetry or PDM

    6 projects | /r/Python | 19 Dec 2021
  • What in 'pip install -r requirements.txt' is making this take so many hours?

    2 projects | /r/learnpython | 13 Jul 2021
  • A Poetic Apology: Or Why Should You Use Poetry to Manage Python Dependencies

    3 projects | news.ycombinator.com | 10 Feb 2021
  • Pipenv: Python Dev Workflow for Humans

    3 projects | news.ycombinator.com | 3 Feb 2021