Metadata-Version: 2.1
Name: pympg
Version: 0.0.5
Summary: Command-line multipurpose generator.
License: MIT
Author: Theo Paris
Author-email: theoparisdesigns@gmail.com
Requires-Python: >=3.6,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: questionary (>=1.8.0,<2.0.0)
Description-Content-Type: text/markdown

# ![Config Icon](https://www.iconfinder.com/icons/1976051/download/png/64)pympg

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

Command-line multipurpose config generator.

## Example

![Example GIF](./assets/pympg-example.gif)

## Prerequisites

-   Latest version of Python 3
-   For apache2 config generation, apache2 (and it's proxy modules enabled).

## Installation

-   Run `pip3 install pympg` to install this package.
-   Run `sudo pympg` to open the generation prompt.

## Development Build Instructions

### Prerequisites

-   Python 3
-   Python poetry

### Building

-   `git clone https://github.com/throw-out-error/pympg.git`
-   CD into the folder
-   Run `./build.sh` to build the package and install it.
-   Run `sudo pympg` to run pympg

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tr>
    <td align="center"><a href="https://onyxcode.net"><img src="https://avatars1.githubusercontent.com/u/58049576?v=4" width="100px;" alt=""/><br /><sub><b>Dan</b></sub></a><br /><a href="https://github.com/throw-out-error/pympg/commits?author=onyxcode" title="Code">💻</a></td>
    <td align="center"><a href="https://theoparis.com/about"><img src="https://avatars0.githubusercontent.com/u/11761863?v=4" width="100px;" alt=""/><br /><sub><b>Theo Paris</b></sub></a><br /><a href="https://github.com/throw-out-error/pympg/commits?author=creepinson" title="Documentation">📖</a> <a href="https://github.com/throw-out-error/pympg/commits?author=creepinson" title="Code">💻</a></td>
  </tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

