Giter VIP home page Giter VIP logo

dsi-autofill's Introduction

Dsi-Autofill

Aptiv / Signal and Power Solutions / Internal tools

Feature

Fetch .DSI (Generated by Mentor Capital Harness System) option codes then auto filled in the end of the sheet , in order to check chart options.

The Modular design makes it easy to reuse components , It's light and reliable . Tested on some projects , such as PSA X83.

demo

Simple Usage

pip install -r requirements.txt
python3 tasker.py

Advanced Usage

from dsi import DsiParser
dsi = DsiParser('test.dsi')
#Get content by separative sign , such as tnode/seals/cavity .
#Detail see dsi.py row 12 to 38 .
wire_list = dsi.get_string('wire').split('\n')
#Drop some blank lines
wire_lists = dsi.get_pure_list(wire_list)


from opt import Opt
opt_instance = Opt('test.xlsx')
#Write option code to DataFrame
opt_instance.set_option('9039B','ALL00')
#Output excel file as _CHECK sign
opt_instance.output()

代码已经脱敏,仅供学习 / Code is desensitized and is for learning only

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.