This project represents simple web app to calculate calories based on given food type.
Project description
Calorie counter
This project represents simple web app to calculate calories based on given food type.
Please check https://food-calories-counter.herokuapp.com get familiar with application itself.
Tools
- front-end
- html5
- css3
- javascript (vanilla)
- back-end
- python 3.6 | 3.7 | 3.8
- flask
- code analysis
Usage
PYPI
Please run following script to obtain latest package from PYPI:
➜ pip install calorie-counter
Then please execute instructions below to launch game from your environment:
from counter import Bind, easyrun
easyrun(bind=Bind("0.0.0.0:5003"), debug=True)
Running on https://0.0.0.0:5003 (CTRL + C to quit)
...
Then please open localhost:5003/ endpoint.
Source code
To be able to run source code please execute command below:
➜ python -m counter --bind 0.0.0.0:5003 --debug
Running on https://0.0.0.0:5003 (CTRL + C to quit)
...
Also you can use flask built-in runner based on .flaskenv config file:
➜ flask run
Serving Flask app "counter.py"
...
For both cases, then please open localhost:5003/ endpoint.
Development notes
CI
Project has Travis CI integration using .travis.yml file thus code analysis (black
, mypy
) and unittests (pytest
) will be run automatically
after every made change to the repository.
To be able to run code analysis, please execute command below:
➜ ./analyse-code.sh
Release notes
- 0.1.3
- Use click CLI tool
- 0.1.2
- Add metainfo into home page
- 0.1.0
- Introduce PYPI package
Meta
Author – Volodymyr Yahello
Distributed under the MIT
license. See LICENSE for more information.
You can reach out me at:
- vyahello@gmail.com
- https://github.com/vyahello
- https://www.linkedin.com/in/volodymyr-yahello-821746127
Contributing
- clone the repository
- configure Git for the first time after cloning with your
name
andemail
pip install -r requirements.txt
to install all project dependenciespip install -r requirements-dev.txt
to install all dev project dependencies
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file calorie-counter-0.1.3.tar.gz
.
File metadata
- Download URL: calorie-counter-0.1.3.tar.gz
- Upload date:
- Size: 153.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c4d9e37421f8342e3d041ce4be57484beac5ccb4b20589570991e980a9cadd5 |
|
MD5 | e3c21d10e2f90767c515e5784ceb032b |
|
BLAKE2b-256 | 890a42dae353638453240ef42125b1fbed8ff2e07c72037b733a46e08a9ee1da |
File details
Details for the file calorie_counter-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: calorie_counter-0.1.3-py3-none-any.whl
- Upload date:
- Size: 159.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | becd3d4afed427f448ab7a3c3dcd4b209959ae84f4b9c34ffc2dfc8be499967a |
|
MD5 | ccab71199268f49e70b2f1d130421b1d |
|
BLAKE2b-256 | 8418872a9d2f056e3dfc9410c7343740c812700ed15aaa693317fbf4d6245ae3 |