Skip to content

Commit 845f8a3

Browse files
committed
version
1 parent a83359b commit 845f8a3

File tree

6 files changed

+52
-52
lines changed

6 files changed

+52
-52
lines changed

README.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# stitch-connect-client
1+
# stitch_connect_client
22

3-
[![](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)
3+
[![](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

55
https://www.stitchdata.com/docs/developers/stitch-connect/api
66

77
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
88

99
- API version: 0.1
10-
- Package version: 0.1.0
10+
- Package version: 0.1.1
1111
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1212

1313
Table of Contents:
@@ -21,10 +21,10 @@ Table of Contents:
2121

2222
## Installation
2323

24-
stitch-connect-client requires Python 3.6 or above.
24+
This package requires Python 3.6 or above.
2525

2626
```bash
27-
pip install stitch-connect-client
27+
pip install stitch_connect_client
2828
```
2929

3030
## Guide
@@ -78,36 +78,36 @@ Class | Method | HTTP request | Description
7878

7979
## Documentation for Models
8080

81-
- [AzureDestinationFormProperties](docs/AzureDestinationFormProperties.md)
82-
- [ConnectionCheck](docs/ConnectionCheck.md)
83-
- [ConnectionDetails](docs/ConnectionDetails.md)
84-
- [ConnectionStep](docs/ConnectionStep.md)
85-
- [ConnectionStepProps](docs/ConnectionStepProps.md)
86-
- [ConnectionStepPropsAnyOf](docs/ConnectionStepPropsAnyOf.md)
87-
- [ConnectionStepPropsJsonSchema](docs/ConnectionStepPropsJsonSchema.md)
88-
- [CreateDestinationBody](docs/CreateDestinationBody.md)
89-
- [CreateSourceBody](docs/CreateSourceBody.md)
90-
- [Destination](docs/Destination.md)
91-
- [DestinationFormProperties](docs/DestinationFormProperties.md)
92-
- [DestinationReportCard](docs/DestinationReportCard.md)
93-
- [ErrorObject](docs/ErrorObject.md)
94-
- [ErrorObjectError](docs/ErrorObjectError.md)
95-
- [FieldLevelMetadata](docs/FieldLevelMetadata.md)
96-
- [ForcedReplicationMethod](docs/ForcedReplicationMethod.md)
97-
- [HookNotification](docs/HookNotification.md)
98-
- [HookNotificationConfig](docs/HookNotificationConfig.md)
99-
- [Metadata](docs/Metadata.md)
100-
- [MetadataObject](docs/MetadataObject.md)
101-
- [ReplicationJob](docs/ReplicationJob.md)
102-
- [S3DestinationFormProperties](docs/S3DestinationFormProperties.md)
103-
- [SalesforceSourceFormProperties](docs/SalesforceSourceFormProperties.md)
104-
- [Source](docs/Source.md)
105-
- [SourceFormProperties](docs/SourceFormProperties.md)
106-
- [SourceReportCard](docs/SourceReportCard.md)
107-
- [Stream](docs/Stream.md)
108-
- [StreamLevelMetadata](docs/StreamLevelMetadata.md)
109-
- [StreamSchema](docs/StreamSchema.md)
110-
- [UpdateSourceBody](docs/UpdateSourceBody.md)
81+
- [AzureDestinationFormProperties](docs/AzureDestinationFormProperties.md)
82+
- [ConnectionCheck](docs/ConnectionCheck.md)
83+
- [ConnectionDetails](docs/ConnectionDetails.md)
84+
- [ConnectionStep](docs/ConnectionStep.md)
85+
- [ConnectionStepProps](docs/ConnectionStepProps.md)
86+
- [ConnectionStepPropsAnyOf](docs/ConnectionStepPropsAnyOf.md)
87+
- [ConnectionStepPropsJsonSchema](docs/ConnectionStepPropsJsonSchema.md)
88+
- [CreateDestinationBody](docs/CreateDestinationBody.md)
89+
- [CreateSourceBody](docs/CreateSourceBody.md)
90+
- [Destination](docs/Destination.md)
91+
- [DestinationFormProperties](docs/DestinationFormProperties.md)
92+
- [DestinationReportCard](docs/DestinationReportCard.md)
93+
- [ErrorObject](docs/ErrorObject.md)
94+
- [ErrorObjectError](docs/ErrorObjectError.md)
95+
- [FieldLevelMetadata](docs/FieldLevelMetadata.md)
96+
- [ForcedReplicationMethod](docs/ForcedReplicationMethod.md)
97+
- [HookNotification](docs/HookNotification.md)
98+
- [HookNotificationConfig](docs/HookNotificationConfig.md)
99+
- [Metadata](docs/Metadata.md)
100+
- [MetadataObject](docs/MetadataObject.md)
101+
- [ReplicationJob](docs/ReplicationJob.md)
102+
- [S3DestinationFormProperties](docs/S3DestinationFormProperties.md)
103+
- [SalesforceSourceFormProperties](docs/SalesforceSourceFormProperties.md)
104+
- [Source](docs/Source.md)
105+
- [SourceFormProperties](docs/SourceFormProperties.md)
106+
- [SourceReportCard](docs/SourceReportCard.md)
107+
- [Stream](docs/Stream.md)
108+
- [StreamLevelMetadata](docs/StreamLevelMetadata.md)
109+
- [StreamSchema](docs/StreamSchema.md)
110+
- [UpdateSourceBody](docs/UpdateSourceBody.md)
111111

112112

113113
## Documentation for Authorization
@@ -120,7 +120,7 @@ Class | Method | HTTP request | Description
120120

121121
## Development
122122

123-
To develop stitch-connect-client, install dependencies and enable the pre-commit hook:
123+
To develop `stitch_connect_client`, install dependencies and enable the pre-commit hook:
124124

125125
```bash
126126
pip install pre-commit tox
@@ -137,13 +137,13 @@ To regenerate the client, run:
137137

138138
```bash
139139
npx openapi-generator generate \
140-
-i ~/stitch-connect-openapi/openapi.yml \
140+
-i https://raw.githubusercontent.com/NarrativeScience/stitch-connect-openapi/master/openapi.yml \
141141
-g python \
142142
-o . \
143143
--library asyncio \
144144
--package-name stitch_connect_client \
145145
--git-user-id NarrativeScience \
146-
--git-repo-id stitch-connect-python \
147-
-p packageVersion=0.1.0 \
146+
--git-repo-id stitch_connect_client \
147+
-p packageVersion=0.1.1 \
148148
-t templates
149149
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup, find_packages # noqa: H301
1414

1515
NAME = "stitch-connect-client"
16-
VERSION = "0.1.0"
16+
VERSION = "0.1.1"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

stitch_connect_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = "0.1.0"
17+
__version__ = "0.1.1"
1818

1919
# import apis into sdk package
2020
from stitch_connect_client.api.destinations_api import DestinationsApi

stitch_connect_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7777
self.default_headers[header_name] = header_value
7878
self.cookie = cookie
7979
# Set default User-Agent.
80-
self.user_agent = 'OpenAPI-Generator/0.1.0/python'
80+
self.user_agent = 'OpenAPI-Generator/0.1.1/python'
8181
self.client_side_validation = configuration.client_side_validation
8282

8383
def __del__(self):

stitch_connect_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def to_debug_report(self):
260260
"OS: {env}\n"\
261261
"Python Version: {pyversion}\n"\
262262
"Version of the API: 0.1\n"\
263-
"SDK Package Version: 0.1.0".\
263+
"SDK Package Version: 0.1.1".\
264264
format(env=sys.platform, pyversion=sys.version)
265265

266266
def get_host_settings(self):

templates/README.mustache

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# {{{projectName}}}
1+
# {{{packageName}}}
22

3-
[![](https://img.shields.io/pypi/v/{{{projectName}}}.svg)](https://pypi.org/pypi/{{{projectName}}}/) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3+
[![](https://img.shields.io/pypi/v/{{{packageName}}}.svg)](https://pypi.org/pypi/{{{packageName}}}/) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
44

55
{{#appDescription}}
66
{{{appDescription}}}
@@ -29,10 +29,10 @@ Table of Contents:
2929

3030
## Installation
3131

32-
{{{projectName}}} requires Python 3.6 or above.
32+
This package requires Python 3.6 or above.
3333

3434
```bash
35-
pip install {{{projectName}}}
35+
pip install {{{packageName}}}
3636
```
3737

3838
## Guide
@@ -70,7 +70,7 @@ Class | Method | HTTP request | Description
7070

7171
## Documentation for Models
7272

73-
{{#models}}{{#model}} - [{{{classname}}}]({{modelDocPath}}{{{classname}}}.md)
73+
{{#models}}{{#model}}- [{{{classname}}}]({{modelDocPath}}{{{classname}}}.md)
7474
{{/model}}{{/models}}
7575

7676
## Documentation for Authorization
@@ -108,7 +108,7 @@ Class | Method | HTTP request | Description
108108

109109
## Development
110110

111-
To develop {{{projectName}}}, install dependencies and enable the pre-commit hook:
111+
To develop `{{{packageName}}}`, install dependencies and enable the pre-commit hook:
112112

113113
```bash
114114
pip install pre-commit tox
@@ -125,13 +125,13 @@ To regenerate the client, run:
125125

126126
```bash
127127
npx openapi-generator generate \
128-
-i ~/stitch-connect-openapi/openapi.yml \
128+
-i https://raw.githubusercontent.com/NarrativeScience/stitch-connect-openapi/master/openapi.yml \
129129
-g python \
130130
-o . \
131131
--library asyncio \
132-
--package-name stitch_connect_client \
132+
--package-name {{packageName}} \
133133
--git-user-id NarrativeScience \
134-
--git-repo-id stitch-connect-python \
134+
--git-repo-id {{packageName}} \
135135
-p packageVersion={{packageVersion}} \
136136
-t templates
137137
```

0 commit comments

Comments
 (0)