Coder Social home page Coder Social logo

pysvd's People

Contributors

bfueldner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sauci juju2013

pysvd's Issues

Object names

Hello, thanks for the useful library.
I have been playing around with it in the terminal and I have suggestions for making it more user-friendly.

  • provide some form of top-level entry point so we don't have to rely on doing the xml parsing separately to then pass a node to the Device constructor, e.g. a parse_sdv_file(file_path) function.
  • populating __str__ and __repr__ with self.name would make the console experience much better.
    At the moment when printing peripherals or registersI am seeing:
dev.peripherals
Out[27]:
[<pysvd.element.Peripheral at 0x2118e537af0>,
 <pysvd.element.Peripheral at 0x2118e537a90>,
 <pysvd.element.Peripheral at 0x2118cabc4f0>,
...]
 p.registers
Out[32]:
[<pysvd.element.Register at 0x2118e379c70>,
 <pysvd.element.Register at 0x2118e379040>,
 <pysvd.element.Register at 0x21191b6dca0>,
...]

Would be much nicer to see:

[DCMI,
 FMC,
 DBG,
 DMA2,
 DMA1,
 RCC,
 GPIOH,
 GPIOG,
 GPIOF,
...]

etc.
I can see most of the classes derivatives have a 'name' member (some don't though), we could discuss what the best approach is if you are open to it.

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.