File: __init__.py

package info (click to toggle)
python-semantic-version 2.3.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 272 kB
  • sloc: python: 1,355; makefile: 175
file content (10 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2014 The python-semanticversion project
# This code is distributed under the two-clause BSD License.


__author__ = "Raphaƫl Barrois <raphael.barrois+semver@polytechnique.org>"
__version__ = '2.3.1'


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