404
+Page not found
+From 46a9ab275cf5efc65ad2fff76d3378904a2e000d Mon Sep 17 00:00:00 2001 From: Zev Lee <60147316+zevlee@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:02:08 -0600 Subject: [PATCH 01/28] Deployed b38a668 to 1.0 with MkDocs 1.5.3 and mike 2.0.0 --- .nojekyll | 0 1.0/404.html | 238 ++ 1.0/about/contributing/index.html | 303 ++ 1.0/about/license/index.html | 311 ++ 1.0/about/release-notes/index.html | 269 ++ 1.0/css/base.css | 325 ++ 1.0/css/bootstrap.min.css | 12 + 1.0/css/extra.css | 99 + 1.0/css/font-awesome.min.css | 4 + 1.0/css/version-select.css | 26 + 1.0/fonts/fontawesome-webfont.eot | Bin 0 -> 165742 bytes 1.0/fonts/fontawesome-webfont.svg | 2671 +++++++++++++ 1.0/fonts/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes 1.0/fonts/fontawesome-webfont.woff | Bin 0 -> 98024 bytes 1.0/fonts/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes 1.0/img/favicon.ico | Bin 0 -> 1150 bytes 1.0/img/grid.png | Bin 0 -> 1458 bytes 1.0/index.html | 301 ++ 1.0/js/base.js | 283 ++ 1.0/js/bootstrap.min.js | 7 + 1.0/js/jquery-3.6.0.min.js | 2 + 1.0/js/version-select.js | 80 + 1.0/search/lunr.js | 3475 +++++++++++++++++ 1.0/search/main.js | 109 + 1.0/search/search_index.json | 1 + 1.0/search/worker.js | 133 + 1.0/sitemap.xml | 98 + 1.0/sitemap.xml.gz | Bin 0 -> 398 bytes .../advanced/archive-file/index.html | 266 ++ .../advanced/custom-appimagetool/index.html | 266 ++ .../advanced/custom-makensis/index.html | 265 ++ .../advanced/custom-nsis/index.html | 278 ++ .../advanced/custom-venv/index.html | 269 ++ 1.0/user-guide/advanced/index.html | 272 ++ .../advanced/macos-notarization/index.html | 349 ++ .../advanced/passing-args-to-pyi/index.html | 268 ++ 1.0/user-guide/build-options/index.html | 528 +++ 1.0/user-guide/getting-started/index.html | 298 ++ 1.0/user-guide/index.html | 286 ++ .../setting-options/command-line/index.html | 288 ++ .../setting-options/env-file/index.html | 303 ++ 1.0/user-guide/setting-options/index.html | 273 ++ .../setting-options/using-both/index.html | 281 ++ latest | 1 + versions.json | 9 + 45 files changed, 13247 insertions(+) create mode 100644 .nojekyll create mode 100644 1.0/404.html create mode 100644 1.0/about/contributing/index.html create mode 100644 1.0/about/license/index.html create mode 100644 1.0/about/release-notes/index.html create mode 100644 1.0/css/base.css create mode 100644 1.0/css/bootstrap.min.css create mode 100644 1.0/css/extra.css create mode 100644 1.0/css/font-awesome.min.css create mode 100644 1.0/css/version-select.css create mode 100644 1.0/fonts/fontawesome-webfont.eot create mode 100644 1.0/fonts/fontawesome-webfont.svg create mode 100644 1.0/fonts/fontawesome-webfont.ttf create mode 100644 1.0/fonts/fontawesome-webfont.woff create mode 100644 1.0/fonts/fontawesome-webfont.woff2 create mode 100644 1.0/img/favicon.ico create mode 100644 1.0/img/grid.png create mode 100644 1.0/index.html create mode 100644 1.0/js/base.js create mode 100644 1.0/js/bootstrap.min.js create mode 100644 1.0/js/jquery-3.6.0.min.js create mode 100644 1.0/js/version-select.js create mode 100644 1.0/search/lunr.js create mode 100644 1.0/search/main.js create mode 100644 1.0/search/search_index.json create mode 100644 1.0/search/worker.js create mode 100644 1.0/sitemap.xml create mode 100644 1.0/sitemap.xml.gz create mode 100644 1.0/user-guide/advanced/archive-file/index.html create mode 100644 1.0/user-guide/advanced/custom-appimagetool/index.html create mode 100644 1.0/user-guide/advanced/custom-makensis/index.html create mode 100644 1.0/user-guide/advanced/custom-nsis/index.html create mode 100644 1.0/user-guide/advanced/custom-venv/index.html create mode 100644 1.0/user-guide/advanced/index.html create mode 100644 1.0/user-guide/advanced/macos-notarization/index.html create mode 100644 1.0/user-guide/advanced/passing-args-to-pyi/index.html create mode 100644 1.0/user-guide/build-options/index.html create mode 100644 1.0/user-guide/getting-started/index.html create mode 100644 1.0/user-guide/index.html create mode 100644 1.0/user-guide/setting-options/command-line/index.html create mode 100644 1.0/user-guide/setting-options/env-file/index.html create mode 100644 1.0/user-guide/setting-options/index.html create mode 100644 1.0/user-guide/setting-options/using-both/index.html create mode 120000 latest create mode 100644 versions.json diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/1.0/404.html b/1.0/404.html new file mode 100644 index 0000000..fe1f8a0 --- /dev/null +++ b/1.0/404.html @@ -0,0 +1,238 @@ + + +
+ + + + + + + +Page not found
+Guidelines for contributing to PyDeployment.
+Feel free to contribute to the project by sending pull requests or reporting +issues to the GitHub repository. As a simple wrapper script, PyDeployment's scope +is limited by design, so please keep that in mind when submitting requests for +features or other improvements.
+All contributors and maintainers are expected to abide by the +PyPA Code of Conduct.
+You can install the development version from the project repository itself. +First, clone the repository and enter the project directory.
+git clone https://github.com/pydeployment/pydeployment && cd pydeployment
+
+Then, create a virtual environment.
+python -m venv --upgrade-deps venv
+
+Install the testing requirements.
+venv/bin/pip install -r requirements_pytest.txt
+
+Finally, install the project in editable mode.
+venv/bin/pip install --editable .
+
+Run any of the scripts in the tests
directory to conduct tests on a specific
+aspect of PyDeployment, or run the following command to conduct all tests.
venv/bin/pytest tests/
+
+In order to test macOS notarization, you will need to create a file named
+.env
in the project directory with the information necessary to notarize an
+application. See
+macOS Notarization for details
+on the necessary values.
CERT="Developer ID Application: Name Here (TEAMIDHERE)"
+KEYC="keychain-profile-name"
+
Licenses for PyDeployment and included projects.
+NSIS Portable is included in its entirety, unmodified, so that PyDeployment can
+use the makensis.exe
binary to create installers from NSIS scripts. NSIS
+Portable is licensed under the GPL. A copy of the license can be found here:
+LICENSE
The appimagetool binaries for aarch64, armhf, i686, and x86_64 architectures +are included so that PyDeployment can use them to create AppImage files. The +aforementioned binaries are licensed under the MIT License for AppImageKit. +A copy of the license can be found here: +LICENSE
+ +The default NSIS script of PyDeployment was largely adapted from the file +pyapp.nsi +which is licensed under the MIT License. A copy of the license can be found +here: LICENSE
+ +The documentation website for PyDeployment adapts large portions of the code from +the MkDocs website, including but not limited to the CSS file and navigation +structure. MkDocs is licensed under the BSD-2-Clause License. A copy of the +license can be found here: +LICENSE
+MIT License
+Copyright (c) 2023 Zev Lee
+Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:
+The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
C6ZElh(DA_jLN=MkxobFd(kG B@mf%WUiBbrG+F
z6wqbsm-{)G2ROAL$rK4<&wrWS4F}$7>VLjZ~K@NB#Cl
zO&Qzj{Xrj9Q?1IwthH&{H`*sEN1LX>TEL$T9bDBnzAi-V%H>rqOSs{8i9DPnOQEm?
zKnSNAa;HMY+M##OP3;`0pT=G%gsg(SQ~>24N?A+(Cl^G2rTi+Y_Xmo`>Wi*@@Y*8%
zxO%^0W62$lakMd)^-st?P%lI2t
z)Hp`>W4-6c4x>S@{PH(^%>AB~t9w+1&30NhSzJq;*3A}|Fx76iJC$XzW&Y(3cE8JR
zb!47(SvFgpOI(&s!0&j{;v!y#gh|u^kVZJ9B^rTLKq!cWhf6jz7>B3{VIyUy6St8`
zt}7v#!kob_%sj7rhkZ`%r086h2XZFre!9|+So+}e;-=^KDM@y(a^Sx%DRgARg`+6@
zF2u-VGLQ-ZWzz#K(++!YiRJ=~3|GVj`!3)x5$zUkh)3uGfML}Os*EV|5hF(UJ{A{;
zN;^ys#azEYS4VvUT}QTW$g@cuN;(_~!om}CfZ=y>M0q>J?!6&0ot>C}-$GouFs%Hh
zTmXOk#{D|~3BT@JuRegi$szQ;LUnyKd=u@?UxB<`_Ui-kIc(E;I{yK`ZY?|iTsd&P
z-Ds3oUP!mxQvQ9=j3s~$dYyr~$?Q9b+{-|eMivJd_6zn%Diy*g%^dgph0WMnjlyQm
zYvbd%&X(IOX1{WrZT72MGXRGk%-(<@szG$F^a0wjK{JzM4tXi@39NXYNK<*-69LR<
zHA_JJax@?fIF6fq^$B30HaB2{+{uk~5)kSg_1^k+EuCO#z)8DSy4iVj*ToiH!~Bac
z@4lm}>JH~j*Yjl;)*~sL(K7eK*OTEpx-0KkaM|Wbua?%#Xj@*tK(C(|>l{C&ZhWb0
zMo~pu{jBOKI=QucYE5gb!YQVnoLhYCh8f$YkM&BY2iPFc51wjZM;I&Xyq~eb&xB70
zb!DyRW$vzMsVFjQ1?9U8snP5KICcCp+z|F5YaW9djR7^>S60XQbPOU4qinn+8ToxO
zNmqH=nTD{Wfv@awt2Of=f=NR|5D_7WgKt``%4VxKRM|4nPih20e86-edqM8Km6$g(
zF)F>V8F&FIKjPI0
r
z(+>fwmj~Z*h2;hVYe
c9%e)~n_b2)z
zS*F+3)#>z7X>qaiHCzmBsXI)sS=LqD66%%`SAMuG-X1S0<}JeWvhHw8aj;6~^6Y%!
zg`HUrUF8#JMwUzm#~4G$Q(8|MTd)rG6coo((N;y9Ev+Y7O<~bMO{+(&Ct6{&qEI=J
zXabW2{5n5fRj6f34-Jpl(5VMf5_?diiGLo~Xm~xJ^KuTa7leYkg8XDY>B{`R2?&O7
z*-hmKNxqNzU5YGE8n~L9mU#1WYqFgDmj~|oQtI%L(xD