A small package which helps in easy integeration with PageClip API
Project description
Pygeclip
A simple Python Package for seamless integeration with Pageclip APIDescription
Pageclip provides seamless integeration for static html forms. The data is easily collected and managed on the Pageclip server. They also provide a REST API for retrieval of the data in JSON and CSV format.The Problem? They don't have a proper documentation for using the API with Python. I faced a lot of issues in beginning and finally got it to work. So I made a simple package which you can use to retrieve the data from their API easily.
Usage
1. Make an instance of the class pgconn() item = pgconn("url", "api_key")
This takes two parameters, The URL Your api key You can refer to PageClip documentation for both (it's easily undestandable, they have great documentation!)
-
Call the data() function
item.data()
This returns the data from the api in json format and you can use it do do your magic!
Note
This is an initial commit. I will be adding all features in this package soon!1: Putting the data to the form through api
2: Retrieving and processing the data in CSV format
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygeclip-0.0.1.tar.gz.
File metadata
- Download URL: pygeclip-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75d9f7e4d045d8ebdef4e22c99127f6ad041d6d1d289a8f0cc2360e297038af8
|
|
| MD5 |
88abe77dfb0c29404c7ceb5dbf09b847
|
|
| BLAKE2b-256 |
d2b6f8ef331ac14cf316f4416ab62150e58fb3c77be4011b007bc6f34757a8c3
|
File details
Details for the file pygeclip-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pygeclip-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86e22748d2f25d9cce3fa374377594ed05a6cd22c4febf26dc6b3bb0de5a9e34
|
|
| MD5 |
2aa4a126f4df1f24768ac4b0b2dddb2a
|
|
| BLAKE2b-256 |
245f392633aca72c89ae8858bda877d31c77d6c63b837e2f6b0b863a774ce338
|