Metadata-Version: 2.2
Name: vida_py
Version: 0.1.4
Summary: Python interface for Volvo's VIDA databases.
Author-email: Kestin Goforth <kgoforth1503@gmail.com>
Maintainer-email: Kestin Goforth <kgoforth1503@gmail.com>
License: AGPL-3.0
Project-URL: homepage, https://github.com/kForth/vida_py
Project-URL: repository, https://github.com/kForth/vida_py.git
Project-URL: bugs, https://github.com/kForth/vida_py/issues
Keywords: VIDA,volvo
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click==8.1.8
Requires-Dist: pyodbc==5.2.0
Requires-Dist: SQLAlchemy==2.0.37
Provides-Extra: dev
Requires-Dist: pre-commit==4.0.1; extra == "dev"
Requires-Dist: bump-my-version==0.29.0; extra == "dev"

# vida_py

[![PyPI Version](https://img.shields.io/pypi/v/vida_py?logo=python&logoColor=white)](https://pypi.org/p/vida_py)
[![GitHub Release](https://img.shields.io/github/v/release/kForth/vida_py?logo=github&logoColor=white)](https://github.com/kForth/vida_py/releases)
[![License](https://img.shields.io/github/license/kForth/vida_py)](https://github.com/kForth/vida_py/blob/main/LICENSE)
[![GitHub deployments](https://img.shields.io/github/deployments/kForth/vida_py/pypi)](https://github.com/kForth/vida_py/releases)

Python interface Volvo's VIDA databases.

## Installation

You can install `vida_py` using pip.

```
  pip install vida-py
```

## Dependencies

`vida_py` depends on a few python modules, these modules will be installed automatically when installing with `pip`.

`vida_py` is compatible with python 3.6 and up.

## VIDA Database Files

Please note that VIDA database files are not supplied with this package. Users must obtain these files separately, typically from an existing VIDA installation.

## Contributing

Contributions are welcome! Please submit a pull request or open and issue to discuss changes or report bugs.

## License

This project is licensed under the AGPL v3.0 License - see the [LICENSE](LICENSE) file for details.
