Skip to content

Commit 4d28533

Browse files
committed
updates
1 parent 3ba04ef commit 4d28533

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# stitch-connect-client
1+
# stitch-connect-client
22

33
[![](https://img.shields.io/pypi/v/stitch-connect-client.svg)](https://pypi.org/pypi/stitch-connect-client/) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
44

5-
<!-- Short description of the package -->
6-
7-
An asynchronous python client for calling the Stitch Connect API.
8-
9-
- <!-- list of features -->
5+
An asynchronous Python client for calling the Stitch Connect API.
106

117
Table of Contents:
128

@@ -25,7 +21,6 @@ pip install stitch-connect-client
2521
## Guide
2622

2723
For documentation on how to use the client, refer to the README in the [client directory](https://github.com/NarrativeScience/stitch-connect-python/client/)
28-
<!-- Subsections explaining how to use the package -->
2924

3025
## Development
3126

client/.openapi-generator-ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
25+
LICENSE.md

client/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ deps=-r{toxinidir}/requirements.txt
66
-r{toxinidir}/test-requirements.txt
77

88
commands=
9-
pytest -v --cov petstore_api
9+
pytest -v --cov stitch_connect_client

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ home-page = "https://github.com/NarrativeScience/stitch-connect-python"
1010
license = "BSD-3-Clause"
1111
description-file = "README.md"
1212
requires = [
13-
# Requirements here, e.g. "backoff>=1.8.0,<2",
13+
"certifi>=14.05.14",
14+
"future; python_version<=2.7",
15+
"six>=1.10",
16+
"python_dateutil>=2.5.3",
17+
"setuptools>=21.0.0",
18+
"urllib3>=1.15.1",
1419
]
1520
classifiers = [
1621
"Intended Audience :: Developers",
@@ -19,7 +24,7 @@ classifiers = [
1924
"Topic :: Software Development :: Libraries :: Python Modules",
2025
]
2126
requires-python = ">=3.6,<4"
22-
keywords = "comma,separated,keywords"
27+
keywords = "stitch,openapi"
2328

2429
[tool.flit.sdist]
2530
include = ["LICENSE.md"]

0 commit comments

Comments
 (0)