Skip to content

alisher-nil/bs4_parser

Repository files navigation

Static Badge Static Badge

bs4 parser

A small pep entries parser based on Beautiful Soup 4 library

Table of Contents

Installation

basic

  1. Clone the repository:
git clone https://github.com/alisher-nil/bs4_parser.git
  1. Navigate to the project directory:
cd bs4_parser
  1. Create virtual environment
python -m venv .venv
  1. Update pip
python -m pip install --upgrade pip
  1. Install the required dependencies:
pip install -r requirements.txt

uv

Requires uv package manager.

  1. Clone the repository:
git clone https://github.com/alisher-nil/bs4_parser.git
  1. Navigate to the project directory:
cd bs4_parser
  1. Sync the project:
uv sync

Usage

To 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}] 

Author

Please feel free to contact me with any questions or feedback:

About

PEP documents parser using BS4 library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages