Metadata-Version: 2.4
Name: artha
Version: 0.1.2
Summary: Project अर्थ
Project-URL: Homepage, https://github.com/yashbonde/artha
Project-URL: Repository, https://github.com/yashbonde/artha.git
Project-URL: Documentation, https://github.com/yashbonde/artha#readme
Author-email: Yash Bonde <bonde.yash97@gmail.com>
License: MIT
Keywords: language-processing,nlp,sanskrit
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Requires-Dist: alembic>=1.16.1
Requires-Dist: asyncpg>=0.30.0
Requires-Dist: fastapi>=0.115.12
Requires-Dist: fire>=0.7.0
Requires-Dist: greenlet>=3.2.2
Requires-Dist: psycopg2-binary>=2.9.10
Requires-Dist: pydantic-settings>=2.9.1
Requires-Dist: python-dotenv>=1.1.0
Requires-Dist: sqlalchemy>=2.0.41
Requires-Dist: starlette-context>=0.4.0
Requires-Dist: tuneapi>=8.0.8
Requires-Dist: twine>=6.1.0
Requires-Dist: unidecode==1.3.6
Requires-Dist: uvicorn>=0.34.2
Description-Content-Type: text/markdown

# Project अर्थ (Artha)

Code for `artha`.

```sh
pip install artha
```

## Development

I have tried to follow the best practices so things are much more sorted out. Here's a few commands that you should run in order to get started:

1. `make setup`: This will take care of installing `uv` and creating the virtual environment. I have used `uv` for this project.
2. `artha-cli serve`: This will start the server.
3. `make build_frontend`: This will build the react frontend and copy the files to the `artha/ui` folder.
