Python Package Finder Library
Project description
PPF - Python Package Finder Library
This project is home to a command line interface used to search PyPi for various projects.
Using this CLI is really simple, just type "pypi" and then the name of your project.
pypi <project>
The command will be processed and will return the following fields:
- Name
- Version
- Description
- Author
- License
- Python Requirements
- Project URL
- Project URLs
- Classifiers
If the project doesn't qualify or provide for one of these fields, they will be omitted. License names are only shown if they are under 100 characters, as some maintainers like to include the LICENSE file content in the field, when theoretically it should be just the license name. This limit is imposed to take better care over the UI and aligned representation of data.
Example Usage
pypi pathlib
>>>
pathlib | 1.0.1
~~~~~~~~~~~~~~~
Object-oriented filesystem paths
Author: Antoine Pitrou
License: MIT License
Project URL: https://pypi.org/project/pathlib/
Project URLs:
- Download: https://pypi.python.org/pypi/pathlib/
- Homepage: https://pathlib.readthedocs.org/
Classifiers:
- Topic :: Software Development :: Libraries
- Topic :: System :: Filesystems
- License :: OSI Approved :: MIT License
- Operating System :: OS Independent
- Intended Audience :: Developers
- Development Status :: 5 - Production/Stable
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.2
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
Installation
Install through pip:
pip install ppfl
Requirements
The requests module is required for this CLI.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ppfl-1.0.0.tar.gz.
File metadata
- Download URL: ppfl-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9d860e244830ceb602c15575083a45d43a8503ddeaeb44f80b85ea250d6575f
|
|
| MD5 |
cb17385a7745494ade7cf8d8c90f4f6f
|
|
| BLAKE2b-256 |
b9f7101e422f098203e47c2dcfb1c71eb045dde9d912c6376ed19bce1cdde176
|
File details
Details for the file ppfl-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ppfl-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4192ba43a7bb1dc6d16f9e6155e80c564788ff518d520ccefc693106f3c2e97
|
|
| MD5 |
619cc65b027af4c197050654c7f54418
|
|
| BLAKE2b-256 |
e6a358e119cb286735ab270a910a9d04b85fccb87af11cb4f58ee5a93d56643e
|