Metadata-Version: 2.1
Name: recc
Version: 2.0.5
Summary: Restructured Engine for the Cyclops Cloud
Home-page: https://github.com/bogonets/answer
Author: zer0
Author-email: osom8979@gmail.com
Maintainer: zer0
Maintainer-email: osom8979@gmail.com
License: MIT License
Project-URL: GitHub: issues, https://github.com/bogonets/answer/issues
Project-URL: GitHub: repo, https://github.com/bogonets/answer
Keywords: ANSWER,RECC,No-code,Visual Graph,Visual Programming,Machine Learning,Deep Learning
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: recc-cache (>=2.1.0)
Requires-Dist: recc-storage (>=2.1.0)
Requires-Dist: recc-database (>=2.1.0)
Requires-Dist: type-serialize (>=1.2.1)
Requires-Dist: generalize-config (>=1.3.0)
Requires-Dist: mime-parser (>=1.2.0)
Requires-Dist: msgpack (>=1.0.4)
Requires-Dist: orjson (>=3.7.5)
Requires-Dist: pyyaml (>=6.0)
Requires-Dist: numpy (>=1.23.3)
Requires-Dist: shapely (>=1.8.2)
Requires-Dist: pycryptodome (>=3.15.0)
Requires-Dist: pyjwt (>=2.5.0)
Requires-Dist: uvloop (>=0.17.0)
Requires-Dist: aiohttp[speedups] (>=3.8.3)
Requires-Dist: aiohttp-cors (>=0.7.0)
Requires-Dist: coloredlogs (>=15.0.1)
Requires-Dist: overrides (>=7.1.0)

# RECC

Restructured Engine for the Cyclops Cloud

## Formatting

```.shell
bash black.sh
```

## PEP8

```.shell
bash flake8.sh
```

## Import ordering

```.shell
bash isort.sh
```

## Type analysis

```.shell
bash mypy.sh
```

## Testing

```.shell
bash pytest.sh
```


