Skip to content
Joel B edited this page May 9, 2026 · 31 revisions

Welcome to the Pynventory wiki!

Everything you need to set up, write code, and contribute to this project.

The goal is to practice real software development workflows in a supportive environment: issues, branches, pull requests, code review, releases, and teamwork.

Start here

Current project phase

Right now, the project is focused on improving the terminal-based inventory app before moving toward a web interface.

Current priorities:

  • improve inventory behavior
  • add quantity and selling features
  • add search and better list output
  • introduce simple automated tests
  • keep the contributor workflow clear and beginner-friendly

Project management

Use GitHub Issues to report bugs, suggest features, and discuss planned work.

Before starting work, check for an existing issue. If none exists, create one and link it to the project board.

Clone this wiki locally