A small pep entries parser based on Beautiful Soup 4 library
- Clone the repository:
git clone https://github.com/alisher-nil/bs4_parser.git- Navigate to the project directory:
cd bs4_parser- Create virtual environment
python -m venv .venv- Update pip
python -m pip install --upgrade pip- Install the required dependencies:
pip install -r requirements.txtRequires uv package manager.
- Clone the repository:
git clone https://github.com/alisher-nil/bs4_parser.git- Navigate to the project directory:
cd bs4_parser- Sync the project:
uv syncTo run the PEP parser, use the following command from the project directory:
python main.py {whats-new,latest-versions,download} [-h] [-c] [-o {pretty,file}]
# or with uv
uv run main.py {whats-new,latest-versions,download} [-h] [-c] [-o {pretty,file}] Please feel free to contact me with any questions or feedback:
- Email: alisher.nil@gmail.com
- GitHub: alisher-nil