Metadata-Version: 2.1
Name: poetry-poems
Version: 0.2.2
Summary: Poetry Environments Switcher: CLI Tool to help manage Poetry Enviroments and corresponding Project Directories.
Home-page: https://poetry-poems.readthedocs.io/en/latest/
License: LGPL-3.0
Keywords: poetry,virtual environment,cli
Author: harper25
Author-email: olesjakubb@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: windows-curses (>=2.1.0,<3.0.0); sys_platform == "win32"
Project-URL: Repository, https://github.com/harper25/poetry-poems
Description-Content-Type: text/x-rst

#####
Poems
#####

**Poetry Environment Switcher**

.. image:: https://travis-ci.org/harper25/poetry-poems.svg?branch=master
        :target: https://travis-ci.org/harper25/poetry-poems
        :alt: Travis CI
.. image:: https://codecov.io/gh/harper25/poetry-poems/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/harper25/poetry-poems
        :alt: Codecov
.. image:: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue
        :target: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue
        :alt: Python versions
.. image:: https://img.shields.io/github/issues/harper25/poetry-poems
        :target: https://img.shields.io/github/issues/harper25/poetry-poems
        :alt: Issues
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/psf/black
        :alt: Code Style
.. image:: https://img.shields.io/badge/OS-MacOS%20%7C%20Ubuntu%20%7C%20Win10-orange
        :target: https://img.shields.io/badge/OS-MacOS%20%7C%20Ubuntu%20%7C%20Win10-orange
        :alt: Supported OS

Overview
========

Poetry-poems is a tool that speeds up switching between Python Poetry-based projects by:

- navigating to a specific project in the terminal
- activating Poetry shell at the same time.

Poetry-poems was inspired and is based on amazing project `pipenv-pipes - Pipenv Environment Switcher <https://github.com/gtalarico/pipenv-pipes>`_.

How does it work?
=================

.. image:: https://raw.githubusercontent.com/harper25/poetry-poems/master/docs/static/poems-intro.gif


**The list of available projects has to be populated before usage!**


Populating poems list
---------------------

.. image:: https://raw.githubusercontent.com/harper25/poetry-poems/master/docs/static/poems-add.gif


Documentation
=============

Documentation is available on `poetry-poems.readthedocs.io <https://poetry-poems.readthedocs.io/en/latest/>`_

License
=======

- `lgpl-3.0 <https://github.com/harper25/poetry-poems/blob/master/LICENSE>`_
- `license note <https://github.com/harper25/poetry-poems/blob/master/license-poetry-poems>`_

Credits
=======

Project based on `Pipes <https://github.com/gtalarico/pipenv-pipes>`_, Pipenv Environment Switcher. A modified version of `Pick <https://github.com/wong2/pick/>`_ for curses based interactive selection list in the terminal is also used.

Author
======

`harper25 <https://github.com/harper25>`_


.. Section Heading
.. ===============

.. Subsection Heading
.. ------------------

.. Sub-subsection Heading
.. ^^^^^^^^^^^^^^^^^^^^^^

.. Sub-sub-subsection Heading
.. """"""""""""""""""""""""""

