Metadata-Version: 2.1
Name: pexy
Version: 0.9.2
Summary: Shopify Store Swiss Knife.
Home-page: https://github.com/Clivern/Pexy/
Author: Clivern
Author-email: hello@clivern.com
License: MIT
Project-URL: Documentation, https://github.com/Clivern/Pexy/
Project-URL: Source, https://github.com/Clivern/Pexy/
Project-URL: Changelog, https://github.com/Clivern/Pexy/blob/main/CHANGELOG.rst
Project-URL: Tracker, https://github.com/Clivern/Pexy/issues
Project-URL: Download, https://pypi.org/project/Pexy/#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: prettytable<=3.11.0
Requires-Dist: requests<=2.32.3
Requires-Dist: rich<=13.7.1
Requires-Dist: importlib-metadata<=8.2.0; python_version < "3.8"

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

|

=====
Pexy
=====

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

.. code-block::

    $ pip install pexy


3. Get pexy command line help

.. code-block::

    $ pexy --help


4. Get pexy version

.. code-block::

    $ pexy --version


5. Get Store Info

.. code-block::

    $ pexy --name xxxxx-xx --token shpat_xxxxxxxxxxxxx store info


6. Get Access Scope.

.. code-block::

    $ pexy --name xxxxx-xx --token shpat_xxxxxxxxxxxxx access scope
