Metadata-Version: 2.1
Name: arcor2-execution-rest-proxy
Version: 0.8.1
Summary: REST Proxy for ARCOR2 Execution service.
Home-page: UNKNOWN
Author: Robo@FIT
Author-email: imaterna@fit.vut.cz
License: LGPL
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3.8
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Requires-Python: ==3.8.*
Description-Content-Type: text/markdown
Requires-Dist: Flask (==1.1.2)
Requires-Dist: apispec-webframeworks (==0.5.2)
Requires-Dist: apispec (==3.3.2)
Requires-Dist: arcor2 (==0.9.1)
Requires-Dist: arcor2-execution-data (==0.8.1)
Requires-Dist: dataclasses-jsonschema-rereleased[fast-validation] (==2.12.2)
Requires-Dist: dataclasses (==0.6)
Requires-Dist: flask-swagger-ui (==3.25.0)
Requires-Dist: flask-cors (==3.0.8)
Requires-Dist: sqlitedict (==1.7.0)
Requires-Dist: websocket-client (==0.57.0)

# arcor2_execution_rest_proxy
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [0.8.1] - 2020-10-19

### Changed
- ARCOR2 dependency updated

## [0.8.0] - 2020-09-24
### Changed
- The first release of the separated package.
- API version is now hardcoded (0.3.0 at the moment).
- Tokens controller added.
  - Tokens as saved in DB in directory specified by ```ARCOR2_EXECUTION_PROXY_DB_PATH```.
- Added wait until the Execution service is up.

