micropy-cli icon indicating copy to clipboard operation
micropy-cli copied to clipboard

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!

Results 75 micropy-cli issues
Sort by recently updated
recently updated
newest added

This is probably more a research project, but I wanted to put it out there to get input. https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance > Pylance is an extension that works alongside Python in Visual...

enhancement
help wanted

Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 1.30.0 to 1.32.0. Changelog Sourced from pytest-xdist's changelog. pytest-xdist 1.32.0 (2020-05-03) Deprecations and Removals #475: Drop support for EOL Python 3.4. Features #524: Add testrun_uid fixture. This...

dependencies

**Changes** * use improved syntax for `.pylintrc` as outlined in #96 * automatically add `src/lib` if such folder exists * update `.pylintrc` updating flow * added snapshot testing

enhancement

I'm new to micropython, so this may well be the fault of inexperience but here goes: I'm using your great tool under Windows and VS Code. I'm trying to run...

question

**Describe the bug** Tried to install specific package from pypi, but it failed. Different packages worked. **Expected Behavior** It will instlall the package. **Current Behavior** It failed on error. **Steps...

bug

Take some time to properly organize all the tests. Probably would be best to split them up my module and giving them individual `conftest.py(s)` or something.

help wanted
tests

Refactoring logger.py and separate terminal UI from logging.

enhancement
candidate

If project uses VS Code integration, render `terminal.integrated.env.{PLATFORM}` setting in `.vscode/settings.json` with `PYTHONPATH`containing paths to dependencies. This will allow users to import these dependencies from the VS Code integrated terminal...

enhancement

Add configuration option to `micropy.json` to enable uploading project dependencies via a `/lib` folder. See [this comment](https://github.com/BradenM/micropy-cli/issues/68#issuecomment-553092134) for more.

enhancement

Currently, loading stubs requires validating the same stubs multiple times. Since the stub JSON file is read from on each validation, this is a very slow and repetitive process. When...

enhancement