Skip to main content

This project represents simple web app to calculate calories based on given food type.

Project description

Code style: black Checked with mypy

Build Status Coverage Status Forks Stars Issues GitHub watchers GitHub contributors License

PyPI version shields.io PyPI pyversions

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.

Screenshot

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 run --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/__main__.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.1
    • 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:

Contributing

  1. clone the repository
  2. configure Git for the first time after cloning with your name and email
  3. pip install -r requirements.txt to install all project dependencies
  4. pip 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

calorie-counter-0.1.1.tar.gz (153.2 kB view hashes)

Uploaded Source

Built Distribution

calorie_counter-0.1.1-py3-none-any.whl (159.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page