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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pm-0.1.1.tar.gz
.
File metadata
- Download URL: pm-0.1.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c64e1f62df27c2edf16b07a056de9d253adc337e706c6b19338b74e2b7f915e8 |
|
MD5 | afc94c02773b160d4b5478924071660b |
|
BLAKE2b-256 | 07ebc5652a205af03baa5e072b99a1ad2ffaf445bb9680b893694ec33f221063 |