Metadata-Version: 2.1
Name: synodic_client
Version: 0.0.1.dev76
Author-Email: Synodic Software <contact@synodic.software>
License: LGPL-3.0-or-later
Project-URL: homepage, https://github.com/synodic/synodic-client
Project-URL: repository, https://github.com/synodic/synodic-client
Requires-Python: <3.15,>=3.14
Requires-Dist: pyside6>=6.10.2
Requires-Dist: packaging>=26.0
Requires-Dist: porringer>=0.2.1.dev85
Requires-Dist: qasync>=0.28.0
Requires-Dist: velopack>=0.0.1444.dev49733
Requires-Dist: typer>=0.24.1
Description-Content-Type: text/markdown

# Synodic Client

An application frontend for [porringer](https://www.github.com/synodic/porringer) that helps manage and download package managers and their dependents.

## Documentation

See the [full documentation](https://synodic.github.io/synodic-client) for installation, usage, and development guides.

## Development

We use [pdm](https://pdm-project.org/en/latest/) as our build system and package manager. Scripts for development tasks are defined in `pyproject.toml` under the `[tool.pdm.scripts]` section.

See [Development](https://synodic.github.io/porringer/development) for additional build, test, and installation instructions.

For contribution guidelines, see [CONTRIBUTING.md](https://github.com/synodic/.github/blob/stable/CONTRIBUTING.md).

## License

This project is licensed under the [GNU Lesser General Public License v3.0 or later](LICENSE.md) (LGPL-3.0-or-later).
