Metadata-Version: 2.1
Name: mmcore
Version: 0.26.0
Summary: mmcore
License: Apache License Version 2.0
Author: Andrew Astakhov
Author-email: aa@contextmachine.ru
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click
Requires-Dist: colored (>=2.2.3,<3.0.0)
Requires-Dist: cython
Requires-Dist: cython-lint
Requires-Dist: dill (>=0.3.7,<0.4.0)
Requires-Dist: earcut (>=1.1.5,<2.0.0)
Requires-Dist: fastapi[all] (==0.99.1)
Requires-Dist: geomdl (>=5.3.1,<6.0.0)
Requires-Dist: graphene (>=3.0.0,<4.0.0)
Requires-Dist: httpx (>=0.27.0,<0.28.0)
Requires-Dist: ipython (>=8.12.0,<9.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: more-itertools (>=10.1.0,<11.0.0)
Requires-Dist: mpld3 (>=0.5.10,<0.6.0)
Requires-Dist: multipledispatch
Requires-Dist: multiprocess (>=0.70.15,<0.71.0)
Requires-Dist: numpy (>=1.24.1,<2.0.0)
Requires-Dist: platformdirs (>=4.2.0,<5.0.0)
Requires-Dist: pydantic (==1.10.7)
Requires-Dist: pygments (>=2.16.1,<3.0.0)
Requires-Dist: pyquaternion (>=0.9.9,<0.10.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: pyvis (>=0.3.2,<0.4.0)
Requires-Dist: randomname (>=0.2.1,<0.3.0)
Requires-Dist: redis (>=5.0.1,<6.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.5.2,<14.0.0)
Requires-Dist: rpyc (>=6.0.0,<7.0.0)
Requires-Dist: scipy (>=1.11.1,<2.0.0)
Requires-Dist: setuptools (>=67.0.0,<68.0.0)
Requires-Dist: shapely (>=2.0.1,<3.0.0)
Requires-Dist: shell (>=1.0.1,<2.0.0)
Requires-Dist: starlette
Requires-Dist: strawberry-graphql[fastapi] (>=0.198.0,<0.199.0)
Requires-Dist: termcolor (>=2.3.0,<3.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: typing-extensions (>=4.7.1,<5.0.0)
Requires-Dist: ujson (>=5.8.0,<6.0.0)
Requires-Dist: uvicorn[standard] (>=0.29.0,<0.30.0)
Requires-Dist: wheel (>=0.43.0,<0.44.0)
Description-Content-Type: text/markdown

[![Docker](https://github.com/contextmachine/mmcore/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/contextmachine/mmcore/actions/workflows/docker-publish.yml)
[![Build documentation](https://github.com/contextmachine/mmcore/actions/workflows/build-docs.yml/badge.svg)](https://github.com/contextmachine/mmcore/actions/workflows/build-docs.yml)
[![poetry-build](https://github.com/contextmachine/mmcore/actions/workflows/poetry-build.yml/badge.svg)](https://github.com/contextmachine/mmcore/actions/workflows/poetry-build.yml)
# mmcore


## Base Docker Image
Pull image
```bash
docker pull ghcr.io/contextmachine/mmcore:latest
```
Using in Dockerfile
```dockerfile
FROM ghcr.io/contextmachine/mmcore:latest
```
## Install with pip
```bash
python -m pip install git+https://github.com/contextmachine/mmcore.git
```

---

