Metadata-Version: 2.4
Name: dinary
Version: 1.2.2
Summary: Server for [Dinary - your dinar diary](https://github.com/andgineer/dinary). Track expenses, scan receipts, analyze spending with AI
Project-URL: Homepage, https://andgineer.github.io/dinary/
Project-URL: Documentation, https://andgineer.github.io/dinary/
Author-email: Andrey Sorokin <andrey@sorokin.engineer>
License: Copyright (c) 2026 Andrey Sorokin (andrey@sorokin.engineer)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the “Software”), to deal in
        the Software without restriction, including without limitation the rights to use,
        copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
        Software, and to permit persons to whom the Software is furnished to do so,
        subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
        OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
        NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
        HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
        FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
        OTHER DEALINGS IN THE SOFTWARE.
License-File: LICENSE
Keywords: budget,expenses,receipts
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Requires-Dist: aiosqlite>=0.20.0
Requires-Dist: cachetools>=7.0.6
Requires-Dist: fastapi>=0.115.0
Requires-Dist: google-auth>=2.38.0
Requires-Dist: gspread>=6.1.0
Requires-Dist: holidays>=0.94
Requires-Dist: httpx>=0.28.0
Requires-Dist: invoke>=2.2.0
Requires-Dist: pydantic-settings>=2.8.0
Requires-Dist: tenacity>=9.1.4
Requires-Dist: tzdata>=2024.1
Requires-Dist: uvicorn[standard]>=0.34.0
Requires-Dist: yoyo-migrations>=9.0.0
Description-Content-Type: text/markdown

[![Build Status](https://github.com/andgineer/dinary/workflows/CI/badge.svg)](https://github.com/andgineer/dinary/actions)
[![Coverage](https://raw.githubusercontent.com/andgineer/dinary/python-coverage-comment-action-data/badge.svg)](https://htmlpreview.github.io/?https://github.com/andgineer/dinary/blob/python-coverage-comment-action-data/htmlcov/index.html)
# Dinary - Your Dinar Diary

Track expenses, scan receipts, analyze spending with AI

# Documentation

[Dinary](https://andgineer.github.io/dinary/)

# Development

See [Development](https://andgineer.github.io/dinary/development/) in the docs.

```bash
uv sync
inv dev    # http://127.0.0.1:8000
inv test   # run all tests
inv pre    # pre-commit checks
```

# Deploy to Oracle Cloud

Configure `.deploy/.env` (see `.deploy.example/.env`), then:

```bash
inv setup-server    # one-time: install deps, clone, create systemd services, upload creds
inv deploy --ref=main  # checkout ref, sync deps, restart
inv status --remote # check service status
inv logs --remote   # tail server logs
```

See [Oracle Cloud deployment guide](https://andgineer.github.io/dinary/deploy-oracle/) for details.

## Reports

* [Allure test report](https://andgineer.github.io/dinary/builds/tests/)
* [Codecov](https://app.codecov.io/gh/andgineer/dinary/tree/main/src%2Fdinary)
* [Coveralls](https://coveralls.io/github/andgineer/dinary)

> Created with cookiecutter using [template](https://github.com/andgineer/cookiecutter-python-package)
