allisson/python-simple-rest-client

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/pythonapp.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.rst
LICENSE
MANIFEST.in
Makefile
README.rst
docs/Makefile
docs/index.rst
docs/installation.rst
docs/quickstart.rst
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.cfg
docs/conf.py41
examples/async_github.py28
examples/async_httpbin.py13
examples/async_httpbin_disable_ssl.py13
examples/github.py25
examples/httpbin.py13
examples/httpbin_disable_ssl.py13
setup.py54
A
1 hr
simple_rest_client/__init__.py0
simple_rest_client/api.py58
A
2 hrs
simple_rest_client/decorators.py44
simple_rest_client/exceptions.py18
simple_rest_client/models.py3
simple_rest_client/request.py76
A
55 mins
simple_rest_client/resource.py116
A
1 hr