| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
WebPCART is an online analysis platform for Python program API parameter compatibility issues, built based on the PCART tool. It enables visual analysis, detection, and repair of API parameter compatibility issues in Python programs through a user-friendly web interface.
PCART project address: https://github.com/PCART-tools/PCART
Clone the repository
git clone https://github.com/PCART-tools/WebPCART.git
cd WebPCARTInstall frontend dependencies
cd frontend
npm installInstall backend dependencies
cd ../backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtTo run both frontend and backend in development mode:
# From the frontend directory
npm run dev:allClone the repository
git clone https://github.com/PCART-tools/WebPCART.git
cd WebPCARTBuild and start services with Docker Compose
docker-compose up --buildWebPCART is licensed under the GNU Affero General Public License v3.0. See LICENSE for details.
| Back | FazBrowse Home | New Git URL |