This is a starter template for a simple Python project in VSCode.
You don't have to do much to get this running. Create an environment, write your code, and run it.
If you need to publish to PyPI, you might want to use the pypi-skeleton instead.
In VSCode, press Ctrl
+Shift
+p
(Windows) or Cmd
+Shift
+p
(Mac) and search for "Python: Create Environment...". Take the defaults and install requirements from requirements.txt
.
Search for REPLACEME_
and replace it with the correct information.
You can add tests for specific functions in the tests/
directory. Run the tests like this:
pytest
Open main.py
and run it within VSCode.