https://github.com/data7expressions/py-expression-api
expression, py-expression, parser, text
https://github.com/data7expressions/py-expression-api
Last synced: about 1 year ago
JSON representation
expression, py-expression, parser, text
- Host: GitHub
- URL: https://github.com/data7expressions/py-expression-api
- Owner: data7expressions
- License: apache-2.0
- Created: 2021-04-18T11:21:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T09:47:40.000Z (about 5 years ago)
- Last Synced: 2025-02-03T20:50:30.103Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-expression-api
expression, py-expression, parser, text
# create
```
python3 -m venv env/
source env/bin/activate
```
# execute
```
uvicorn main:app --reload
```
[swagger](http://127.0.0.1:8000/docs)