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- # etpclient
1+ etpclient
2+ ==========
3+
4+
5+ [ ![ License] ( https://img.shields.io/pypi/l/etpclient )] ( https://github.com/geosiris-technologies/etpclient-python/blob/main/LICENSE )
6+ [ ![ Documentation Status] ( https://readthedocs.org/projects/etpclient-python/badge/?version=latest )] ( https://etpclient-python.readthedocs.io/en/latest/?badge=latest )
7+ [ ![ Python CI] ( https://github.com/geosiris-technologies/etpclient-python/actions/workflows/ci-tests.yml/badge.svg )] ( https://github.com/geosiris-technologies/etpclient-python/actions/workflows/ci-tests.yml )
8+ ![ Python version] ( https://img.shields.io/pypi/pyversions/etpclient )
9+ [ ![ PyPI] ( https://img.shields.io/pypi/v/etpclient )] ( https://badge.fury.io/py/etpclient )
10+ ![ Status] ( https://img.shields.io/pypi/status/etpclient )
11+ [ ![ codecov] ( https://codecov.io/gh/geosiris-technologies/etpclient-python/branch/main/graph/badge.svg )] ( https://codecov.io/gh/geosiris-technologies/etpclient-python )
12+
13+
214
315poetry run python .\src\etpclient\main.py --host MY_HOST --port 80 --sub-path etp -t https://rddms.centralus.cloudapp.azure.com/rest/Reservoir/v1/auth/token
416
517poetry run python .\src\etpclient\main.py --host 127.0.0.1 --port 17000 --sub-path etp --username login --password passwordTest
618
7- poetry run python .\src\etpclient\main.py --host 127.0.0.1 --port 5432 --username testerlogin --password passwordtester
19+ poetry run python .\src\etpclient\main.py --host 127.0.0.1 --port 5432 --username testerlogin --password passwordtester
Original file line number Diff line number Diff line change 11import pytest
22
33
4- def test_fake () -> None
5- assert 1 == 1
4+ def test_fake () -> None :
5+ assert True
66
You can’t perform that action at this time.
0 commit comments