├── .github ├── ISSUE_TEMPLATE │ └── meeting.md └── workflows │ ├── build_agenda.yml │ └── send_agenda.yml ├── CODE_OF_CONDUCT.md ├── INSTRUCTIONS.md ├── LICENSE ├── README.md ├── REQUEST_FOR_CLOSURE.md ├── deliverables ├── common_problems.md ├── resources.md ├── transition_guide.md └── vendor_statements │ ├── autodesk.md │ └── redhat.md ├── meetings ├── 2020-06-08.md ├── 2020-06-22.md ├── 2020-07-13.md ├── 2020-07-27.md ├── 2020-08-10.md ├── 2020-08-24.md ├── 2020-09-21.md ├── 2020-10-05.md ├── 2020-10-19.md ├── 2020-11-02.md ├── 2020-11-16.md ├── 2020-11-30.md ├── 2020-12-14.md ├── 2021-01-25.md ├── 2021-02-08.md ├── 2021-02-22.md ├── 2021-03-08.md ├── 2021-03-22.md ├── 2021-04-19.md ├── 2021-05-07.md ├── README.md └── template.md └── references └── sidefx_cpython_notes.md /.github/ISSUE_TEMPLATE/meeting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/.github/ISSUE_TEMPLATE/meeting.md -------------------------------------------------------------------------------- /.github/workflows/build_agenda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/.github/workflows/build_agenda.yml -------------------------------------------------------------------------------- /.github/workflows/send_agenda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/.github/workflows/send_agenda.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /INSTRUCTIONS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/INSTRUCTIONS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/README.md -------------------------------------------------------------------------------- /REQUEST_FOR_CLOSURE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/REQUEST_FOR_CLOSURE.md -------------------------------------------------------------------------------- /deliverables/common_problems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/deliverables/common_problems.md -------------------------------------------------------------------------------- /deliverables/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/deliverables/resources.md -------------------------------------------------------------------------------- /deliverables/transition_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/deliverables/transition_guide.md -------------------------------------------------------------------------------- /deliverables/vendor_statements/autodesk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/deliverables/vendor_statements/autodesk.md -------------------------------------------------------------------------------- /deliverables/vendor_statements/redhat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/deliverables/vendor_statements/redhat.md -------------------------------------------------------------------------------- /meetings/2020-06-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-06-08.md -------------------------------------------------------------------------------- /meetings/2020-06-22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-06-22.md -------------------------------------------------------------------------------- /meetings/2020-07-13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-07-13.md -------------------------------------------------------------------------------- /meetings/2020-07-27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-07-27.md -------------------------------------------------------------------------------- /meetings/2020-08-10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-08-10.md -------------------------------------------------------------------------------- /meetings/2020-08-24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-08-24.md -------------------------------------------------------------------------------- /meetings/2020-09-21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-09-21.md -------------------------------------------------------------------------------- /meetings/2020-10-05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-10-05.md -------------------------------------------------------------------------------- /meetings/2020-10-19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-10-19.md -------------------------------------------------------------------------------- /meetings/2020-11-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-11-02.md -------------------------------------------------------------------------------- /meetings/2020-11-16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-11-16.md -------------------------------------------------------------------------------- /meetings/2020-11-30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-11-30.md -------------------------------------------------------------------------------- /meetings/2020-12-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2020-12-14.md -------------------------------------------------------------------------------- /meetings/2021-01-25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2021-01-25.md -------------------------------------------------------------------------------- /meetings/2021-02-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2021-02-08.md -------------------------------------------------------------------------------- /meetings/2021-02-22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2021-02-22.md -------------------------------------------------------------------------------- /meetings/2021-03-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2021-03-08.md -------------------------------------------------------------------------------- /meetings/2021-03-22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2021-03-22.md -------------------------------------------------------------------------------- /meetings/2021-04-19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2021-04-19.md -------------------------------------------------------------------------------- /meetings/2021-05-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/2021-05-07.md -------------------------------------------------------------------------------- /meetings/README.md: -------------------------------------------------------------------------------- 1 | # Meeting Notes 2 | -------------------------------------------------------------------------------- /meetings/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/meetings/template.md -------------------------------------------------------------------------------- /references/sidefx_cpython_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcademySoftwareFoundation/wg-python3/HEAD/references/sidefx_cpython_notes.md --------------------------------------------------------------------------------