Metadata-Version: 2.1
Name: pyxcp
Version: 0.13.6
Summary: Universal Calibration Protocol for Python
Home-page: https://github.com/christoph2/pyxcp
Author: Christoph Schueler
Author-email: cpu12.gems@googlemail.com
License: GPLv2
Description: 
        pyXCP
        =====
        
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/85f774708b2542d98d02df55c743d24a)](https://app.codacy.com/app/christoph2/pyxcp?utm_source=github.com&utm_medium=referral&utm_content=christoph2/pyxcp&utm_campaign=Badge_Grade_Settings)
        [![Maintainability](https://api.codeclimate.com/v1/badges/4c639f3695f2725e392a/maintainability)](https://codeclimate.com/github/christoph2/pyxcp/maintainability)
        [![Build Status](https://travis-ci.org/christoph2/pyxcp.svg)](https://travis-ci.org/christoph2/pyxcp)
        [![Build status](https://ci.appveyor.com/api/projects/status/r00l4i4co095e9ht?svg=true)](https://ci.appveyor.com/project/christoph2/pyxcp)
        [![Coverage Status](https://coveralls.io/repos/github/christoph2/pyxcp/badge.svg?branch=master)](https://coveralls.io/github/christoph2/pyxcp?branch=master)
        [![GPL License](http://img.shields.io/badge/license-GPL-blue.svg)](http://opensource.org/licenses/GPL-2.0)
        
        
        
        pyXCP is a lightweight Python library which talks to ASAM MCD-1 XCP enabled devices.
        These are mainly, but not only, automotive ECUs (Electronic Control Units).
        
        XCP is used to take measurements, to adjust parameters, and to flash during the development process.
        
        XCP also replaces the older CCP (CAN Calibration Protocol).
        
        
        ---
        
        ## Installation
        
        pyXCP is hosted on Github, get the latest release: [https://github.com/christoph2/pyxcp](https://github.com/christoph2/pyxcp)
        
        ### Requirements
        
        - Python >= 3.5
        - A running XCP slave (of cause).
        
        ## First steps
        
        T.B.D.
        
        ## Features
        
        T.B.D.
        
        
        ## References
        
        - [Offical home of XCP](https://www.asam.net/standards/detail/mcd-1-xcp/)
        
        
        
        ## License
        
        GNU General Public License v2.0
        
        
        
        
        
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides: pyxcp
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: develop
