Webflow CMS API Client
Disclamer
This python port of the official Webflow CMS API Client (for JS) is not maintained by or associated with Webflow.
Requirements
Python3 (recommended >= 3.6)
See requirements.txt
Installation
Install the package via PyPi:
$ pip install webflowpy
Usage
from webflowpy.Webflow import Webflow
# Initialize the API
webflow_api = Webflow()
# Fetch a site
webflow_api.site(site_id='XXX')
The Webflow constructor takes several options to initialize the API client:
token - the API token (can also be set via conf.ini - see settings.py)
All of the API methods are documented in the API documentation .
Contributing
Contributions are welcome - feel free to open an issue or pull request.
License
The MIT license - see LICENSE.
Changelog
Jan 28th 2019
Bug Fix
Dec 28th 2018
Initial release
Release files for Webflowpy 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Webflowpy-0.0.5.tar.gz | 24.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Webflowpy-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.7 kB
Release files / Webflowpy-0.0.5.tar.gz
| Download URL | Webflowpy-0.0.5.tar.gz |
|---|---|
| Size | 24.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
97aeda769293a92b26f4b683018f530982837c3a0cb21d4dae20d1fba6e5fb86
|
|
BLAKE2b-256 checksum How to use checksums |
347816f7bf862cd9b90527f991c9ce7f471dd53bef7b6ec16e399eebe53d0a9f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|
Release files / Webflowpy-0.0.5-py3-none-any.whl
| Download URL | Webflowpy-0.0.5-py3-none-any.whl |
|---|---|
| Size | 10.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
22b0f50018a46206c92760e6fe1186b36d10578fe19d69cec2d7226114a858ff
|
|
BLAKE2b-256 checksum How to use checksums |
57e02f4ed3dcf5d00e4c6813ef9299efa013a0cecdeda75defb2124d67f0165f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|