You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
175
-
176
-
## Contributing
177
-
178
-
Contributions are welcome! Please follow these steps:
179
-
180
-
1. Fork the repository.
181
-
2. Create a new branch (`git checkout -b feature/YourFeature`).
182
-
3. Commit your changes (`git commit -am 'Add new feature'`).
183
-
4. Push to the branch (`git push origin feature/YourFeature`).
184
-
5. Create a new Pull Request.
185
-
186
-
Please ensure that your code adheres to the existing style and that all tests pass.
187
-
188
-
## Contact
189
-
190
-
Author: c0sogi
191
-
Email: [dcas@naver.com](mailto:dcas@naver.com) or [cosogi1@gmail.com] (mailto:cosogi1@gmail.com)
192
-
193
-
Feel free to reach out for questions or discussions.
194
-
195
-
# dcm
196
-
197
-
A Python package for reading and writing DCM (Data Conservation Format) files used in various ECU calibration tools such as INCA, MDA, EHANDBOOK, CANape, and more.
198
-
199
-
## Table of Contents
200
-
201
-
-[Features](#features)
202
-
-[Installation](#installation)
203
-
-[Usage](#usage)
204
-
-[Reading a DCM File](#reading-a-dcm-file)
205
-
-[Writing a DCM File](#writing-a-dcm-file)
206
-
-[Accessing Data](#accessing-data)
207
-
-[Loading Data from Excel](#loading-data-from-excel)
0 commit comments