Metadata-Version: 2.1
Name: zombie_nomnom_api
Version: 0.3.0
Summary: An API for the zombie-nomnom pypi package with its own packaged react-app to load up and work with.
Keywords: game,api,dice
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/zombie-nomnom-api
Project-URL: Documentation, https://consulting.gxldcptrick.dev/zombie-nomnom-api/docs
Project-URL: Repository, https://github.com/carrera-dev-consulting/zombie-nomnom-api
Project-URL: Issues, https://github.com/carrera-dev-consulting/zombie-nomnom-api/issues
Project-URL: Changelog, https://github.com/carrera-dev-consulting/zombie-nomnom-api/releases
Requires-Python: >=3.10
Requires-Dist: zombie-nomnom>=0.3.0
Requires-Dist: click>=8.1.7
Requires-Dist: fastapi>=0.115.0
Requires-Dist: uvicorn>=0.31.1
Requires-Dist: ariadne>=0.23.0
Description-Content-Type: text/markdown

Zombie Nom Nom API
===

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/zombie-nomnom-api/actions/workflows/deploy-docs.yaml/badge.svg)](https://github.com/Carrera-Dev-Consulting/zombie-nomnom-api/actions/workflows/deploy-docs.yaml)

Useful Links
---

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

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

Installation
---

`pip install zombie-nomnom-api`


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


Usage
---

To launch the app you will just need to run the package directly.

```bash
> zombie-nomnom-api
#TODO: Fill in what the output will look like here.
```

Contribution
---

For details of conduct and expactations please refer to [CONTRIBUTION.md](https://github.com/Carrera-Dev-Consulting/zombie-nomnom-api/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.
