Skip to main content

A Python3 Flask front-end application to search the Cycle Babac catalogue and return description, price and availability.

Project description

Code style: black

Flask Babac

A Python3 Flask front-end application to search the Cycle Babac catalogue and return description, price and availability.

Installation

  1. Clone the repository
git clone https://github.com/normcyr/flask_babac
  1. Create a Python virtual environment using virtualenv
cd flask_babac
virtualenv -p python3 venv
source venv/bin/activate
  1. Install the module
pip install -e .

Configuration

  1. Connection to the Cycle Babac website
cp config.yml.example config.yml

Then edit the config.yml file (eg nano config.yml) and change the value of the username and password variables to the proper credentials to log in to the Cycle Babac website.

Finally, move the config.yml file to your user configuration folder

mkdir -p ~/.config/flask_babac
mv config.yml ~/.config/flask_babac/config.yml
  1. Environment variables for the Flask application
cp .env.example .env

Then edit the .env file (eg nano .env) and change the values of the variables to your desired parameters.

  1. Launch the Flask application
flask run

Then access web application at the address given, typically http://127.0.0.1:8080

This is the page you should get at first:

Start screen

And after search for training wheels, you get your results in a table:

Search results

Perform a search on a command line interface

Launch the search with the following command:

flask_babac search text

For example:

flask_babac training wheels

or, using a catalogue number:

flask_babac 22-150

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

Flask Babac-0.1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

Flask_Babac-0.1.0-py3-none-any.whl (17.6 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