Skip to content

Commit

Permalink
Package added to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitYadav-codes committed Oct 29, 2023
1 parent 4ccc306 commit ffdb885
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Parser for DCM files [Data Conversion Format](https://www.etas.com/download-center-files/products_ASCET_Software_Products/TechNote_DCM_File_Formats.pdf ). The package has two main classes `DCMParser` and `DCMObject`, which provide a toolkit to deal with DCM files used in automotive software development. While the `DCMParser` is designed to read and interpret DCM files, the `DCMObject` allows for structured representation and manipulation of the parsed data.

## Install

```python
pip install dcmfile_parser
```


## DCMParser

### Features
Expand Down

0 comments on commit ffdb885

Please sign in to comment.