Skip to main content

Python client for onlinebrief24.de - a German letter sending service.

Project description

Installation

pip install onlinebrief24

Beispiele

import onlinebrief24

c = onlinebrief24.Client('email@example.com', 'secret_password')
c.login()
c.upload('/tmp/filename1.pdf', duplex=False, color=False)
c.upload('/tmp/filename2.pdf', registered='insertion', envelope='c4')
c.disconnect()

with-statement

with onlinebrief24.Client('email@example.com', 'secret_password') as c:
    c.upload('/tmp/filename1.pdf', duplex=False, color=False)
    c.upload('/tmp/filename2.pdf', registered='insertion', envelope='c4')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

onlinebrief24-1.0-py2-none-any.whl (4.9 kB view details)

Uploaded Python 2

File details

Details for the file onlinebrief24-1.0-py2-none-any.whl.

File metadata

  • Download URL: onlinebrief24-1.0-py2-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15rc1

File hashes

Hashes for onlinebrief24-1.0-py2-none-any.whl
Algorithm Hash digest
SHA256 b7103b78f9ce96c4aa8d0e7ed5ed6333aa13ff99b45acd5a4b810bbe3c7bd6a0
MD5 49d9c0f57a10663af827d8c0a5cfe252
BLAKE2b-256 092a826332a1f43c98997dd0873def96c96b45b46b17a1838854b0ae8c3c9766

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page