Metadata-Version: 2.1
Name: kryptic_cypher
Version: 0.1.0
Summary: A Zombie Dice Game Engine Library and Executable
Keywords: encyrption,cli
Author-Email: Andres Carrera <andreshcar@live.com>
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Project-URL: Homepage, https://github.com/carrera-dev-consulting/kryptic-cypher
Project-URL: Documentation, https://consulting.gxldcptrick.dev/kryptic-cypher
Project-URL: Repository, https://github.com/carrera-dev-consulting/kryptic-cypher
Project-URL: Issues, https://github.com/carrera-dev-consulting/kryptic-cypher/issues
Project-URL: Changelog, https://github.com/carrera-dev-consulting/kryptic-cypher/releases
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.9.2
Requires-Dist: click>=8.1.7
Description-Content-Type: text/markdown

Kryptic Cypher
===

This is a game engine that is modeled after the popular board game zombie dice. This is meant for practice to be able to be messed with and explored.

[![Test and Deploy Docs](https://github.com/Carrera-Dev-Consulting/kryptic-cypher/actions/workflows/deploy-docs.yaml/badge.svg)](https://github.com/Carrera-Dev-Consulting/kryptic-cypher/actions/workflows/deploy-docs.yaml)

Useful Links
---

Links to result of code coverage and pytest of latest builds.

* [Coverage Report](https://consulting.gxldcptrick.dev/kryptic-cypher/coverage/)
* [Latest Test Run](https://consulting.gxldcptrick.dev/kryptic-cypher/coverage/report.html)
* [Documentation](https://consulting.gxldcptrick.dev/kryptic-cypher/)

Installation
---

`pip install kryptic-cypher`


We require at least python 3.10 to be able to run properly.


Usage
---

# TODO(Milo): Add usage for library later.

Contribution
---

For details of conduct and expactations please refer to [CONTRIBUTION.md](https://github.com/Carrera-Dev-Consulting/kryptic-cypher/blob/main/CONTRIBUTING.md)

Pull requests will be pending review of at least one maintainer.

Pull requests are required to have finished the template checklist before they will be reviewed by a maintainer. 

All code is formatted with the black formatter and we expect types and may run mypy to check that your code is properly typed as expected.

Names should make sense and be self descriptive of the proposed changes.
