This package allows you to scrape metadata from the Python Package Index
Project description
pymetasnap
pymetasnap is a command-line tool that enables you to extract metadata from the Python Package Index (PyPI). It allows you to retrieve essential information about Python packages hosted on PyPI, including package names, versions, licenses, project URLs, and more.
By leveraging the PyPI API, pymetasnap automates the process of gathering package metadata, making it convenient for developers, researchers, and anyone interested in exploring package information in a structured manner.
Features
- Retrieve metadata for Python packages from PyPI.
- Extract package names, versions, licenses, and other relevant information.
- Fetch project URLs and version-specific URLs for detailed package exploration.
- Store the extracted metadata in CSV or Excel format for further analysis.
Installation
You can install pymetasnap using pip:
pip install pymetasnap
Usage
Detached mode
To extract metadata for Python packages from PyPI, use the following command:
pymetasnap extract --source-path <path_of_the_txt_file> --output <output_path> --format <input_format>
Replace the following placeholders in the command:
<path_of_the_txt_file>
: Names of the packages to retrieve metadata for (separated by spaces).<output_path>
: Path to store the extracted metadata file.<input_format>
: Format of the input requirements file (pip_list or pip_freeze).
Interactive mode
Additionally, an interactive mode is available, allowing you to provide the required values through user prompts as follows:
Output
The tool generates a file containing the extracted metadata for the specified packages in the provided output format (CSV or Excel). The output file includes columns for package name, version, license, repository URL, project URL, and version-specific URL. This information can be used for various purposes, such as dependency analysis, license compliance, or package research.
Contributing
Contributions to pymetasnap are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on the project's GitHub repository.
When contributing, please ensure that you follow the existing coding style, write tests for new features, and make sure the tests pass before submitting a pull request.
License
pymetasnap is licensed under the MIT License. See the LICENSE file for more details.
Acknowledgments
The pymetasnap tool builds upon the PyPI API to provide a convenient way to access package metadata. We would like to express our gratitude to the PyPI maintainers and the Python community for their continuous efforts in maintaining and improving the Python Package Index.
Contact
For any inquiries or feedback, please contact the project maintainer at using the issues tab.
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 pymetasnap-0.39.0.tar.gz
.
File metadata
- Download URL: pymetasnap-0.39.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a3143e1292130364d5c6d46516c981b1646d230cb4f8cd933c34b3b7e0735f1 |
|
MD5 | 3b34ec30ba4bf66ec4193c38e3d69820 |
|
BLAKE2b-256 | 10a971a0380e60a40fd5496089ca842b60cd63284b14442443420e5cfefa9e42 |
File details
Details for the file pymetasnap-0.39.0-py3-none-any.whl
.
File metadata
- Download URL: pymetasnap-0.39.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 192444cb5d2089424481d11c9c1e6cea2842eb394c25c7b32042885bc73be08a |
|
MD5 | a4ed86d15f9356502b643e5a6bdf911d |
|
BLAKE2b-256 | 6bd84f4192bfb819206ff685c631b1e1922e24a73455624b1f70679829adf31f |