Skip to main content

Command-line utility to manage development projects

Project description

Simple project manager in Python. This application helps you keeping track of the status of your projects in their Source Code Management (SCM) system.

For now, pm only supports Git.

Normally, it should be compatible with Python 2.7 and Python 3.x. Post an issue if you find something that is not compatible one of these versions and I’ll do my best to improve that.

Installation

You can use pip to install the latest pm release from PyPI:

pip install pm

Alternatively, you can download the latest development sources and install the package manually by running:

python setup.py install

Usage

Help can be obtained by running pm --help to obtain information about the general usage or pm <subcommand> --help to obtain help about a specific subcommand.

usage: pm [-h] [--version] {status,ls,fetch,update} ...

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit

subcommands:
  Valid subcommands

  {status,ls,fetch,update}
                        Subcommands
    status              check status
    ls                  List projects
    fetch               Fetch all projects
    update              Update all projects

License

This project is distributed under the MIT License. Read LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pm-0.1.tar.gz (6.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page