Metadata-Version: 2.1
Name: cygx1
Version: 0.1.2
Summary: The immensity of the universe is difficult to grasp.
Home-page: https://github.com/Clivern/CygnusX1/
Author: Clivern
Author-email: hello@clivern.com
License: MIT
Project-URL: Documentation, https://github.com/Clivern/CygnusX1/
Project-URL: Source, https://github.com/Clivern/CygnusX1/
Project-URL: Changelog, https://github.com/Clivern/CygnusX1/blob/main/CHANGELOG.rst
Project-URL: Tracker, https://github.com/Clivern/CygnusX1/issues
Project-URL: Download, https://pypi.org/project/CygnusX1/#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
Requires-Dist: click<=8.1.7
Requires-Dist: requests<=2.31.0
Requires-Dist: importlib-metadata<=7.0.0; python_version < "3.8"

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

|

=======
CygX1
=======

The immensity of the universe is difficult to grasp.

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

.. code-block::

    $ pip install cygx1


3. Get cygx1 command line help

.. code-block::

    $ cygx1 --help
