File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11# Connect Python SDK
22
3- ![ pyversions] ( https://img.shields.io/pypi/pyversions/connect-sdk.svg ) [ ![ PyPi Status] ( https://img.shields.io/pypi/v/connect-sdk.svg )] ( https://pypi.org/project/connect-sdk/ ) [ ![ codecov] ( https://codecov.io/gh/ingrammicro/connect-python-sdk/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ingrammicro/connect-python-sdk ) [ ![ Build Status] ( https://travis-ci.org/ingrammicro/connect-python-sdk.svg?branch=master )] ( https://travis-ci.org/ingrammicro/connect-python-sdk )
3+ ![ pyversions] ( https://img.shields.io/pypi/pyversions/connect-sdk.svg ) [ ![ PyPi Status] ( https://img.shields.io/pypi/v/connect-sdk.svg )] ( https://pypi.org/project/connect-sdk/ ) [ ![ codecov] ( https://codecov.io/gh/ingrammicro/connect-python-sdk/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ingrammicro/connect-python-sdk ) [ ![ Build Status] ( https://travis-ci.org/ingrammicro/connect-python-sdk.svg?branch=master )] ( https://travis-ci.org/ingrammicro/connect-python-sdk ) [ ![ PyPI status ] ( https://img.shields.io/pypi/status/connect-sdk.svg )] ( https://pypi.python.org/pypi/connect-sdk/ )
44### Getting Started
55---
66Connect Python SDK allows an easy and fast integration with Connect fulfillment API. Thanks to it you can automate the fulfillment of orders generated by your products.
Original file line number Diff line number Diff line change 1717 ), session = 'None' )
1818
1919VERSION = environ .get ('TRAVIS_TAG' )
20- if not VERSION :
21- raise EnvironmentError ('Not found `TRAVIS_TAG`' )
22-
2320PACKAGES = find_packages (exclude = ['tests*' ])
2421
2522DOC = ''
You can’t perform that action at this time.
0 commit comments