Metadata-Version: 2.1
Name: caesar-pompey
Version: 0.0.3
Summary: Cipher and decipher message using caesar code.
Author: Maxime Haselbauer
Author-email: maxime.haselbauer@googlemail.com
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
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: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown

# caesar_pompey

Cipher and deciper message using the Caesar algorithm.

## Installation

```bash
poetry lock
poetry install
```

