The PIP Analysis Tool is a web application that helps you check the latest versions of the packages listed in
your requirements.txt
file. It fetches the latest versions from PyPI and displays them in a user-friendly interface.
- Paste your
requirements.txt
content and check the latest versions of the packages. - View detailed information about each package, including the latest version, summary, author, license, and home page.
- Generate a new
requirements.txt
file with the updated versions.
- Open the
index.html
file in your web browser. - Paste the content of your
requirements.txt
file into the provided textarea. - Click the "Check Latest Versions" button to fetch the latest versions of the packages.
- View the results in the table and click on any package row to see more details.
- Click the "Generate New Requirements" button to generate a new
requirements.txt
file with the updated versions.
index.html
: The main HTML file that contains the structure of the web application.script.js
: The JavaScript file that handles the logic for fetching package versions and updating the UI.styles.css
: The CSS file that contains the styling for the web application.
To make changes to the project, follow these steps:
- Clone the repository.
- Open the project in your preferred code editor.
- Make changes to the HTML, JavaScript, or CSS files as needed.
- Open
index.html
in your web browser to see the changes.
This project is licensed under the MIT License. See the LICENSE file for more details.