Metadata-Version: 2.1
Name: pavio
Version: 0.1.0
Summary: A Minimalist Python Environment Manager.
Home-page: https://github.com/Clivern/Pavio/
Author: Clivern
Author-email: hello@clivern.com
License: MIT
Project-URL: Documentation, https://github.com/Clivern/Pavio/
Project-URL: Source, https://github.com/Clivern/Pavio/
Project-URL: Changelog, https://github.com/Clivern/Pavio/blob/main/CHANGELOG.rst
Project-URL: Tracker, https://github.com/Clivern/Pavio/issues
Project-URL: Download, https://pypi.org/project/Pavio/#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/pavio.svg
    :alt: PyPI-Server
    :target: https://pypi.org/project/pavio/
.. image:: https://github.com/clivern/pavio/actions/workflows/ci.yml/badge.svg
    :alt: Build Status
    :target: https://github.com/clivern/pavio/actions/workflows/ci.yml

|

=======
Pavio
=======

A Modern Command Line Tool for Apache Kafka.

To use pavio, 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 pavio package with pip.

.. code-block::

    $ pip install pavio


3. Get pavio command line help

.. code-block::

    $ pavio --help
