Metadata-Version: 2.1
Name: pygpm
Version: 0.1.4
Summary: A GitHub repository manager
Home-page: https://github.com/BrandonPacewic/pygpm
Author: Brandon Pacewic
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Provides-Extra: git
Requires-Dist: git ; extra == 'git'
Provides-Extra: github_cli
Requires-Dist: gh ; extra == 'github_cli'
Provides-Extra: linting
Requires-Dist: pylint ; extra == 'linting'
Requires-Dist: mypy ; extra == 'linting'

# Git Project Manager

A cross platform tool for managing a large number of GitHub projects from the command line.

## Features

- Track git projects:
  - pygpm has the ability to keep track of all repositories on your machine, this allows it to present you with the stats and status of all of your local projects and keep them up to date.
- Enhanced `git status`:
  - Want a status command that actually checks if your branch is behind the current head? Well now you can. You can also check up on all of your tracked repositories at the same time.
- Start using it at your own pace:
  - pygpm has the ability to grab all of the git repositories on your computer, but you don't need to do that if you don't want to. Track one repository at a time and see how it goes. Note that the true power of pygpm comes from using it for a massive amount of projects.

## Install

Currently to install pygpm it is required that you clone the repository on your local machine.

```
git clone https://github.com/BrandonPacewic/pygpm.git
python3 -m pip install pygpm/
```

## License

Copyright (c) Brandon Pacewic

SPDX-License-Identifier: MIT
