Input rows from google sheets into input-flow
Documentation
The full documentation is at https://dj-input-googlesheets.readthedocs.io.
Quickstart
Install dj-input-googlesheets:
pip install dj-input-googlesheets
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'inputgooglesheets.apps.InputGoogleSheetsConfig',
...
)
Add dj-input-googlesheets’s URL patterns:
from inputgooglesheets import urls as inputgooglesheets_urls
urlpatterns = [
...
url(r'^', include(inputgooglesheets_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2019-10-22)
First release on PyPI.
Release files for dj-input-googlesheets 0.2.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dj-input-googlesheets-0.2.8.tar.gz | 15.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dj_input_googlesheets-0.2.8-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 35.9 kB
Release files / dj-input-googlesheets-0.2.8.tar.gz
| Download URL | dj-input-googlesheets-0.2.8.tar.gz |
|---|---|
| Size | 15.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dbbad484cafd870973adffba12fb487a0f69f5043bc6434b595acf073c2ec962
|
|
BLAKE2b-256 checksum How to use checksums |
6bbba8f711a03405cd890eeda5eb1f4403bf668020ca45deb54e303c71b6f1f8
|
| 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.5
|
Release files / dj_input_googlesheets-0.2.8-py2.py3-none-any.whl
| Download URL | dj_input_googlesheets-0.2.8-py2.py3-none-any.whl |
|---|---|
| Size | 20.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
976ef8c237b08d86f5c8e02d1313357395d88e1e0a880a04b44210b3c391c3c6
|
|
BLAKE2b-256 checksum How to use checksums |
741856284d146a1091d102dd639849f82def4bae9c4d000845ee57c533b54c9e
|
| 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.5
|