Metadata-Version: 2.1
Name: pycrypcli
Version: 2.1.0b1
Summary: Python Cryptic Game Client
Home-page: https://github.com/Defelo/PyCrypCli
License: GPL-3.0-only
Author: Defelo
Author-email: elodef42@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: pypresence (>=4.2.1,<5.0.0)
Requires-Dist: pyreadline (>=2.1,<3.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: sentry-sdk (>=1.5.7,<2.0.0)
Requires-Dist: websocket-client (>=1.3.1,<2.0.0)
Project-URL: Repository, https://github.com/Defelo/PyCrypCli
Description-Content-Type: text/markdown

<p>

  [![CI](https://github.com/Defelo/PyCrypCli/actions/workflows/ci.yml/badge.svg)](https://github.com/Defelo/PyCrypCli/actions/workflows/ci.yml)
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
  [![Maintainability](https://api.codeclimate.com/v1/badges/87ffbaa8a2f8bdde057c/maintainability)](https://codeclimate.com/github/Defelo/PyCrypCli/maintainability)
  [![PyPI](https://badge.fury.io/py/PyCrypCli.svg)](https://pypi.org/project/PyCrypCli/)
  [![PyPI Downloads](https://img.shields.io/pypi/dm/pycrypcli.svg)](https://pypi.org/project/PyCrypCli/)

</p>


# PyCrypCli
Python [Cryptic Game](https://github.com/cryptic-game/cryptic) Client

## Prerequisites
- [Python 3.10+](https://www.python.org/downloads/)

## Install via [pip](https://pypi.org/project/PyCrypCli/)
```
$ python -m pip install -U PyCrypCli
$ pycrypcli [<server>]
```

## Or clone from [GitHub](https://github.com/Defelo/PyCrypCli)
```
$ git clone https://github.com/Defelo/PyCrypCli.git
$ cd PyCrypCli/
$ python -m pip install -r requirements.txt
$ python -m PyCrypCli [<server>]
```

## Or pull the [Docker Image](https://ghcr.io/defelo/pycrypcli)
```
# docker run -it --rm ghcr.io/defelo/pycrypcli
```

