Metadata-Version: 2.1
Name: pmppm
Version: 1.1
Summary: Python Project Manager
Home-page: https://github.com/unitythecoder/ppm
Author: unitythecoder
Author-email: 
Description-Content-Type: text/markdown

<a name="readme-top"></a>
<div align="center">

  ![Contributors](https://img.shields.io/github/contributors/UnityTheCoder/ppm?style=for-the-badge)
  ![Contributors](https://img.shields.io/github/forks/UnityTheCoder/ppm?style=for-the-badge)
  ![Contributors](https://img.shields.io/github/stars/UnityTheCoder/ppm?style=for-the-badge)
  ![Contributors](https://img.shields.io/github/issues/UnityTheCoder/ppm?style=for-the-badge)

</div>

<br />

<h3 align="center">PPM</h3>

 <p align="center">
    PPM The Python Project Manager
    <br />
    <br />
    <br />
    ·
    <a href="https://github.com/UnityTheCoder/Voxel-2.0/issues">Report Bug</a>
    ·
    <a href="https://github.com/UnityTheCoder/Voxel-2.0/issues">Request Feature</a>
  </p>
</div>



<details>
  <summary>Table of Contents</summary>
  <ol>
    <li>
      <a href="#getting-started">Getting Started</a>
      <ul>
        <li><a href="#installation">Installation</a></li>
        <li><a href="#usage">Usage</a></li>
      </ul>
    </li>
    <li><a href="#roadmap">Roadmap</a></li>
    <li><a href="#contributing">Contributing</a></li>
  </ol>
</details>


## Getting Started

### Installation


```bash
pip install pmppm
```



## Usage
```bash
cd MyProjDir
ppm init
```



## Roadmap

- [x] Init
- [x] Package Installer






## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request




<a href='https://ko-fi.com/W7W5FKV9S' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
