Skip to main content

Utilities used for the german supermarket web scrapping project

Project description

# PythonUtilitiesProject

Utilities used for the german supermarket web scrapping project

## Python environment setup In the root directory of the project setup python virtual environment using virtualenv > python3 -m virtualenv .venv

Start the virtualenv using > source .venv/bin/activate

Install python libraries > pip install -r requirements.txt

## Testing the application To test the application > python3 -m pytest tests

## Build the module To build the application you can run > python3 setup.py sdist this will generate a dist folder containing a .tar.gz file.

You can also use the build added from requirements.txt. To use this, run > python3 -m build this generates an additional .whl file in the dist folder

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

pythonUtilitiesProject-0.1.3.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

pythonUtilitiesProject-0.1.3-py3-none-any.whl (3.8 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