Skip to main content

No project description provided

Project description

# unified-range

Based on the VersionRange [model](https://github.com/apache/maven/tree/master/maven-artifact/src/main/java/org/apache/maven/artifact/versioning) and [spec](https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html) of maven.

Library to convert semver ranges to unified-range and the over way around. Currently only supported for comparator semver ranges.

## Install 1. Use pipenv

pipenv install unified-range

or

  1. Use pip directly

pip install unified-range

## How to use 1. Import the api module:

from unified_range import api

  1. Convert from semver to the unified range (return VersionRange object):

ver_rng = api.from_semver(semver_str)

  1. To get the string representation of a VersionRange object:

version_range_str = str(ver_rng)

  1. Convert from unified spec to semver_str (return str):

semver = api.to_semver(unified_spec_str)

  1. Convert from spec string to VersionRange objects:

ver_rng = api.unified_range(unified_spec_str)

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

unified_range-0.0.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

unified_range-0.0.1-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

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