This lesson is still being designed and assembled (Pre-Alpha version)

Intermediate Python for Astronomical Software Development: Using LINCC Framework project template

Is there an easier way to set up software projects?

What are project templates

LINCC Framework project template

Migrating to the LINCC Framework project template

Poetry installation instructions.

We can install Poetry much like any other Python distributable package, using pip:

$ source venv/bin/activate
$ pip3 install poetry

To test, we can ask where Poetry is installed:

$ which poetry
/home/alex/InterPython_Workshop_Example/venv/bin/poetry

Creating documentation

Optional Exercise: Enhancing our Package Metadata

An exercise