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
File details
Details for the file pythonUtilitiesProject-0.1.3.tar.gz
.
File metadata
- Download URL: pythonUtilitiesProject-0.1.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf388e2e59886f8252b55c5e88a991a526904f44b1729cb2c94fa66dc084a250 |
|
MD5 | ed4b192e116e2708a025af68d7383d8d |
|
BLAKE2b-256 | 209c84ede33476eb7fba2f7d5230b97195b77e6d109ef43b3e66146ceb956f82 |
File details
Details for the file pythonUtilitiesProject-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pythonUtilitiesProject-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ea1c7baaac890eac8f5af3314e156930f939598edf8c395c5c35b5cf5d54a74 |
|
MD5 | 9b2ef7a71ac524cb469fdea9ca38993d |
|
BLAKE2b-256 | a025a9bbc806ba175331c1e2982e16c9b0a0dc84d271130e86e6a8fd8b86fe5c |