python-google-sheets 1.0.0__tar.gz → 1.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/PKG-INFO +1 -1
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/spreadsheet_requests/conditional_format_rule.py +1 -1
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/pyproject.toml +1 -1
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/python_google_sheets.egg-info/PKG-INFO +1 -1
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/LICENSE +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/README.md +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/__init__.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/api_request.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/google_sheets.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/spreadsheet_requests/__init__.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/spreadsheet_requests/dimension.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/spreadsheet_requests/general_models.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/spreadsheet_requests/merge_cells.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/spreadsheet_requests/spreadsheet.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/spreadsheet_requests/update_cells.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/spreadsheet_requests/update_sheet_properties.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/styles.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/google_sheets/utils.py +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/python_google_sheets.egg-info/SOURCES.txt +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/python_google_sheets.egg-info/dependency_links.txt +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/python_google_sheets.egg-info/requires.txt +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/python_google_sheets.egg-info/top_level.txt +0 -0
- {python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/setup.cfg +0 -0
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
name = "python-google-sheets"
|
|
7
7
|
description = "A lightweight and efficient Python wrapper for the Google Sheets API v4"
|
|
8
8
|
authors = [{ name = "Timofey Egorov", email = "timegorr@gmail.com" }]
|
|
9
|
-
version = "1.0.
|
|
9
|
+
version = "1.0.1"
|
|
10
10
|
readme = "README.md"
|
|
11
11
|
requires-python = ">=3.11"
|
|
12
12
|
classifiers = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/python_google_sheets.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python_google_sheets-1.0.0 → python_google_sheets-1.0.1}/python_google_sheets.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|