Metadata-Version: 2.1
Name: pyvndb
Version: 0.1.0
Summary: Vehicle description file handling for Python
Home-page: https://www.github.com/Christoph2/pydbc
Author: Christoph Schueler
Author-email: cpu12.gems@googlemail.com
License: GPLv2
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: antlr4-python3-runtime (==4.8)
Requires-Dist: mako
Requires-Dist: colorama
Requires-Dist: SQLAlchemy
Provides-Extra: develop
Requires-Dist: bumpversion ; extra == 'develop'
Provides-Extra: docs
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'

pyDBC
=====

[![Build status](https://ci.appveyor.com/api/projects/status/6lf6kt2vle4jjou7?svg=true)](https://ci.appveyor.com/project/christoph2/pydbc)
[![Maintainability](https://api.codeclimate.com/v1/badges/ee1e493f62896f3fea61/maintainability)](https://codeclimate.com/github/christoph2/pydbc/maintainability)
[![Build Status](https://travis-ci.org/christoph2/pydbc.svg)](https://travis-ci.org/christoph2/pydbc)

[![GPL License](http://img.shields.io/badge/license-GPL-blue.svg)](http://opensource.org/licenses/GPL-2.0)

pyDBC is a library for editing .dbc files, which is a widespread description format for CAN bus systems, especially in the automotive industry.


---

## Installation

pyDBC is hosted on Github, get the latest release: [https://github.com/christoph2/pydbc](https://github.com/christoph2/pydbc)

### Requirements

- Python >= 3.4

## First steps

T.B.D.

## Features

T.B.D.

## License

GNU General Public License v2.0


