Skip to content

Python grocery list example repository to introduce SWE practices

Notifications You must be signed in to change notification settings

CRIStAL-Sigma/python-grocery-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Grocery List

The project aims to manage the content of your fridge.

Download and Install

Dependencies

Following packages are required:

pyyaml

Install

Clone this repository

git clone https://github.com/guillep/python-grocery-list.git
cd python-grocery-list

And execute setup.py

pip install .

Of course, if you're in development mode and you want to install also dev packages, documentation and/or tests, you can do as follows:

pip install -e .

About

Python grocery list example repository to introduce SWE practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.3%
  • Shell 31.7%