Code Monkey home page Code Monkey logo

ppm's Introduction

Python3 Package Manager

As if cargo + npm had a baby

Introducing PPM!

  • Download modules and libraries from PyPI, GitHub, anywhere!

  • A built-in setup utility for developing projects.

  • Easy installation for mac and linux (windows installer coming soon).

  • Create setup.py automatically

  • License generator with four major licenses available.

Using PPM.

Command Function
$ python3 install_mac.py Installs PPM.
Command Function
$ ppm new --bin [program name] Creates a new program in the current directory.
$ ppm new --lib [library/module name] Creates a new library/module in the current directory.
$ ppm run [optional file name] Runs the specified file, or the projects main.py file if no arguments are specified.
$ ppm install [package name] Uses PIP to install a package from the PyPI - NOTE: temporary dependency, will be removed soon.
$ ppm add --license [mit/apache/gpl] Creates a LICENSE.txt in the current folder, creates a default copyright statement if no license is specified.
$ ppm add --setup Creates a setup.py file in the current directory.

Notes and Dependencies.

  • Certain PPM functions require Git to be used. If Git isn't installed, PPM will raise an error message and ask you to install Git.
  • PPM is a package manager built for Python 3.

Development.

PPM is currently being prototyped in Python3, however there will shortly be a compiled release built in Rust. If you want to help development, feel free to "muck in" and help out.

ppm's People

Contributors

cutwell avatar brohithkr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.