Input rows from google sheets into input-flow
Project description
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.
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
File details
Details for the file dj-input-googlesheets-0.2.8.tar.gz
.
File metadata
- Download URL: dj-input-googlesheets-0.2.8.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbbad484cafd870973adffba12fb487a0f69f5043bc6434b595acf073c2ec962 |
|
MD5 | ff4f63b0aca63c5d4d44a917145e7458 |
|
BLAKE2b-256 | 6bbba8f711a03405cd890eeda5eb1f4403bf668020ca45deb54e303c71b6f1f8 |
Provenance
File details
Details for the file dj_input_googlesheets-0.2.8-py2.py3-none-any.whl
.
File metadata
- Download URL: dj_input_googlesheets-0.2.8-py2.py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 2, Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 976ef8c237b08d86f5c8e02d1313357395d88e1e0a880a04b44210b3c391c3c6 |
|
MD5 | 8e479a0260452ad8035776fbaabb26b4 |
|
BLAKE2b-256 | 741856284d146a1091d102dd639849f82def4bae9c4d000845ee57c533b54c9e |