Metadata-Version: 2.3
Name: api-swedeb
Version: 0.2.1
Summary: 
Author: rebeckaw
Author-email: rebecka.weegar@umu.se
Requires-Python: ==3.11.*
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cwb-ccc (>=0.12.3,<0.13.0)
Requires-Dist: fastapi (>=0.105.0,<0.106.0)
Requires-Dist: humlab-penelope (>=0.8.2,<0.9.0)
Requires-Dist: numpy (==1.26.4)
Requires-Dist: pyarrow (>=17.0.0,<18.0.0)
Requires-Dist: pydantic (>=2.6.3,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: scipy (==1.12.0)
Requires-Dist: uvicorn[standard] (>=0.24.0.post1,<0.25.0)
Description-Content-Type: text/markdown

### Outline of an API for Swedeb


Run:  ```uvicorn main:app --reload```     

Change port: ```uvicorn main:app --reload --port=5000```

Requires Corpus workbench: https://cwb.sourceforge.io

Create .env file using env_example as a template

Install using Poetry: 

```poetry install```



