>> Delete all of your forked repositories on Github <<
Installation
-
Install using pip:
pip install fork-purger
Exploration
Under construction...
Bumps actions/checkout from 2 to 3.
Sourced from actions/checkout's releases.
v3.0.0
- Updated to the node16 runtime by default
- This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.
v2.4.2
What's Changed
- Add set-safe-directory input to allow customers to take control. (#770) by
@TingluoHuang
in actions/checkout#776- Prepare changelog for v2.4.2. by
@TingluoHuang
in actions/checkout#778Full Changelog: https://github.com/actions/checkout/compare/v2...v2.4.2
v2.4.1
- Fixed an issue where checkout failed to run in container jobs due to the new git setting
safe.directory
v2.4.0
- Convert SSH URLs like
org-<ORG_ID>@github.com:
tohttps://github.com/
- prv2.3.5
Update dependencies
v2.3.4
v2.3.3
v2.3.2
Add Third Party License Information to Dist Files
v2.3.1
Fix default branch resolution for .wiki and when using SSH
v2.3.0
Fallback to the default branch
v2.2.0
Fetch all history for all tags and branches when fetch-depth=0
v2.1.1
Changes to support GHES (here and here)
v2.1.0
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v3.0.2
v3.0.1
- Fixed an issue where checkout failed to run in container jobs due to the new git setting
safe.directory
- Bumped various npm package versions
v3.0.0
v2.3.1
v2.3.0
v2.2.0
v2.1.1
v2.1.0
- Group output
- Changes to support GHES alpha release
- Persist core.sshCommand for submodules
- Add support ssh
- Convert submodule SSH URL to HTTPS, when not using SSH
- Add submodule support
- Follow proxy settings
- Fix ref for pr closed event when a pr is merged
- Fix issue checking detached when git less than 2.22
v2.0.0
2541b12
Prepare changelog for v3.0.2. (#777)0ffe6f9
Add set-safe-directory input to allow customers to take control. (#770)dcd71f6
Enforce safe directory (#762)add3486
Patch to fix the dependbot alert. (#744)5126516
Bump minimist from 1.2.5 to 1.2.6 (#741)d50f8ea
Add v3.0 release information to changelog (#740)2d1c119
update test workflows to checkout v3 (#709)a12a394
update readme for v3 (#708)8f9e05e
Update to node 16 (#689)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps actions/setup-python from 2 to 4.
Sourced from actions/setup-python's releases.
v4.0.0
What's Changed
- Support for
python-version-file
input: #336Example of usage:
- uses: actions/[email protected] with: python-version-file: '.python-version' # Read python version from a file - run: python my_script.py
There is no default python version for this
setup-python
major version, the action requires to specify eitherpython-version
input orpython-version-file
input. If thepython-version
input is not specified the action will try to read required version from file frompython-version-file
input.
- Use pypyX.Y for PyPy
python-version
input: #349Example of usage:
- uses: actions/[email protected] with: python-version: 'pypy3.9' # pypy-X.Y kept for backward compatibility - run: python my_script.py
RUNNER_TOOL_CACHE
environment variable is equalAGENT_TOOLSDIRECTORY
: #338Bugfix: create missing
pypyX.Y
symlinks: #347
PKG_CONFIG_PATH
environment variable: #400Added
python-path
output: #405python-path
output contains Python executable path.Updated
zeit/ncc
tovercel/ncc
package: #393Bugfix: fixed output for prerelease version of poetry: #409
Made
pythonLocation
environment variable consistent for Python and PyPy: #418Bugfix for
3.x-dev
syntax: #417Update actions/cache version to 2.0.2
In scope of this release we updated
actions/cache
package as the new version contains fixes related to GHES 3.5 (actions/setup-python#382)Add "cache-hit" output and fix "python-version" output for PyPy
This release introduces new output cache-hit (actions/setup-python#373) and fix python-version output for PyPy (actions/setup-python#365)
The cache-hit output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.
... (truncated)
c4e89fa
Improve readme for 3.x and 3.11-dev style python-version (#441)0ad0f6a
Merge pull request #452 from mayeut/fix-envf0bcf8b
Merge pull request #456 from akx/patch-1af97157
doc: Add multiple wildcards example to readme364e819
Merge pull request #394 from akv-platform/v-sedoli/set-env-by-default782f81b
Merge pull request #450 from IvanZosimov/ResolveVersionFix2c9de4e
Remove duplicate code introduced in #440412091c
Fix tests for update-environment==false78a2330
Merge pull request #451 from dmitry-shibanov/fx-pipenv-python-version96f494e
trigger checksDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps pip-tools from 6.2.0 to 6.4.0.
Sourced from pip-tools's releases.
6.4.0
Features:
- Add support for
pip>=21.3
(#1501). Thanks@atugushev
- Add support for Python 3.10 (#1497). Thanks
@joshuadavidthomas
Other Changes:
- Bump pip minimum version to
>= 21.2
(#1500). Thanks@atugushev
6.3.1
Bug Fixes:
- Ensure
pip-tools
unions dependencies of multiple declarations of a package with different extras (#1486). Thanks@richafrank
- Allow comma-separated arguments for
--extra
(#1493). Thanks@AndydeCleyre
- Improve clarity of help text for options supporting multiple (#1492). Thanks
@AndydeCleyre
6.3.0
Features:
- Enable single-line annotations with
pip-compile --annotation-style=line
(#1477). Thanks@AndydeCleyre
- Generate PEP 440 direct reference whenever possible (#1455). Thanks
@FlorentJeannot
- PEP 440 Direct Reference support (#1392). Thanks
@FlorentJeannot
Bug Fixes:
- Change log level of hash message (#1460). Thanks
@plannigan
- Allow passing
--no-upgrade
option (#1438). Thanks@ssbarnea
Sourced from pip-tools's changelog.
6.4.0 (2021-10-12)
Features:
- Add support for
pip>=21.3
(#1501). Thanks@atugushev
- Add support for Python 3.10 (#1497). Thanks
@joshuadavidthomas
Other Changes:
- Bump pip minimum version to
>= 21.2
(#1500). Thanks@atugushev
6.3.1 (2021-10-08)
Bug Fixes:
- Ensure
pip-tools
unions dependencies of multiple declarations of a package with different extras (#1486). Thanks@richafrank
- Allow comma-separated arguments for
--extra
(#1493). Thanks@AndydeCleyre
- Improve clarity of help text for options supporting multiple (#1492). Thanks
@AndydeCleyre
6.3.0 (2021-09-21)
Features:
- Enable single-line annotations with
pip-compile --annotation-style=line
(#1477). Thanks@AndydeCleyre
- Generate PEP 440 direct reference whenever possible (#1455). Thanks
@FlorentJeannot
- PEP 440 Direct Reference support (#1392). Thanks
@FlorentJeannot
Bug Fixes:
- Change log level of hash message (#1460). Thanks
@plannigan
- Allow passing
--no-upgrade
option (#1438). Thanks@ssbarnea
4f68fc0
6.4.0 changelogc95e188
Add support for pip>=21.3 (#1501)d7a2a68
Merge pull request #1500 from atugushev/bump-pip-to-21.1c4bcfce
Merge branch 'master' into bump-pip-to-21.1d172144
pre-commit autoupdate (#1502)a11fa48
Bump to 21.26515eae
Merge branch 'master' into bump-pip-to-21.1c02e292
Remove futures from fake_with_deps
test packages (#1499)c4bd895
Update tox.ini8bc2880
Merge branch 'fix-test-with-latest-setuptools' into bump-pip-to-21.1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps click from 8.0.1 to 8.0.3.
Sourced from click's changelog.
Version 8.0.3
Released 2021-10-10
- Fix issue with
Path(resolve_path=True)
type creating invalid paths. :issue:2088
- Importing
readline
does not cause theconfirm()
prompt to disappear when pressing backspace. :issue:2092
- Any default values injected by
invoke()
are cast to the corresponding parameter's type. :issue:2089, 2090
Version 8.0.2
Released 2021-10-08
is_bool_flag
is not set toTrue
ifis_flag
isFalse
. :issue:1925
- Bash version detection is locale independent. :issue:
1940
- Empty
default
value is not shown formultiple=True
. :issue:1969
- Fix shell completion for arguments that start with a forward slash such as absolute file paths. :issue:
1929
Path
type withresolve_path=True
resolves relative symlinks to be relative to the containing directory. :issue:1921
- Completion does not skip Python's resource cleanup when exiting, avoiding some unexpected warning output. :issue:
1738, 2017
- Fix type annotation for
type
argument inprompt
function. :issue:2062
- Fix overline and italic styles, which were incorrectly added when adding underline. :pr:
2058
- An option with
count=True
will not show "[x>=0]" in help text. :issue:2072
- Default values are not cast to the parameter type twice during processing. :issue:
2085
- Options with
multiple
andflag_value
use the flag value instead of leaving an internal placeholder. :issue:2001
41f5b7a
Merge pull request #2096 from pallets/release-8.0.390fb9f5
release version 8.0.3ba0e9dd
Merge pull request #2095 from pallets/invoke-cast-default662a30e
invoke type casts default values3dde6c5
Merge pull request #2093 from alex-ball/patch-1f31d564
click.confirm preserves prompt when readline is imported3737511
Merge pull request #2094 from pallets/path-resolve-symlinkc8ca29b
use pathlib to resolve symlinks96146c9
Merge pull request #2087 from pallets/release-8.0.2a14e7b0
release version 8.0.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps flake8 from 3.9.2 to 4.0.1.
82b698e
Release 4.0.10fac346
Merge pull request #1410 from PyCQA/parallel-syntax-erroraa54693
fix parallel execution collecting a SyntaxErrord31c535
Release 4.0.0afd2399
Merge pull request #1407 from asottile/setup-cfg-fmt960cf8c
rerun setup-cfg-fmt (and restore comments)d7baba5
Merge pull request #1406 from asottile/update-versionsd79021a
update dependency versions283f0c8
Merge pull request #1404 from PyCQA/drop-xdg-config807904a
Drop support for Home and XDG config filesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)SUP The git for the Python Story Utility Package library. Installation: Install SUP by simply running pip install psup in your terminal. Check out our
This is a simple spam bot made in python. You can use to to spam anyone with anything on any platform.
用一个demo来聊聊动态trace 这个仓库能做什么? 帮助理解动态trace的思想。仓库内的demo,可操作,可实践。 动态trace核心思想: 动态记录一个函数内每一条指令的执行中产生的信息,并导入IDA,用来弥补IDA等静态分析工具的不足。 反编译看一下 先clone仓库,把hellolldb
Stubmaker is an easy-to-use tool for generating python stubs. Requirements Stubmaker is to be run under Python 3.7.4+ No side effects during
NFT-Generator is the best way to generate thousands of NFTs quick and easily with Python. Just add your files, set your configuration and run the scri
Dork Gen A simple dork generator written in python that outputs dorks with the domain extensions you enter in a ".txt file". Usage The code is pretty
A Python script that parses and checks public proxies. Multithreading is supported.
EventTranscriptParser EventTranscriptParser is python based tool to extract forensically useful details from EventTranscript.db (Windows Diagnostic Da
SysBot.py A sys-botbase client for remote control automation of Nintendo Switch consoles. Based on SysBot.NET, written in python. Setup: Download the
Find dependent python scripts of a python script in a project directory.
python-wipbox A set of modern Python libraries under development to simplify the execution of reusable routines by different projects. Table of Conten
A simple tool that updates your pubspec.yaml file, of a Flutter project, without altering the structure of your file.
JeNot - Jenkins Notifications NOTE: under construction, buggy, and not production-ready What A tool to notify you when Jenkins builds are done. Why Je
bvh-to-mcf .bvh file to .mcfunction converter
This is Cool Utility tools that you can use in python. There are a few tools that you might find very useful, you can use this on pretty much any project and some utils might help you a lot and save
Qube Apps Install, run, and update apps in the private storage of a Qube. Build and install in Qubes Get the code: git clone https://github.com/micahf
PoorScanner使用说明书 -工具在不同环境下可能不怎么稳定,如果有什么问题恳请大家反馈。说明书有什么错误的地方也大家欢迎指正。 更新记录 2021.8.23 修复了云函数主程序 gitee上传文件接口写错了的BUG(之前把自己的上传地址写死进去了,没从配置文件里读) 更新了说明书 PoorS
Implementing C++ Semantics in Python
Py Idiomatic Regex (AKA iregex) Documentation Available Here An easier way to write regex in Python using OOP instead of strings. Makes the code much
popPhyl_PCA Performs PCA of genotypes. Works in two steps. 1. Input file A single fasta file containing different loci, in different populations/speci