https://github.com/gawel/pyoil
Small app to track your oil expenses.
https://github.com/gawel/pyoil
oil-analysis python van
Last synced: 10 months ago
JSON representation
Small app to track your oil expenses.
- Host: GitHub
- URL: https://github.com/gawel/pyoil
- Owner: gawel
- Created: 2016-02-13T11:42:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T10:18:44.000Z (over 3 years ago)
- Last Synced: 2025-02-08T07:44:08.542Z (over 1 year ago)
- Topics: oil-analysis, python, van
- Language: Python
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
pyoil
================================================
Small app to track your oil expenses.
Clone the repo::
$ git clone git@github.com:gawel/pyoil.git
$ cd pyoil
Create a venv and install the soft::
$ PYTHON=python3 make
Start the app for testing::
$ make serve
Go to http://localhost:4444/new
Default login/password is: admimin / passwd
Use whatever wsgi server for production. `pyoil.application` is a wsgi app::
$ ADMIN_PASSWORD=yourpassword ./venv/bin/chaussette pyoil.application --port 8080
PyOil use `TinyDB `_ The database is
located at `~/.pyoil.json`