/atm-api-python

Simulate your own ATM machine with this api

Primary LanguagePython

ATM API

Simulate your own ATM with this api

Installing

pip install -r requirements.txt

Running unit tests

python -m pytest test/

Running for development

flask run

Running for production

gunicorn app:app

dependencies

  • attrs==20.2.0
  • certifi==2020.6.20
  • click==7.1.2
  • Flask==1.1.2
  • gunicorn==20.0.4
  • iniconfig==1.0.1
  • itsdangerous==1.1.0
  • Jinja2==2.11.2
  • MarkupSafe==1.1.1
  • more-itertools==8.5.0
  • packaging==20.4
  • pluggy==0.13.1
  • py==1.9.0
  • pyparsing==2.4.7
  • pytest==6.1.0
  • pytest-mock==3.3.1
  • six==1.15.0
  • toml==0.10.1
  • Werkzeug==1.0.1

Made with 🌮 by @MiguelTI