Skip to main content

A utility for searching GAV(groupId artifactId and version) using hash values

Project description

https://badge.fury.io/py/sc-search-gav.svg PyPI - Python Version

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

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sc-search-gav-0.0.2.tar.gz (11.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page