Code that I reuse in several projects
All files are licensed to GPL-3. So you can reuse them in your projects
To help to include in your prodects you can use github.py module (download_from_github)
For example
self.download_from_github('turulomio','reusingcode','python/connection_pg.py', 'caloriestracker')
- You should be able to run a file with
python file.py
so add imports withfrom casts import x
- You can
- You should be able to run a file with
example.py
- You should add imports with
from .casts.py import x