From a14208c517b18ac24bd14388bfa878589356a224 Mon Sep 17 00:00:00 2001 From: ekeyme Date: Wed, 20 Nov 2024 10:23:23 +0800 Subject: [PATCH] first commit --- .github/workflows/appimage.yml | 30 ++ .gitignore | 1 + COPYING.LESSER | 165 ++++++++ LICENSE | 674 +++++++++++++++++++++++++++++++++ README.md | 10 + appimage/entrypoint.sh | 1 + appimage/python.appdata.xml | 17 + appimage/python.desktop | 8 + appimage/python.png | Bin 0 -> 50077 bytes appimage/requirements.txt | 1 + 10 files changed, 907 insertions(+) create mode 100644 .github/workflows/appimage.yml create mode 100644 .gitignore create mode 100644 COPYING.LESSER create mode 100644 LICENSE create mode 100644 README.md create mode 100644 appimage/entrypoint.sh create mode 100644 appimage/python.appdata.xml create mode 100644 appimage/python.desktop create mode 100644 appimage/python.png create mode 100644 appimage/requirements.txt diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml new file mode 100644 index 0000000..d7832e6 --- /dev/null +++ b/.github/workflows/appimage.yml @@ -0,0 +1,30 @@ +name: AppImage +on: [push, pull_request] + +jobs: + Generate: + runs-on: ubuntu-latest + env: + LINUX_TAG: manylinux2014 + PYTHON_VERSION: 3.10 + + steps: + - uses: actions/checkout@v2 + - uses: actions/checkout@v2 + with: + repository: niess/python-appimage + path: python-appimage + + - name: Build + run: | + ln -s python-appimage/python_appimage + python -m python_appimage build app -l ${LINUX_TAG}_x86_64 \ + -p ${PYTHON_VERSION} appimage + + - name: Release + uses: marvinpinto/action-automatic-releases@latest + with: + automatic_release_tag: continuous + title: Continuous build + files: python-x86_64.AppImage + repo_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a7692e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.AppImage diff --git a/COPYING.LESSER b/COPYING.LESSER new file mode 100644 index 0000000..6600f1c --- /dev/null +++ b/COPYING.LESSER @@ -0,0 +1,165 @@ +GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9cecc1d --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + {project} Copyright (C) {year} {fullname} + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..95503b9 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Appimage Contained Python 3.10 + +A appimage contained Python 3.10 with custom install python site packages. + +The Python 3.10 binary is taken from [niess/python-appimage](https://github.com/niess/python-appimage). + +## Content + +The [AppImage][APPIMAGE] bundles Python `3.10` as well as extra site packages, e.g. the [`panda`][PANDA_PKG] package. See the +[requirements.txt](appimage/requirements.txt) file for a detailed list. diff --git a/appimage/entrypoint.sh b/appimage/entrypoint.sh new file mode 100644 index 0000000..92ab3a7 --- /dev/null +++ b/appimage/entrypoint.sh @@ -0,0 +1 @@ +{{ python-executable }} "$@" diff --git a/appimage/python.appdata.xml b/appimage/python.appdata.xml new file mode 100644 index 0000000..04777b7 --- /dev/null +++ b/appimage/python.appdata.xml @@ -0,0 +1,17 @@ + + + python + MIT + Python-2.0 + Python + =A Python {{ python-fullversion }} runtime with custom installed site packages + +

A relocated Python {{ python-fullversion }} installation + running from an AppImage. It includes {{ requirements }}. +

+
+ python.desktop + + python{{ python-version }} + +
diff --git a/appimage/python.desktop b/appimage/python.desktop new file mode 100644 index 0000000..e507dc9 --- /dev/null +++ b/appimage/python.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=python +Exec=python +Comment=A Python {{ python-fullversion }} runtime with custom installed site packages +Icon=python +Categories=Development; +Terminal=true diff --git a/appimage/python.png b/appimage/python.png new file mode 100644 index 0000000000000000000000000000000000000000..6fcc8c75f7164ab3be539b9703c217c3e9cc12b5 GIT binary patch literal 50077 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 literal 0 HcmV?d00001 diff --git a/appimage/requirements.txt b/appimage/requirements.txt new file mode 100644 index 0000000..fb6c7ed --- /dev/null +++ b/appimage/requirements.txt @@ -0,0 +1 @@ +pandas