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- # 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
136Python 3.9+
147
158## Installation & Usage
9+
1610### pip install
1711
1812If 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
2519Then import the package:
2620``` python
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ttx_py"
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- 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 = []
1010include = [" 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
4646warn_unused_configs = true
You can’t perform that action at this time.
0 commit comments