Metadata-Version: 2.1
Name: pinkman
Version: 0.0.1
Summary: An SMTP Server to forward Messages into Orangutan.
Home-page: https://github.com/Norwik/Pinkman/
Author: Clivern
Author-email: hello@clivern.com
License: MIT
Project-URL: Documentation, https://github.com/Norwik/Pinkman/
Project-URL: Source, https://github.com/Norwik/Pinkman/
Project-URL: Changelog, https://github.com/Norwik/Pinkman/blob/main/CHANGELOG.rst
Project-URL: Tracker, https://github.com/Norwik/Pinkman/issues
Project-URL: Download, https://pypi.org/project/Pinkman/#files
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt

.. image:: https://img.shields.io/pypi/v/pinkman.svg
    :alt: PyPI-Server
    :target: https://pypi.org/project/pinkman/
.. image:: https://github.com/norwik/pinkman/actions/workflows/ci.yml/badge.svg
    :alt: Build Status
    :target: https://github.com/norwik/pinkman/actions/workflows/ci.yml

|

=======
Pinkman
=======

An SMTP Server to forward Messages into Orangutan.

To use pinkman, follow the following steps:

1. Create a python virtual environment or use system wide environment

.. code-block::

    $ python3 -m venv venv
    $ source venv/bin/activate


2. Install pinkman package with pip.

.. code-block::

    $ pip install pinkman


3. Get pinkman command line help

.. code-block::

    $ pinkman --help
