Skip to content

Commit 278a6a6

Browse files
Merge branch 'main' of https://github.com/ttxdev/ttx.py into main
2 parents 251e4da + 3347ba5 commit 278a6a6

2 files changed

Lines changed: 18 additions & 13 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1+
<<<<<<< HEAD
12
# ttx
23
No 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

1311
Python 3.9+
1412

1513
## Installation & Usage
14+
1615
### pip install
1716

1817
If 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

2524
Then import the package:
2625
```python

pyproject.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
[tool.poetry]
22
name = "ttx"
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+
<<<<<<< HEAD
89
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
910
keywords = ["OpenAPI", "OpenAPI-Generator", "TTX.Api"]
1011
include = ["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]
1319
python = "^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
4652
warn_unused_configs = true

0 commit comments

Comments
 (0)