File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <<<<<<< HEAD
12# ttx
23No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator )
4+ =======
5+ >>>>>>> 3347ba58664416c6ec968378d7f006e966b1aee4
36
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
7+ Python API wrapper for TTX.
108
119## Requirements.
1210
1311Python 3.9+
1412
1513## Installation & Usage
14+
1615### pip install
1716
1817If the python package is hosted on a repository, you can install directly using:
1918
2019``` sh
21- pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID .git
20+ pip install git+https://github.com/ttxdev/ttx.py .git
2221```
23- (you may need to run ` pip ` with root permission: ` sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID .git ` )
22+ (you may need to run ` pip ` with root permission: ` sudo pip install git+https://github.com/ttxdev/ttx.py .git ` )
2423
2524Then import the package:
2625``` python
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ttx"
33version = " 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 "
77readme = " README.md"
8+ <<<<<<< HEAD
89repository = " https://github.com/GIT_USER_ID/GIT_REPO_ID"
910keywords = [" OpenAPI" , " OpenAPI-Generator" , " TTX.Api" ]
1011include = [" ttx/py.typed" ]
12+ =======
13+ repository = " https://github.com/ttxdev/ttx.py"
14+ keywords = []
15+ include = [" ttx_py/py.typed" ]
16+ >>>>>>> 3347ba58664416c6ec968378d7f006e966b1aee4
1117
1218[tool .poetry .dependencies ]
1319python = " ^3.9"
@@ -39,8 +45,8 @@ files = [
3945 # "test", # auto-generated tests
4046 " tests" , # hand-written tests
4147]
42- # TODO: enable "strict" once all these individual checks are passing
43- # strict = true
48+
49+ strict = true
4450
4551# List from: https://mypy.readthedocs.io/en/stable/existing_code.html#introduce-stricter-options
4652warn_unused_configs = true
You can’t perform that action at this time.
0 commit comments