remotivelabs / remotivelabs-apis

All available RemotiveLabs APIs.
https://remotivelabs.com/
Apache License 2.0
1 stars 2 forks source link

Python broker library, development version #1

Closed carlmartus closed 1 year ago

carlmartus commented 2 years ago

Initial version of Python API for Remotivelabs Broker.

jrask commented 2 years ago

There is an examples directly but I guess that one can be removed but link to remotivelabs-samples project

carlmartus commented 2 years ago

I do not think that generated stubs should commited? Use a "generated" directory together with .gitignore. Or is there any good reason for this?

Stubs will now have to be generated with.

hatch run generate_stubs

This might be possible to integrate into the build system: Custom - Hatch.

carlmartus commented 2 years ago

I think that directories should have dash instead of underscore or is there any specific reason for this?

simple_ecu -> simple-ecu

Fixed is remotivelabs-samples.

carlmartus commented 2 years ago

There is an examples directly but I guess that one can be removed but link to remotivelabs-samples project

Removed example directory