Clappform
Clappform is a wrapper for a Clappform B.V. API written in Python.
>>> from clappform import Clappform
>>> import clappform.dataclasses as r
>>> c = Clappform("https://app.clappform.com", "j.doe@clappform.com", "S3cr3tP4ssw0rd!")
>>> apps = c.get(r.App())
>>> for app in apps:
... print(app.name)
'Clappform'
'Default'
Clappform allows you to interact with the Clappform API for a given domain. For many of the resources that the Clappform API provides the simple get, create, update and delete methods can be used. Authentication is done transparently, so there is no need to manually authenticate.
Developer interface is available on Read The Docs
Release files for clappform 4.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| clappform-4.1.0.tar.gz | 14.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| clappform-4.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.4 kB
Release files / clappform-4.1.0.tar.gz
| Download URL | clappform-4.1.0.tar.gz |
|---|---|
| Size | 14.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
feb6ee9edaf36441d16d1a81be7a95c7d526e32e68bcd774dbb703f6c14fd2a3
|
|
BLAKE2b-256 checksum How to use checksums |
19a22f583653df0924961408d94ef17b5831de6e4a8ab011ee91c811906c1fe3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.18
|
Release files / clappform-4.1.0-py3-none-any.whl
| Download URL | clappform-4.1.0-py3-none-any.whl |
|---|---|
| Size | 15.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2aeaa0c0a6f5f3c9e739db778c631cccf3f7c9e8b45c5b8c83a0196e9d751a67
|
|
BLAKE2b-256 checksum How to use checksums |
729030ebd82635f3ea21027ccfa445a5f8ed958137fa40b8af058c882709faec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.18
|