Metadata-Version: 2.1
Name: lime-comb
Version: 0.0.12
Summary: lime-comb cli
Author: Marcin Niemira
Author-email: marcin.niemira@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: appdirs (>=1.4.3,<2.0.0)
Requires-Dist: black (>=19.10b0,<20.0)
Requires-Dist: email-validator (>=1.0.5,<2.0.0)
Requires-Dist: email_validator (>=1.0.5,<2.0.0)
Requires-Dist: google-auth (>=1.10.0,<2.0.0)
Requires-Dist: google-auth-oauthlib (>=0.4.1,<0.5.0)
Requires-Dist: google-cloud-datastore (>=1.10.0,<2.0.0)
Requires-Dist: google-cloud-firestore (>=1.6.1,<2.0.0)
Requires-Dist: grpcio-gcp (>=0.2.2,<0.3.0)
Requires-Dist: mock (>=4.0.1,<5.0.0)
Requires-Dist: mock-firestore (>=0.6.0,<0.7.0)
Requires-Dist: password_generator (>=0.1.0,<0.2.0)
Requires-Dist: pyperclip (>=1.7.0,<2.0.0)
Requires-Dist: python-gnupg (>=0.4.5,<0.5.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: requests_mock (>=1.7.0,<2.0.0)
Requires-Dist: requests_oauthlib (>=1.3.0,<2.0.0)
Requires-Dist: semver (>=2.9.1,<3.0.0)
Requires-Dist: tabulate (>=0.8.6,<0.9.0)
Requires-Dist: tqdm (>=4.41.1,<5.0.0)
Project-URL: Bug Tracker, https://github.com/n0npax/lime-comb
Project-URL: documentation, https://github.com/n0npax/lime-comb
Project-URL: homepage, https://lime-comb.web.app/
Project-URL: repository, https://github.com/n0npax/lime-comb
Description-Content-Type: text/markdown

# Lime-comb

This tool allows:
-   Encrypt messages directly from your terminal.
-   Push & pull keys to central registry

## encrypt

Example usage:

```bash
$lime-comb enc -t ${SOMEONES_EMAIL} -m "db_qa_password: SUPERSECRET1" -m "dq_preprod_password:SUPERSECRET2"
-----BEGIN PGP MESSAGE-----

hQIMA3u/FP5aHZnFARAAiSoK/MThwKlKd1BCfPYSeU4E8NwtFjZ6wa9cVxmlcApl
x+SKvoYoRQIA1melOuYO6tjZSJYDLrQL1Q4kI34eTerT1rtIvlmmn14tBaGy5g4F
Q2F/sRxmFeVrMmaGaNN39S7YpQRExhi+lJkX8Tj7MvNvbQ26IH7++KnTJPKQmSHH
uCSnl75IzaapPy14YiOPPrHVN52ODowxcESKQ4A1eu2aUr9dZ9HOyx3MhpCXwXo9
s1OJqD7gVjeX/z98KCjEorLHZoi/j7Zli07W1jcw3l+OZhHizM3FvVDq3ZeKi97Q
VTQEF2rkPTyuYoxcj3fRzW/4rwAaSsW2kUGBN2AMLNaAQZEA0BenYy+qi00rO29b
HPCOCOU/iG4Nojiy/jKVdETEzW048lQsUofYuJbxEuESRP6NuMDEucsOHI6c7T7h
X4hpROO6R8KZyoJ3nLl+5ItVBOvEApka8q7KzSxE9bXtt7MYTu+EmbyEA4PlL1w1
sItctobsTcJk0UoTkY2kYy7JdGKd0f1vWUCsQcqVDEywQoXJqF4bnFJCZrKnBQEj
dAN3rZ4U/Oq9rwLyvf3tZGSuJdQUlfu+VFkdH3/dXA3p+QQj6SeukUwxSymo+gPA
3i2jWRStKRzyy5odsFxGFTQzEbEotX5n5ATaD/znOFZ/3tV1oRbi4sTSCc2IpanS
awEEfzCR34YgOMwPzqllvTGPAuyef78BGen4DCTTTTt+YEsTUCrmB9ELaSbaGK7d
wcPIMoILxtlDaSNiU1/EH7cVQSZtJU/wVmw/QKqtQw2nFzLh2e6XY6JWe6jge8/4
lkWAGydd3NSG3W9E
=+MK9
-----END PGP MESSAGE-----

```

