From c265e7904f9f55bc3237b9b606bfbdc1ffd223cd Mon Sep 17 00:00:00 2001 From: matterhorn103 <83813148+matterhorn103@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:50:50 +0200 Subject: [PATCH] Initial commit --- LICENSE.md | 674 +++++++++++++++++++++++++++++++++++ checknmr.py | 357 +++++++++++++++++++ explorer.ico | Bin 0 -> 65410 bytes groups.json | 20 ++ mora_path.txt | 3 + mora_the_explorer.py | 773 +++++++++++++++++++++++++++++++++++++++++ mora_the_explorer.spec | 57 +++ requirements.txt | 8 + update_path.txt | 1 + version.txt | 5 + 10 files changed, 1898 insertions(+) create mode 100644 LICENSE.md create mode 100644 checknmr.py create mode 100644 explorer.ico create mode 100644 groups.json create mode 100644 mora_path.txt create mode 100644 mora_the_explorer.py create mode 100644 mora_the_explorer.spec create mode 100644 requirements.txt create mode 100644 update_path.txt create mode 100644 version.txt diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE.md @@ -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. + + + Copyright (C) + + 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: + + Copyright (C) + 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/checknmr.py b/checknmr.py new file mode 100644 index 0000000..1e9ccb7 --- /dev/null +++ b/checknmr.py @@ -0,0 +1,357 @@ +""" +Mora the Explorer checks for new NMR spectra at the Organic Chemistry department at the WWU Münster. +Copyright (C) 2023 Matthew J. Milner + +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 . +""" + +import filecmp +import json +import logging +import os +import platform +import subprocess +import shutil +import sys +from datetime import date, datetime, timedelta +from pathlib import Path + + +# Checks that two spectra with the same name are actually identical and not e.g. different proton measurements +def identical_spectra(mora_folder, dest_folder): + # Read original folder path (i.e. the experiment no) of spectrum + audit_path_mora = mora_folder / "audita.txt" + try: + with open(audit_path_mora, encoding="utf-8") as audit_file_mora: + audit_mora = audit_file_mora.readlines() + exp_mora = audit_mora[4] + except FileNotFoundError: + print( + "no audita.txt file found in " + + mora_folder + + " - presumably measurement was unsuccessful. Spectrum skipped." + ) + # Return True so that the spectrum on mora is treated as identical and not copied + return True + # Do same for existing spectrum in destination + audit_path_dest = dest_folder / "audita.txt" + try: + with open(audit_path_dest, encoding="utf-8") as audit_file_dest: + audit_dest = audit_file_dest.readlines() + exp_dest = audit_dest[4] + # The first spectrum with a given title is always copied, so it is possible that it doesn't have an audit file + except FileNotFoundError: + exp_dest = None + # Compare experiment nos + if exp_mora == exp_dest: + return True + else: + return False + + +# Define main checking function for Mora the Explorer +def check_nmr(fed_options, check_day, mora_path, spec_paths, wild_group, prog_bar, progress_callback): + logging.info(f"Beginning check of {check_day} with the options:") + logging.info(fed_options) + # Initialize list that will be returned as output + output_list = ["no new spectra"] + # Confirm destination directory exists + if Path(fed_options["dest_path"]).exists() is False: + output_list.append("given destination folder not found!") + logging.info("given destination folder not found!") + return output_list + # Confirm mora can be reached + if mora_path.exists() is False: + output_list.append("the mora server could not be reached!") + logging.info("the mora server could not be reached!") + return output_list + # Format paths of spectrometer folders + spectrometer = fed_options["spec"] + if spectrometer == "300er": + # Add fix here to use folder where spectra from 2022 were moved to in Jan 2023 + #if check_day[-4:] == "2022": + # primary_check_path = spec_paths[spectrometer] / "22-av300_2022" / check_day + #else: + primary_check_path = spec_paths[spectrometer] / check_day + # Give message if folder for the given date doesn't exist yet + if primary_check_path.exists() is False: + output_list.append("no folder exists for this date!") + return output_list + check_path_list = [primary_check_path] + # If main folder exists, check if other folders are available for same day (generated on mora when two samples are submitted with same exp. no.) + for num in range(2, 10): + alt_path = primary_check_path.with_name(primary_check_path.name + "_" + str(num)) + if alt_path.exists() is True: + check_path_list.append(alt_path) + logging.info("The following paths will be checked:") + logging.info(check_path_list) + elif spectrometer == "400er": + check_day_a = "neo400a_" + check_day + check_day_b = "neo400b_" + check_day + check_day_c = "neo400c_" + check_day + # Add fix here to use folder where spectra from 2022 were moved to in Jan 2023 + #if check_day[-4:] == "2022": + # check_path_a = spec_paths[spectrometer] / "22-neo400a_2022" / check_day_a + # check_path_b = spec_paths[spectrometer] / "22-neo400b_2022" / check_day_b + # check_path_c = spec_paths[spectrometer] / "22-neo400c_2022" / check_day_c + #else: + check_path_a = spec_paths[spectrometer] / check_day_a + check_path_b = spec_paths[spectrometer] / check_day_b + check_path_c = spec_paths[spectrometer] / check_day_c + check_path_300er = spec_paths["300er"] / check_day + check_path_list = [check_path_a, check_path_b, check_path_c, check_path_300er] + # Add any extra folders for this date beyond the expected four to check list + unchanging_check_path_list = check_path_list + for entry in unchanging_check_path_list: + for num in range(2, 20): + alt_path = entry.with_name(entry.name + "_" + str(num)) + if alt_path.exists() is True: + check_path_list.append(alt_path) + logging.info("The following paths will be checked:") + logging.info(check_path_list) + elif spectrometer == "hf": + # Code to check folders of all groups when the nmr group is chosen and the wild group option is invoked + if wild_group is True: + check_list = [] + # Slightly complicated bit of code here but it just goes through all folders in 500-600er folder + logging.info("The following paths will be checked:") + logging.info(spec_paths[spectrometer].parent.iterdir()) + for group_folder in spec_paths[spectrometer].parent.iterdir(): + if group_folder.is_dir() and (group_folder.name[0] != "."): + try: + for spectrum_folder in list((group_folder / check_day).iterdir()): + check_list.append(spectrum_folder) + except FileNotFoundError: + logging.info(f"No spectra in {group_folder}") + continue + # Normal behaviour for all other users + else: + logging.info("The following paths will be checked:") + logging.info(spec_paths[spectrometer] / check_day) + # Try to get list of spectrum folders in folder for requested spectrometer, group and date + # Display message to user if it doesn't exist yet + try: + check_list = list((spec_paths[spectrometer] / check_day).iterdir()) + except FileNotFoundError: + output_list.append("no folder exists for this date!") + logging.info("no folder exists for this date!") + return output_list + # Now process needs to be slightly different depending on the spectrometer, as the directory structures are different + if spectrometer == "300er" or spectrometer == "400er": + # Initialize progress bar + if spectrometer == "300er": + prog_bar.setMaximum(100) + elif spectrometer == "400er": + prog_bar.setMaximum(100 * len(check_path_list)) + prog_state = 0 + progress_callback.emit(prog_state) + # Loop through each folder in check_path_list (usually only one for 300er, several for 400er as separate ones are generated for each spectrometer) + for check_path in check_path_list: + try: + check_list = list(check_path.iterdir()) + except FileNotFoundError: + continue + # Loop through list of spectra in spectrometer folder + logging.info("The following spectra were checked for potential matches:") + for folder in check_list: + logging.info(folder) + # Extract title and experiment details from title file in spectrum folder + title_file_path = folder / "pdata" / "1" / "title" + try: + with open(title_file_path, encoding="utf-8") as title_file: + title_contents = title_file.readlines() + title = title_contents[0] + details = title_contents[1] + except FileNotFoundError: + output_list.append(f"{folder} had no title file!") + logging.info("No title file found") + continue + split_title = title.split() + split_details = details.split() + logging.info(" " + str(split_title)) + logging.info(" " + str(split_details)) + # Look for search string in extracted title, then copy matching spectra + # Confirm that the title is even long enough to avoid IndexErrors + if (len(split_title) < 2) or (len(split_title[1]) < 3) or ((wild_group is True) and len(split_title) < 3): + logging.info("Title doesn't have enough parts") + continue + # Add nmr to front of spectrum title so that the group initials get matched to the "initials" provided by the user, allowing Klaus to download all spectra from a specific group + if (fed_options["group"] == "nmr") and (split_title[0] != "nmr"): + split_title.insert(0, "nmr") + # Check if spectrum is a match for search term, including the wild option for the nmr group + if (split_title[1][0:3] == fed_options["initials"]) or ((wild_group is True) and (split_title[2][0:3] == fed_options["initials"])): + logging.info("Spectrum matches search query!") + # Formatting options specifically for nmr group, include everything - even date and spec via parent folder name + if fed_options["group"] == "nmr": + new_folder_name = ( + ("-".join(split_title[1:])) + "-" + ("-".join(split_details[:2])) + "_" + check_path.name + "_" + folder.name + ) + # Otherwise format spectrum name according to user's choices + else: + # Format in the style of NMRCheck if requested i.e. using underscores, including initials and spectrometer and date and exp no + if fed_options["nmrcheck_style"] is True: + if len(split_title) > 2: + hyphenated_title = "_".join(split_title[1:]) + "_" + check_path.name + "_" + folder.name + else: + hyphenated_title = "_".join(split_title) + "_" + check_path.name + "_" + folder.name + # Length checks above and below are to account for the possibility that the user might have forgotten to separate with spaces + # Principle applied is that if the information being dropped isn't 100% definitely what we think it is (i.e. the group name), play it safe and don't drop it + # Now the formatting for most cases (NMRCheck style is legacy) + elif len(split_title) > 2: + if fed_options["inc_init"] is True: + hyphenated_title = "-".join(split_title[1:]) + else: + hyphenated_title = "-".join(split_title[2:]) + else: + hyphenated_title = "-".join(split_title) + # Append experiment type e.g. proton to end of name, and solvent if requested + if fed_options["inc_solv"] is True: + new_folder_name = ( + hyphenated_title + "-" + split_details[0] + "-" + split_details[1] + ) + else: + new_folder_name = hyphenated_title + "-" + split_details[0] + new_folder_path = Path(fed_options["dest_path"]) / new_folder_name + # Check that spectrum hasn't been copied before + if new_folder_path.exists() is True: + logging.info("Spectrum with this name already exists in destination") + # Check that the spectra are actually identical and not e.g. different proton measurements + # If confirmed to be unique spectra, need to extend spectrum name with -2, -3 etc. to avoid conflict with spectra already in dest + identical_spectrum_found = False + if identical_spectra(folder, new_folder_path) is False: + new_folder_name = new_folder_path.name + "-2" + new_folder_path = new_folder_path.parent / new_folder_name + # While loop that will eventually settle on a new unique name + while new_folder_path.exists() is True: + # Do whole procedure again as long as name has a match in the destination + if identical_spectra(folder, new_folder_path) == True: + identical_spectrum_found = True + new_folder_name = ( + new_folder_path.name[:-2] + + "-" + + str(int(new_folder_path.name[-1]) + 1) + ) + new_folder_path = new_folder_path.parent / new_folder_name + if identical_spectrum_found is not True: + logging.info("but the spectrum itself has not been copied before.") + logging.info(f"Copying with the new name: {new_folder_path.stem}") + try: + shutil.copytree(folder, new_folder_path) + except PermissionError: + output_list.append( + "you do not have permission to write to the given folder" + ) + logging.info("No write permission for destination") + return output_list + text_to_add = "spectrum found: " + new_folder_name + output_list.append(text_to_add) + # Otherwise there is no existing spectrum in the destination so straightforward copy + else: + try: + shutil.copytree(folder, new_folder_path) + except PermissionError: + output_list.append( + "you do not have permission to write to the given folder" + ) + return output_list + text_to_add = "spectrum found: " + new_folder_name + logging.info(f"Spectrum saved to {new_folder_path}") + output_list.append(text_to_add) + # Update progress bar + prog_state += 100 / len(check_list) + progress_callback.emit(round(prog_state)) + elif spectrometer == "hf": + # Initialize progress bar + max_progress = len(check_list) + prog_bar.setMaximum(max_progress) + prog_state = 0 + progress_callback.emit(prog_state) + # Look for spectra + logging.info("The following spectra were checked for potential matches:") + for folder in check_list: + logging.info(folder) + # Check for initials at start of folder name, as folders are given the name of the sample on 500 and 600 MHz spectrometers + if folder.name[:3] == fed_options["initials"]: + logging.info("Spectrum matches search query!") + # Find out magnet strength, set to initial false value as flag + magnet_freq = "x" + contents_list = list(folder.iterdir()) + while magnet_freq == "x": + for cont_folder in contents_list: + text_file_path = cont_folder / "text" + if text_file_path.exists() is True: + with open(text_file_path, encoding="utf-8") as spectrum_text: + spectrum_info = spectrum_text.readlines() + line_with_freq_split = spectrum_info[3].split(",") + magnet_freq = line_with_freq_split[0] + if fed_options["group"] == "nmr": + new_folder_name = folder.parent.parent.name + "_" + folder.parent.name + "_" + folder.name + "_" + magnet_freq + elif fed_options["nmrcheck_style"] is True: + new_folder_name = fed_options["initials"] + "_" + folder.name[3:] + "_" + magnet_freq + elif fed_options["inc_init"] is True: + new_folder_name = fed_options["initials"] + "-" + folder.name[3:] + "_" + magnet_freq + else: + new_folder_name = folder.name[3:] + "_" + magnet_freq + new_folder_path = Path(fed_options["dest_path"]) / new_folder_name + # Check that spectrum hasn't been copied before + # Begin by setting check number to >0 so that if nothing has ever been copied the spectrum gets copied + new_spectra = True + partial_copy = False + if new_folder_path.exists() is True: + logging.info("Spectrum already exists in destination") + comparison = filecmp.dircmp(folder, new_folder_path) + if len(comparison.left_only) == 0: + new_spectra = False + elif len(comparison.left_only) > 0: + partial_copy = True + logging.info("but only a partial copy") + # Only copy if new spectra in folder + if new_spectra is True: + if partial_copy is True: + for cont_folder in contents_list: + new_spectrum_path = new_folder_path / cont_folder.name + if new_spectrum_path.exists() is False: + try: + shutil.copytree(cont_folder, new_spectrum_path) + except PermissionError: + output_list.append( + "you do not have permission to write to the given folder" + ) + return output_list + text_to_add = "spectra found: " + new_folder_name + output_list.append(text_to_add) + else: + try: + shutil.copytree(folder, new_folder_path) + except PermissionError: + output_list.append( + "you do not have permission to write to the given folder" + ) + return output_list + text_to_add = "spectra found: " + new_folder_name + output_list.append(text_to_add) + logging.info(f"Spectrum saved to {new_folder_path}") + # Make progress bar move noticeably while checking/copying users' spectra so it doesn't look like it has crashed + max_progress += 20 + prog_bar.setMaximum(max_progress) + prog_state += 20 + progress_callback.emit(prog_state) + # Update progress bar + prog_state += 1 + progress_callback.emit(prog_state) + now = datetime.now().strftime("%H:%M:%S") + completed_statement = f"check of {check_day} completed at " + now + output_list.append(completed_statement) + logging.info(completed_statement) + return output_list diff --git a/explorer.ico b/explorer.ico new file mode 100644 index 0000000000000000000000000000000000000000..cee4f1817ae0c3b033b4710e0b8afdd368bef8d2 GIT binary patch literal 65410 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. +""" + +import filecmp +import json +import logging +import os +import platform +import subprocess +import shutil +import sys +from datetime import date, datetime, timedelta +from pathlib import Path + +import darkdetect +import platformdirs +import plyer + +from PySide6.QtCore import QSize, QTimer, Qt, QRunnable, Signal, Slot, QThreadPool, QObject +from PySide6.QtGui import QIcon, QPalette, QColor +from PySide6.QtWidgets import ( + QApplication, + QMainWindow, + QPushButton, + QRadioButton, + QButtonGroup, + QComboBox, + QLabel, + QLineEdit, + QDateEdit, + QCheckBox, + QSpinBox, + QProgressBar, + QScrollArea, + QHBoxLayout, + QVBoxLayout, + QGridLayout, + QWidget, + QMessageBox, +) + +from checknmr import check_nmr as checknmr + + +# Assign directory containing the various supporting files to a variable so we can use it whenever necessary. For whatever reason __file__ doesn't give the right location on a mac when a .app has been generated with pyinstaller +if platform.system() == "Darwin" and getattr(sys, "frozen", False): + rsrc_dir = Path(sys._MEIPASS) +else: + rsrc_dir = Path(__file__).parent + +# Set up logging +log = rsrc_dir / "log.log" +logging.basicConfig(filename=log, filemode="w", format="%(asctime)s %(message)s", encoding="utf-8", level=logging.INFO) + +class WorkerSignals(QObject): + progress = Signal(int) + result = Signal(object) + completed = Signal() + +class Worker(QRunnable): + def __init__(self, fn, *args, **kwargs): + super(Worker, self).__init__() + + # Pass function itself, along with provided arguments, to new function within the Checker instance + self.fn = fn + self.args = args + self.kwargs = kwargs + # Give the Checker signals + self.signals = WorkerSignals() + # Add the callback to kwargs + self.kwargs["progress_callback"] = self.signals.progress + + @Slot() + def run(self): + # Run the Worker function with passed args, kwargs, including progress_callback + output = self.fn(*self.args, **self.kwargs) + # Emit the output of the function as the result signal so that it can be picked up + self.signals.result.emit(output) + self.signals.completed.emit() + + +class MainWindow(QMainWindow): + def __init__(self): + super().__init__() + + # Check for updates + update_return = self.update_check() + if update_return == "permission_error": + sys.exit() + + # Set up multithreading; MaxThreadCount limited to 1 as checks don't run properly if multiple run concurrently + self.threadpool = QThreadPool() + self.threadpool.setMaxThreadCount(1) + + # Load initial options from config file, or make one if it doesn't exist yet + # platformdirs automatically saves the config file in the place appropriate to the os + self.config_file_path = Path(platformdirs.user_config_dir("mora_the_explorer", roaming=True)) / "config.json" + old_config_path = rsrc_dir / "config.json" + if self.config_file_path.exists() is True: + with open(self.config_file_path, encoding="utf-8") as config_file: + self.options = json.load(config_file) + # If a config file from version <1.4.9 exists in program folder, copy it across to the proper location. Delete later, after everyone has migrated + elif old_config_path.exists() is True: + self.config_file_path.parent.mkdir(parents=True, exist_ok=True) + shutil.copyfile(old_config_path, self.config_file_path) + with open(self.config_file_path, encoding="utf-8") as config_file: + self.options = json.load(config_file) + else: + self.options = { + "initials": "mjm", + "group": "gil", + "dest_path": "copy full path here", + "inc_init": False, + "inc_solv": False, + "nmrcheck_style": False, + "spec": "400er", + "repeat_switch": False, + "repeat_delay": 5, + } + self.config_file_path.parent.mkdir(parents=True, exist_ok=True) + with open(self.config_file_path, "w", encoding="utf-8") as config_file: + json.dump(self.options, config_file) + + # For users upgrading from <1.5.2, add nmrcheck_style to options + if "nmrcheck_style" not in self.options: + self.options["nmrcheck_style"] = False + with open(self.config_file_path, "w", encoding="utf-8") as config_file: + json.dump(self.options, config_file) + + # Load path to mora from file. If none is found, set to default path on Windows, or require user input on other OSes + self.mora_location_file_path = rsrc_dir / "mora_path.txt" + if self.mora_location_file_path.exists() is True: + with open(self.mora_location_file_path, encoding="utf-8") as mora_location_file: + mora_path_dict = {} + mora_path_dict["Windows"] = Path(mora_location_file.readline().rstrip()) + mora_path_dict["Darwin"] = Path(mora_location_file.readline().rstrip()) + mora_path_dict["Linux"] = Path(mora_location_file.readline().rstrip()) + self.mora_path = mora_path_dict[platform.system()] + + # Load available groups from groups.json + with open(rsrc_dir / "groups.json", encoding="utf-8") as groups_file: + self.groups_dict = json.load(groups_file) + + # Define paths to spectrometers based on loaded mora_path + self.path_300er = self.mora_path / "300er" + self.path_400er = self.mora_path / "400er" + #self.path_hf = self.mora_path / "500-600er" / self.groups_dict[self.options["group"]] + self.spectrometer_paths = { + "300er": self.path_300er, + "400er": self.path_400er, + } + + # Title and version info header + self.setWindowTitle("Mora the Explorer") + with open(rsrc_dir / "version.txt", encoding="utf-8") as version_file: + version_info = version_file.read() + version_box = QLabel(version_info) + version_box.setAlignment(Qt.AlignHCenter) + + # Setup layouts + layout = QVBoxLayout() + layout.addWidget(version_box) + options_layout = QGridLayout() + groups_layout = QHBoxLayout() + groups_overflow = QHBoxLayout() + spec_layout = QVBoxLayout() + options_layout.addLayout(groups_layout, 1, 1) + options_layout.addLayout(groups_overflow, 2, 1) + options_layout.addLayout(spec_layout, 6, 1, 1, 2) + layout.addLayout(options_layout) + # Add central widget and give it parent layout + layout_widget = QWidget() + layout_widget.setLayout(layout) + self.setCentralWidget(layout_widget) + + # Initials entry box + initials_label = QLabel("initials:") + initials_label.setAlignment(Qt.AlignRight | Qt.AlignVCenter) + options_layout.addWidget(initials_label, 0, 0) + + self.initials_entry = QLineEdit() + self.initials_entry.setMaxLength(3) + self.initials_entry.setText(self.options["initials"]) + # Initialize wild option for later (see initials_changed function) + self.wild_group = False + self.initials_entry.textChanged.connect(self.initials_changed) + options_layout.addWidget(self.initials_entry, 0, 1) + + initials_hint = QLabel("(lowercase!)") + initials_hint.setAlignment(Qt.AlignCenter) + options_layout.addWidget(initials_hint, 0, 2) + + # Research group selection buttons + group_label = QLabel("group:") + group_label.setAlignment(Qt.AlignRight | Qt.AlignVCenter) + options_layout.addWidget(group_label, 1, 0) + + # Add radio button for each group in groups_dict (loaded earlier) + self.AKlist = list(self.groups_dict.keys()) + self.AK_button_group = QButtonGroup(layout_widget) + self.button_list = [] + for AK in self.AKlist: + AKbutton = QRadioButton(AK) + self.button_list.append(AKbutton) + if (AK == self.options["group"]) or (AK == "other" and self.AK_button_group.checkedButton() is None): + AKbutton.setChecked(True) + self.AK_button_group.addButton(AKbutton) + if len(self.AKlist) <= 4 or self.AKlist.index(AK) < (len(self.AKlist) / 2): + groups_layout.addWidget(AKbutton) + elif len(self.AKlist) > 4 and self.AKlist.index(AK) >= (len(self.AKlist) / 2): + groups_overflow.addWidget(AKbutton) + self.AK_button_group.buttonClicked.connect(self.group_changed) + + # Drop down list for further options that appears only when "other" radio button is clicked + self.AKlist_other = list(self.groups_dict["other"]) + self.other_box = QComboBox() + self.other_box.addItems(self.AKlist_other) + if self.options["group"] in self.AKlist_other: + self.other_box.setCurrentText(self.options["group"]) + else: + self.other_box.hide() + self.other_box.currentTextChanged.connect(self.group_changed) + options_layout.addWidget(self.other_box, 2, 2) + + + # Destination path entry box + dest_path_label = QLabel("save in:") + dest_path_label.setAlignment(Qt.AlignRight | Qt.AlignVCenter) + options_layout.addWidget(dest_path_label, 3, 0) + + dest_path_input = QLineEdit() + dest_path_input.setText(self.options["dest_path"]) + dest_path_input.textChanged.connect(self.dest_path_changed) + options_layout.addWidget(dest_path_input, 3, 1) + + self.open_button = QPushButton("go to") + self.open_button.clicked.connect(self.open_path) + self.open_button.setShortcut("Ctrl+G") + options_layout.addWidget(self.open_button, 3, 2) + # Disable button if path hasn't yet been specified to stop new users thinking it should be used to select a folder + if self.options["dest_path"] == "copy full path here": + self.open_button.hide() + + # File naming options + file_naming_layout = QHBoxLayout() + + include_label = QLabel("include:") + include_label.setAlignment(Qt.AlignRight | Qt.AlignVCenter) + options_layout.addWidget(include_label, 4, 0) + + self.inc_init_checkbox = QCheckBox("initials") + self.inc_init_checkbox.setChecked(self.options["inc_init"]) + self.inc_init_checkbox.stateChanged.connect(self.inc_init_switched) + if self.options["nmrcheck_style"] is True: + self.inc_init_checkbox.setEnabled(False) + file_naming_layout.addWidget(self.inc_init_checkbox) + + self.inc_solv_checkbox = QCheckBox("solvent") + self.inc_solv_checkbox.setChecked(self.options["inc_solv"]) + self.inc_solv_checkbox.stateChanged.connect(self.inc_solv_switched) + if self.options["spec"] == "hf": + self.inc_solv_checkbox.setEnabled(False) + file_naming_layout.addWidget(self.inc_solv_checkbox) + + options_layout.addLayout(file_naming_layout, 4, 1) + + in_filename_label = QLabel("...in filename") + in_filename_label.setAlignment(Qt.AlignCenter) + options_layout.addWidget(in_filename_label, 4, 2) + + # Option to use NMRCheck-style formatting of folder names + self.nmrcheck_style_checkbox = QCheckBox("use comprehensive (NMRCheck) style") + self.nmrcheck_style_checkbox.setChecked(self.options["nmrcheck_style"]) + self.nmrcheck_style_checkbox.stateChanged.connect(self.nmrcheck_style_switched) + options_layout.addWidget(self.nmrcheck_style_checkbox, 5, 1, 1, 2) + + # Spectrometer selection buttons + spec_label = QLabel("search:") + spec_label.setAlignment(Qt.AlignRight | Qt.AlignTop) + options_layout.addWidget(spec_label, 6, 0) + + self.spectrometer_text = { + "300er": "Studer group NMR only (300 MHz)", + "400er": "routine NMR (300 && 400 MHz)", + "hf": "high-field spectrometers (500 && 600 MHz)", + } + self.spec_list = list(self.spectrometer_text.keys()) + self.spec_button_group = QButtonGroup(layout_widget) + self.spec_button_dict = {} + self.spec_button_list = [] + for spec in self.spec_list: + spec_button = QRadioButton(self.spectrometer_text[spec]) + if self.options["spec"] == spec: + spec_button.setChecked(True) + self.spec_button_group.addButton(spec_button) + self.spec_button_dict[spec_button] = spec + self.spec_button_list.append(spec_button) + spec_button.toggled.connect(self.spec_changed) + spec_layout.addWidget(spec_button) + + # Checkbox to instruct to repeat after chosen interval + repeat_layout = QHBoxLayout() + + repeat_label = QLabel("repeat:") + repeat_label.setAlignment(Qt.AlignRight | Qt.AlignVCenter) + options_layout.addWidget(repeat_label, 7, 0) + + self.repeat_check_checkbox = QCheckBox("check every") + self.repeat_check_checkbox.setChecked(self.options["repeat_switch"]) + self.repeat_check_checkbox.stateChanged.connect(self.repeat_switched) + repeat_layout.addWidget(self.repeat_check_checkbox) + + repeat_interval = QSpinBox() + repeat_interval.setMinimum(1) + repeat_interval.setValue(self.options["repeat_delay"]) + repeat_interval.valueChanged.connect(self.repeat_delay_changed) + repeat_layout.addWidget(repeat_interval) + + repeat_mins = QLabel("mins") + repeat_layout.addWidget(repeat_mins) + + options_layout.addLayout(repeat_layout, 7, 1) + + # Button to save all options for future + self.save_button = QPushButton("save options as defaults for next time") + self.save_button.clicked.connect(self.save) + options_layout.addWidget(self.save_button, 8, 0, 1, 3) + self.save_button.setEnabled(False) + + # Initialize date variable + self.date_selected = date.today() + + # Date selection tool for 300er and 400er + date_label = QLabel("when?") + date_label.setAlignment(Qt.AlignRight | Qt.AlignVCenter) + options_layout.addWidget(date_label, 9, 0) + + date_layout = QHBoxLayout() + options_layout.addLayout(date_layout, 9, 1) + self.only_button = QRadioButton("only") + self.since_button = QRadioButton("since") + date_layout.addWidget(self.only_button, 0) + date_layout.addWidget(self.since_button, 1) + self.date_button_group = QButtonGroup(layout_widget) + self.date_button_group.addButton(self.only_button) + self.date_button_group.addButton(self.since_button) + self.date_button_list = [self.only_button, self.since_button] + self.since_button.toggled.connect(self.since_function_activated) + self.only_button.setChecked(True) + + self.date_selector = QDateEdit() + self.date_selector.setDisplayFormat("dd MMM yyyy") + self.date_selector.setDate(date.today()) + self.date_selector.dateChanged.connect(self.date_changed) + date_layout.addWidget(self.date_selector, 2) + + self.today_button = QPushButton("today") + options_layout.addWidget(self.today_button, 9, 2) + self.today_button.clicked.connect(self.set_date_as_today) + + # Date selection tool for hf (only needs year) + self.hf_date_selector = QDateEdit() + self.hf_date_selector.setDisplayFormat("yyyy") + self.hf_date_selector.setDate(date.today()) + self.hf_date_selector.dateChanged.connect(self.hf_date_changed) + options_layout.addWidget(self.hf_date_selector, 9, 1) + + # Button to begin check + self.start_check_button = QPushButton("start check now") + self.start_check_button.setStyleSheet("background-color : #b88cce") + layout.addWidget(self.start_check_button) + self.start_check_button.clicked.connect(self.started) + + # Button to cancel pending repeat check + self.interrupt_button = QPushButton("cancel repeat check") + self.interrupt_button.setStyleSheet("background-color : #cc0010; color : white") + layout.addWidget(self.interrupt_button) + self.interrupt_button.clicked.connect(self.interrupted) + self.interrupt_button.hide() + + # Timer for repeat check, starts checking function when timer runs out + self.timer = QTimer() + self.timer.setSingleShot(True) + self.timer.timeout.connect(self.started) + + # Progress bar for check + self.prog_bar = QProgressBar() + self.prog_bar.setAlignment(Qt.AlignCenter | Qt.AlignVCenter) + layout.addWidget(self.prog_bar) + + # Box to display output of check function (list of copied spectra) + self.copied_list = [] + self.display_layout = QVBoxLayout() + self.display = QWidget() + self.display.setLayout(self.display_layout) + self.display_scroll = QScrollArea() + self.display_scroll.setWidgetResizable(True) + self.display_scroll.setWidget(self.display) + layout.addWidget(self.display_scroll) + + # Extra notification that spectra have been found, dismissable + self.notification = QPushButton() + layout.addWidget(self.notification) + self.notification.clicked.connect(self.notification_clicked) + self.notification.hide() + + # Trigger function to adapt which spectrometers are shown to the user based on their selected group + self.refresh_visible_specs() + # Trigger function to adapt date selector and naming options to the selected spectrometer + self.adapt_to_spec() + # Trigger function that normally activates when the group is changed so that the hf path is generated + self.group_changed() + + # Set up window. macos spaces things out more than windows so give it a bigger window + if platform.system() == "Windows": + self.setMinimumSize(QSize(380, 650)) + else: + self.setMinimumSize(QSize(450, 780)) + + # Now come all the other functions + + # Define function to check for updates at location specified in update_path.txt + def update_check(self): + logging.info("Checking for updates at:") + with open(rsrc_dir / "update_path.txt", encoding="utf-8") as update_path_file: + self.update_path = Path(update_path_file.readline().rstrip()) + update_path_version_file = self.update_path / "version.txt" + logging.info(self.update_path) + with open(rsrc_dir / "version.txt", encoding="utf-8") as version_file: + self.version_no = version_file.readlines()[2].rstrip() + logging.info(f"Current version: {self.version_no}") + try: + if update_path_version_file.exists() is True: + with open(update_path_version_file, encoding="utf-8") as newest_version_file: + self.newest_version_no = newest_version_file.readlines()[2].rstrip() + if self.version_no != self.newest_version_no: + self.notify_update() + return "remote_version_found" + else: + return "no_remote_version" + except PermissionError: + failed_permission_dialog = QMessageBox(self) + failed_permission_dialog.setWindowTitle("Access to mora server denied") + failed_permission_dialog.setText(""" +You have been denied permission to access the mora server. +Check the connection and your authentication details and try again. +The program will now close. + """) + failed_permission_dialog.exec() + logging.info("Permission to access server denied") + return "permission_error" + + # Popup to notify user that an update is available, with version info + def notify_update(self): + update_dialog = QMessageBox(self) + update_dialog.setWindowTitle("Update available") + update_dialog.setText( + f"There appears to be a new update available at:\n{self.update_path}" + ) + update_dialog.setInformativeText(f"Your version is {self.version_no}\nThe version on the server is {self.newest_version_no}") + update_dialog.setStandardButtons(QMessageBox.Ignore | QMessageBox.Open) + update_dialog.setDefaultButton(QMessageBox.Ignore) + choice = update_dialog.exec() + if choice == QMessageBox.Open: + if self.update_path.exists() is True: + # Extra quotes necessary because cmd.exe can't handle spaces in path names otherwise + os.system(f'start "" "{self.update_path}"') + + # Spawn popup dialog that dissuades user from using the "since" function regularly, unless the nmr group has been selected + def since_function_activated(self): + since_message = """ +The function to check multiple days at a time should not be used on a regular basis. +Please switch back to a single-day check once your search is finished. +The repeat function is also disabled as long as this option is selected. + """ + if self.since_button.isChecked() is True and self.options["group"] != "nmr": + since_warning = QMessageBox.warning(self, "Warning", since_message) + self.repeat_check_checkbox.setEnabled(False) + self.options["repeat_switch"] = False + else: + self.repeat_check_checkbox.setEnabled(True) + self.options["repeat_switch"] = self.repeat_check_checkbox.isChecked() + + def initials_changed(self, new_initials): + # Allow initials entry to take five characters total if the nmr group is chosen and the wild group option is invoked + if len(new_initials) > 0: + if (self.options["group"] == "nmr") and (new_initials.split()[0] == "*"): + self.initials_entry.setMaxLength(5) + if (len(new_initials.split()) > 1): + self.wild_group = True + self.options["initials"] = new_initials.split()[1] + else: + self.options["initials"] = "" + else: + self.options["initials"] = new_initials + else: + self.initials_entry.setMaxLength(3) + self.options["initials"] = new_initials + self.save_button.setEnabled(True) + + def group_changed(self): + if self.AK_button_group.checkedButton().text() == "other": + self.other_box.show() + self.options["group"] = self.other_box.currentText() + self.path_hf = ( + self.mora_path / "500-600er" / self.groups_dict["other"][self.options["group"]] + ) + else: + self.other_box.hide() + self.options["group"] = self.AK_button_group.checkedButton().text() + self.path_hf = ( + self.mora_path / "500-600er" / self.groups_dict[self.options["group"]] + ) + self.spectrometer_paths["hf"] = self.path_hf + self.refresh_visible_specs() + # If nmr group has been selected, disable the naming option checkboxes as they will be treated as selected anyway. Also make sure wild option is turned off + if self.options["group"] == "nmr": + self.inc_init_checkbox.setEnabled(False) + self.nmrcheck_style_checkbox.setEnabled(False) + else: + # Only enable initials checkbox if nmrcheck_style option is not selected, disable otherwise + self.inc_init_checkbox.setEnabled(not self.options["nmrcheck_style"]) + self.nmrcheck_style_checkbox.setEnabled(True) + self.wild_group = False + if self.options["group"] == "nmr" or self.options["spec"] == "hf": + self.inc_solv_checkbox.setEnabled(False) + else: + self.inc_solv_checkbox.setEnabled(True) + self.save_button.setEnabled(True) + + def dest_path_changed(self, new_path): + formatted_path = new_path + # Best way to ensure cross-platform compatibility is to avoid use of backslashes and then let pathlib.Path take care of formatting + if "\\" in formatted_path: + formatted_path = formatted_path.replace("\\", "/") + # If the option "copy path" is used in Windows Explorer and then pasted into the box, the path will be surrounded by quotes, so remove them if there + if formatted_path[0] == '"': + formatted_path = formatted_path.replace('"', "") + self.options["dest_path"] = formatted_path + self.open_button.show() + self.save_button.setEnabled(True) + + def open_path(self): + if Path(self.options["dest_path"]).exists() is True: + if platform.system() == "Windows": + # Extra quotes necessary because cmd.exe can't handle spaces in path names otherwise + os.system(f'start "" "{self.options["dest_path"]}"') + elif platform.system() == "Darwin": + subprocess.Popen(["open", self.options["dest_path"]]) + elif platform.system() == "Linux": + subprocess.Popen(["xdg-open", self.options["dest_path"]]) + + def inc_init_switched(self): + self.options["inc_init"] = self.inc_init_checkbox.isChecked() + self.save_button.setEnabled(True) + + def inc_solv_switched(self): + self.options["inc_solv"] = self.inc_solv_checkbox.isChecked() + self.save_button.setEnabled(True) + + def nmrcheck_style_switched(self): + self.options["nmrcheck_style"] = self.nmrcheck_style_checkbox.isChecked() + self.save_button.setEnabled(True) + self.inc_init_checkbox.setEnabled(not self.nmrcheck_style_checkbox.isChecked()) + self.adapt_to_spec() + + def refresh_visible_specs(self): + if self.options["group"] in ["stu", "nae", "nmr"]: + self.spec_button_list[0].show() + else: + self.spec_button_list[0].hide() + + def spec_changed(self): + self.options["spec"] = self.spec_button_dict[self.spec_button_group.checkedButton()] + self.adapt_to_spec() + self.save_button.setEnabled(True) + + def adapt_to_spec(self): + if self.options["spec"] == "hf": + # Including the solvent in the title is not supported for high-field measurements so disable option + self.inc_solv_checkbox.setEnabled(False) + self.repeat_check_checkbox.setEnabled(False) + self.date_selector.hide() + self.today_button.setEnabled(False) + self.hf_date_selector.show() + else: + if self.options["group"] != "nmr" and self.options["nmrcheck_style"] is False: + self.inc_solv_checkbox.setEnabled(True) + self.repeat_check_checkbox.setEnabled(True) + self.hf_date_selector.hide() + self.date_selector.show() + self.today_button.setEnabled(True) + + def repeat_switched(self): + self.options["repeat_switch"] = self.repeat_check_checkbox.isChecked() + self.save_button.setEnabled(True) + + def repeat_delay_changed(self, new_delay): + self.options["repeat_delay"] = new_delay + self.save_button.setEnabled(True) + + def save(self): + with open(self.config_file_path, "w", encoding="utf-8") as config_file: + json.dump(self.options, config_file) + self.save_button.setEnabled(False) + + def date_changed(self): + self.date_selected = self.date_selector.date().toPython() + + def hf_date_changed(self): + self.date_selected = self.hf_date_selector.date().toPython() + + def set_date_as_today(self): + self.date_selector.setDate(date.today()) + + # Converts Python datetime.date object to the same format used in the folder names on Mora + def format_date(self, input_date): + if self.options["spec"] == "hf": + formatted_date = input_date.strftime("%Y") + else: + formatted_date = input_date.strftime("%b%d-%Y") + return formatted_date + + def started(self): + if self.only_button.isChecked() is True or self.options["spec"] == "hf": + self.queued_checks = 1 + self.single_check(self.date_selected) + elif self.since_button.isChecked() is True: + # Give number of checks initial value of zero so it can be added to iteratively below + self.queued_checks = 0 + self.multiday_check(self.date_selected) + + def single_check(self, date): + self.start_check_button.setEnabled(False) + formatted_date = self.format_date(date) + # Start main checking function in worker thread + worker = Worker(checknmr, self.options, formatted_date, self.mora_path, self.spectrometer_paths, self.wild_group, self.prog_bar) + worker.signals.progress.connect(self.update_progress) + worker.signals.result.connect(self.handle_output) + worker.signals.completed.connect(self.check_ended) + self.threadpool.start(worker) + + def multiday_check(self, initial_date): + end_date = date.today() + timedelta(days=1) + date_to_check = initial_date + while date_to_check != end_date: + self.single_check(date_to_check) + date_to_check += timedelta(days=1) + self.queued_checks += 1 + + def update_progress(self, prog_state): + self.prog_bar.setValue(prog_state) + + def handle_output(self, final_output): + self.copied_list = final_output + + def check_ended(self): + # Set progress to 100% just in case it didn't reach it for whatever reason + self.prog_bar.setMaximum(1) + self.prog_bar.setValue(1) + # Will only not be true if an unknown error occurred, in all cases len will be at least 2 + if len(self.copied_list) > 1: + # At least one spectrum was found + if self.copied_list[1][:5] == "spect": + self.copied_list.pop(0) + self.notify(self.copied_list) + # No spectra were found but check completed successfully + elif self.copied_list[1][:5] == "check": + pass + # Known error occurred + else: + self.copied_list.pop(0) + self.notify(self.copied_list) + else: + # Unknown error occurred, output of check function was returned without appending anything to copied_list + self.copied_list.pop(0) + self.notify(self.copied_list) + # Display output + for entry in self.copied_list: + entry_label = QLabel(entry) + self.display_layout.addWidget(entry_label) + # Move scroll area so that the user sees immediately which spectra were found or what the error was - but only the first time this happens (haven't been able to make this work) + #if entry == self.copied_list[0] and self.copied_list[0][:5] != "check": + #QApplication.processEvents() + #self.display_scroll.ensureWidgetVisible(entry_label, ymargin=50) + # Behaviour for repeat check function. Deactivate for hf spectrometer. See also self.timer in init function + if (self.options["repeat_switch"] is True) and (self.options["spec"] != "hf"): + self.start_check_button.hide() + self.interrupt_button.show() + self.timer.start(int(self.options["repeat_delay"]) * 60 * 1000) + # Enable start check button again, but only if all queued checks have finished + self.queued_checks -= 1 + if self.queued_checks == 0: + self.start_check_button.setEnabled(True) + + # I suspect this duplicates the functionality above, and doesn't seem to be used anywhere? Consider removal + def start_timer(self): + self.start_check_button.hide() + self.interrupt_button.show() + self.timer.start(int(self.options["repeat_delay"]) * 60 * 1000) + + def interrupted(self): + self.timer.stop() + self.start_check_button.show() + self.interrupt_button.hide() + + def notify(self, copied_list): + # If spectra were found, the list will have len > 1, if a known error occurred, the list will have len 1, if an unknown error occurred, the list will be empty + if len(copied_list) > 1: + notification_text = "Spectra have been found!" + self.notification.setText(notification_text + " Ctrl+G to go to. Click to dismiss") + self.notification.setStyleSheet("background-color : limegreen") + else: + self.notification.setStyleSheet("background-color : #cc0010; color : white") + try: + notification_text = "Error: " + copied_list[0] + except: + notification_text = "Unknown error occurred." + self.notification.setText(notification_text + " Click to dismiss") + self.notification.show() + # Display system notification - doesn't seem to be implemented for macOS currently + try: + plyer.notification.notify(title="Hola!", message=notification_text, app_name="Mora the Explorer", timeout=120) + except: + pass + + def notification_clicked(self): + self.notification.hide() + +logging.info("Initializing program") +app = QApplication(sys.argv) + +# Create instance of MainWindow as defined above, then show it +window = MainWindow() +window.show() + + +# Make dark mode less black because Windows dark mode looks bad +dark_palette = QPalette() +dark_palette.setColor(QPalette.Window, QColor(53, 53, 53)) +dark_palette.setColor(QPalette.WindowText, Qt.white) +dark_palette.setColor(QPalette.Base, QColor(25, 25, 25)) +dark_palette.setColor(QPalette.AlternateBase, QColor(53, 53, 53)) +dark_palette.setColor(QPalette.ToolTipBase, Qt.black) +dark_palette.setColor(QPalette.ToolTipText, Qt.white) +dark_palette.setColor(QPalette.Text, Qt.white) +dark_palette.setColor(QPalette.Button, QColor(53, 53, 53)) +dark_palette.setColor(QPalette.ButtonText, Qt.white) +dark_palette.setColor(QPalette.BrightText, Qt.red) +dark_palette.setColor(QPalette.Link, QColor(42, 130, 218)) +dark_palette.setColor(QPalette.Highlight, QColor(42, 130, 218)) +dark_palette.setColor(QPalette.HighlightedText, Qt.black) +if darkdetect.isDark() is True and platform.system() == "Windows": + app.setStyle("Fusion") + app.setPalette(dark_palette) + +app.setWindowIcon(QIcon("explorer.ico")) +app.exec() diff --git a/mora_the_explorer.spec b/mora_the_explorer.spec new file mode 100644 index 0000000..2a3cf58 --- /dev/null +++ b/mora_the_explorer.spec @@ -0,0 +1,57 @@ +# -*- mode: python ; coding: utf-8 -*- + + +block_cipher = None + + +a = Analysis( + ['mora_the_explorer.py'], + pathex=[], + binaries=[], + datas=[('LICENSE.md', '.'), ('README.md', '.'), ('explorer.ico', '.'), ('requirements.txt', '.'), ('update_path.txt', '.'), ('mora_path.txt', '.'), ('version.txt', '.'), ('groups.json', '.')], + hiddenimports=['plyer.platforms.win.notification', 'plyer.platforms.macosx.notification', 'plyer.platforms.linux.notification'], + hookspath=[], + hooksconfig={}, + runtime_hooks=[], + excludes=[], + win_no_prefer_redirects=False, + win_private_assemblies=False, + cipher=block_cipher, + noarchive=False, +) +pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) + +exe = EXE( + pyz, + a.scripts, + [], + exclude_binaries=True, + name='mora_the_explorer', + icon='explorer.ico', + debug=False, + bootloader_ignore_signals=False, + strip=False, + upx=True, + console=False, + disable_windowed_traceback=False, + argv_emulation=False, + target_arch=None, + codesign_identity=None, + entitlements_file=None, +) +coll = COLLECT( + exe, + a.binaries, + a.zipfiles, + a.datas, + strip=False, + upx=True, + upx_exclude=[], + name='mora_the_explorer', +) +app = BUNDLE( + coll, + name='mora_the_explorer.app', + icon='explorer.ico', + bundle_identifier=None, +) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5cb6d71 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +darkdetect>=0.8.0 +platformdirs>=3.2.0 +plyer>=2.1.0 +Pillow>=9.2.0 +PySide6>=6.4.2 +PySide6-Addons>=6.4.2 +PySide6-Essentials>=6.4.2 +shiboken6>=6.4.2 diff --git a/update_path.txt b/update_path.txt new file mode 100644 index 0000000..f95ade3 --- /dev/null +++ b/update_path.txt @@ -0,0 +1 @@ +//mora/nmr/mnova/mora_the_explorer diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..7125320 --- /dev/null +++ b/version.txt @@ -0,0 +1,5 @@ +Mora the Explorer +Matt Milner +v1.5.3 +License: GPLv3 +Please report any bugs to milner@uni-muenster.de!