Skip to content

Commit 3347ba5

Browse files
committed
update details
1 parent b4d2e97 commit 3347ba5

2 files changed

Lines changed: 11 additions & 17 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
1-
# ttx-py
2-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
31

4-
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5-
6-
- API version: 1.0
7-
- Package version: 1.0.0
8-
- Generator version: 7.13.0
9-
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
2+
Python API wrapper for TTX.
103

114
## Requirements.
125

136
Python 3.9+
147

158
## Installation & Usage
9+
1610
### pip install
1711

1812
If the python package is hosted on a repository, you can install directly using:
1913

2014
```sh
21-
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
15+
pip install git+https://github.com/ttxdev/ttx.py.git
2216
```
23-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
17+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/ttxdev/ttx.py.git`)
2418

2519
Then import the package:
2620
```python

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "ttx_py"
33
version = "1.0.0"
4-
description = "TTX.Api"
5-
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
6-
license = "NoLicense"
4+
description = "TTX API wrapper"
5+
authors = ["TTX <https://github.com/ttxdev>"]
6+
license = "AGPL-3.0"
77
readme = "README.md"
8-
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
9-
keywords = ["OpenAPI", "OpenAPI-Generator", "TTX.Api"]
8+
repository = "https://github.com/ttxdev/ttx.py"
9+
keywords = []
1010
include = ["ttx_py/py.typed"]
1111

1212
[tool.poetry.dependencies]
@@ -39,8 +39,8 @@ files = [
3939
#"test", # auto-generated tests
4040
"tests", # hand-written tests
4141
]
42-
# TODO: enable "strict" once all these individual checks are passing
43-
# strict = true
42+
43+
strict = true
4444

4545
# List from: https://mypy.readthedocs.io/en/stable/existing_code.html#introduce-stricter-options
4646
warn_unused_configs = true

0 commit comments

Comments
 (0)