A utility for searching GAV(groupId artifactId and version) using hash values
Project description
A simple utility for searching GAV
This project provides a utility for searching GAV(groupId artifactId and version) using hash values.
Installation
It is possible to install the tool with pip:
pip install sc-search-gav
Configuration
First, make sure /var/opt/sc directory exists, if not create this directory and make sure current user has the right to create files in this directory.
You can copy default.yml to /var/opt/sc/.sc-search-gav/production.yml to initialize the production configuration.
The default configuration file looks like this:
dev: # whether this program is running is development mode dev_mode: False search: # search url url: "https://search.maven.org" # retry times retries: 3 # directories to be scanned for jars scan_libs: - /tmp/libs
Dependencies
sc-utilities >= 0.0.2
sc-config >= 0.0.3
sc-generate-hash >= 0.0.3
License
The script is released under the MIT License. The MIT License is registered with and approved by the Open Source Initiative [1].
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
File details
Details for the file sc-search-gav-0.0.2.tar.gz
.
File metadata
- Download URL: sc-search-gav-0.0.2.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 386d2f77bae457d09606ce640d95473f728637d4e0646a7fb47fb35f572c9724 |
|
MD5 | f0ecae539613fce7d74986f53a0659b3 |
|
BLAKE2b-256 | d938f83c1a3f0edb7bd481f73f9b40d2731f1db69519ddc30430d769889e6530 |