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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c00c851c63c526812284bbaeb5b89a1c173b039cd0f128022c474ca6ba0ce19 |
|
MD5 | bb86f4838cb31e60bd5c6a6256780d0c |
|
BLAKE2b-256 | e9e754025bb246175267e559c83feeeb09f11371d227cc220ed688030c4b5ee3 |
Hashes for pythonUtilitiesProject-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df5ffa8443e8d542f4d415b2e4d3f74ff0988d039c6f557ff6d4b62c46002cb8 |
|
MD5 | 0a8b4088652cfdefb856be5ffd96bc73 |
|
BLAKE2b-256 | 2a52f0e0113c24cfdef4751df0584c8980821454b26dbb66be784da13d033ae9 |