@@ -4,21 +4,32 @@ This repository was cloned in November 2025 from:
44https://github.com/microsoft/python-package-template
55
66The upstream repository has not been updated since 2023 and may be abandoned.
7- In this clone, I integrated all outstanding dependabot pull requests up to
7+ In this clone, I integrated all outstanding dependabot pull requests up to
88November 2025.
99
10- I plan to use this as a template for one or more Python packages I am
10+ I plan to use this as a template for one or more Python packages I am
1111considering submitting to or updating at PyPi.
1212
13- As well as updating dependencies, I have also disabled three of the GitHub
14- actions configured in the outdated upstream template which use secret tokens
15- to automate to integration to with non-repository services (including GitHub
13+ As well as updating dependencies, I have also disabled three of the GitHub
14+ actions configured in the outdated upstream template which use secret tokens
15+ to automate to integration to with non-repository services (including GitHub
1616itself and PyPi).
17- For the time being I don't wish to automate these integrations but
18- will consider re-enabling them if and when I am ready to publish my
17+ For the time being I don't wish to automate these integrations but
18+ will consider re-enabling them if and when I am ready to publish my
1919downstream changes.
2020
21- The remainder of this file consists of the original text of README.md in
21+ > [ WARNING]
22+ >
23+ > I have made this repository public on the basis that the integration
24+ > of outstanding dependabot pull requests may be useful to some users.
25+ >
26+ > I am still evalating whether this repository forms a useful basis for
27+ > the work I am considering using it for. If and when I do determine
28+ > that it is useful to me I will add some 'how to use' notes of my
29+ > own. I reserve the right to abandon work and either leave the
30+ > repository unmaintained, archive it, or delete it.
31+
32+ The remainder of this file consists of the original text of README.md in
2233the upstream repository.
2334
2435
0 commit comments