From 5d261ed4c5d6159eeccd491f55fa0348c4ba24ef Mon Sep 17 00:00:00 2001 From: Russell Briggs Date: Wed, 16 Mar 2022 10:47:33 +0000 Subject: [PATCH 001/101] [FIX] Installation on older ubuntu systems --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e6963b8..e55dab49 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def load_requirements(file_name): def read_file(filename): - with open(filename) as fp: + with open(filename, encoding='utf-8') as fp: return fp.read() From e7716a92079001aeaaaacff71702059de733d596 Mon Sep 17 00:00:00 2001 From: Rett Behrens Date: Tue, 22 Mar 2022 17:17:08 -0600 Subject: [PATCH 002/101] first crack at generating python docs --- docs/v1/accounting/index.html | 2 +- docs/v1/appstore/index.html | 2999 ++++++ docs/v1/files/index.html | 5410 +++++++++++ docs/v1/finance/index.html | 6326 +++++++++++++ docs/v1/payroll-au/index.html | 9567 +++++++++++++++++++ docs/v1/payroll-nz/index.html | 15677 ++++++++++++++++++++++++++++++++ docs/v1/payroll-uk/index.html | 15628 +++++++++++++++++++++++++++++++ docs/v1/projects/index.html | 5595 ++++++++++++ setup.py | 2 +- xero_python/__init__.py | 2 +- xero_python/docs/README.md | 2 +- 11 files changed, 61206 insertions(+), 4 deletions(-) create mode 100644 docs/v1/appstore/index.html create mode 100644 docs/v1/files/index.html create mode 100644 docs/v1/finance/index.html create mode 100644 docs/v1/payroll-au/index.html create mode 100644 docs/v1/payroll-nz/index.html create mode 100644 docs/v1/payroll-uk/index.html create mode 100644 docs/v1/projects/index.html diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index f9c11fa0..c863b7a8 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -6000,7 +6000,7 @@