File: __init__.py

package info (click to toggle)
python-semantic-version 2.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 344 kB
  • sloc: python: 1,706; makefile: 174
file content (10 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
# Copyright (c) The python-semanticversion project
# This code is distributed under the two-clause BSD License.


from .base import compare, match, validate, Spec, SpecItem, Version


__author__ = "Raphael Barrois <raphael.barrois+semver@polytechnique.org>"
__version__ = '2.6.0'