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
Release history Release notifications | RSS feed
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
Hashes for pythonUtilitiesProject-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80ac36e48cd5cb74c13170f4630a4e4dd88c5dec774db3bfbf94fcffb89f6171 |
|
MD5 | d34f343fb206d6f33eab1cdfb0046e82 |
|
BLAKE2b-256 | 73ade0cb69d945c29bb9a246aaad1e23e45a01de28ae634be843c280e38d89cc |
Hashes for pythonUtilitiesProject-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01f695b440fea8391986d1c75eaef32c7f14854317ec137c90883cb1a3ea4a03 |
|
MD5 | 8c141fe335f6bc3ae6ed71dbf51c0e90 |
|
BLAKE2b-256 | 9694a47a9002f79b3a2e0ee23be0dfa40a6ad1ef4a07cde5fbd1ec71c4283ae6 |