www/py-pygsheets: Add py-pygsheets 2.0.5
A simple, intuitive library for google sheets which gets your work done. Features: - Open, create, delete and share spreadsheets using title or key - Intuitive models - spreadsheet, worksheet, cell, datarange - Control permissions of spreadsheets. - Set cell format, text format, color, write notes - Named and Protected Ranges Support - Work with range of cells easily with DataRange and Gridrange - Data validation support. checkboxes, drop-downs etc. - Conditional formatting support - get multiple ranges with get_values_batch and update wit update_values_batch WWW: https://github.com/nithinmurali/pygsheets
This commit is contained in:
@@ -1690,6 +1690,7 @@
|
||||
SUBDIR += py-protego
|
||||
SUBDIR += py-puppetboard
|
||||
SUBDIR += py-py-restclient
|
||||
SUBDIR += py-pygsheets
|
||||
SUBDIR += py-pyjwt
|
||||
SUBDIR += py-pylsqpack
|
||||
SUBDIR += py-pyocclient
|
||||
|
||||
22
www/py-pygsheets/Makefile
Normal file
22
www/py-pygsheets/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= pygsheets
|
||||
PORTVERSION= 2.0.5
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Google Spreadsheets Python API v4
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.5:www/py-google-api-python-client@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>=0:security/py-google-auth-oauthlib@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
www/py-pygsheets/distinfo
Normal file
3
www/py-pygsheets/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1626542062
|
||||
SHA256 (pygsheets-2.0.5.tar.gz) = ea6ce75dabd1359e49fd36920ff0d25ff9428ccc3d5d2474bdba80fb8653ad80
|
||||
SIZE (pygsheets-2.0.5.tar.gz) = 144657
|
||||
14
www/py-pygsheets/pkg-descr
Normal file
14
www/py-pygsheets/pkg-descr
Normal file
@@ -0,0 +1,14 @@
|
||||
A simple, intuitive library for google sheets which gets your work done.
|
||||
|
||||
Features:
|
||||
- Open, create, delete and share spreadsheets using title or key
|
||||
- Intuitive models - spreadsheet, worksheet, cell, datarange
|
||||
- Control permissions of spreadsheets.
|
||||
- Set cell format, text format, color, write notes
|
||||
- Named and Protected Ranges Support
|
||||
- Work with range of cells easily with DataRange and Gridrange
|
||||
- Data validation support. checkboxes, drop-downs etc.
|
||||
- Conditional formatting support
|
||||
- get multiple ranges with get_values_batch and update wit update_values_batch
|
||||
|
||||
WWW: https://github.com/nithinmurali/pygsheets
|
||||
Reference in New Issue
Block a user