Epson Connect
This library provides a wrapper for the Epson Connect API.
NB: This library is very much still in beta.
Install
pip install epson-connect
Usage
import epson_connect
ec = epson_connect.Client(
printer_email='...',
client_id='...',
client_secret='...',
)
# Or with these enviornment variables defined...
# export EPSON_CONNECT_API_PRINTER_EMAIL=<an email address for the device>
# export EPSON_CONNECT_API_CLIENT_ID=<client id>
# export EPSON_CONNECT_API_CLIENT_SECRET=<client secret>
# ec = epson_connect.Client()
# Print a PDF.
job_id = ec.printer.print('./path/to/file.pdf')
# List scan destinations.
ec.scanner.list()
Tests
tox
Deployment
poetry build
poetry publish
Release files for epson-connect 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| epson_connect-0.2.3.tar.gz | 7.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| epson_connect-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.6 kB
Release files / epson_connect-0.2.3.tar.gz
| Download URL | epson_connect-0.2.3.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
95059481758cf2bb9788a4808ab7abec150280f2c583bfa775337ef6ff2e0f81
|
|
BLAKE2b-256 checksum How to use checksums |
c0be071a40996912959733329fbcad093a15aa33c6d8cd95800f917651777f48
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.11.1 Darwin/22.5.0
|
Release files / epson_connect-0.2.3-py3-none-any.whl
| Download URL | epson_connect-0.2.3-py3-none-any.whl |
|---|---|
| Size | 8.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
201c49609b131ec529f4efd66d56a39a8ffc2620ba9b6fcc897decdff9e43a34
|
|
BLAKE2b-256 checksum How to use checksums |
4bab03e9f67d30a97cea036b135f53064d8ce88b4cdb3ba6227ca48f3bb370ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.11.1 Darwin/22.5.0
|