boututils

View on PyPIReverse Dependencies (2)

0.2.1 boututils-0.2.1-py3-none-any.whl

Wheel Details

Project: boututils
Version: 0.2.1
Filename: boututils-0.2.1-py3-none-any.whl
Download: [link]
Size: 71695
MD5: b554a7ddbc8c866580815d965c02807a
SHA256: 9f05ac51a34be202b0e8a38908a4527424782519d161bb6919c5ca2055f93241
Uploaded: 2023-10-30 09:33:37 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: boututils
Version: 0.2.1
Summary: Python utilities for BOUT++
Author: Ben Dudson, BOUT++ team
Project-Url: Tracker, https://github.com/boutproject/boututils/issues/
Project-Url: Documentation, https://bout-dev.readthedocs.io/en/latest/
Project-Url: Source, https://github.com/boutproject/boututils/
License: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> 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.
Keywords: bout++,bout,plasma,physics,data-extraction,data-analysis,data-visualization
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: numpy (>=1.22.0)
Requires-Dist: matplotlib (>=3.2.1)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: netCDF4
Requires-Dist: sphinx (<5,>=3.4); extra == "docs"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Provides-Extra: docs
Provides-Extra: tests
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1654 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
boututils/View3D.py sha256=e3qW-sJlc8BOSNypNt2S6XdXdMMH22tTccZeE985GRY 12469
boututils/__init__.py sha256=NAWljB8I2875AQk9JpnB1fx27gKsRTPAw0zDC_JBUEo 1161
boututils/_version.py sha256=MxUhzLJIZQfEpDTTcKSxciTGrMLd5v2VmMlHa2HGeo0 411
boututils/analyse_equil_2.py sha256=u1fl4jE6652HeFlzFuPTTsWh9w4p_MM7D9_zWI_zbvY 8515
boututils/anim.py sha256=Ynm3Zh4YnSimAL6YeotskkQ1Fo6YDQKOP1Qhk9bWRn4 2682
boututils/ask.py sha256=knM6S_YgXIfeSsgE5ytry5jKcSopCVmoi453KCOW5bU 1481
boututils/boutarray.py sha256=0Kh2WdE7ehDp_3qGlFVK75Ln8mP2W_laDueSQhaTu3A 3413
boututils/boutgrid.py sha256=LRcGRr7HYnwjbSZTcZY5olEVaXiFiCximmW2sCtHLRc 3106
boututils/boutwarnings.py sha256=sJrB3U0uV-OOHaJaVWXQpGIR1zgw1tqrrgBSUcdLa0o 458
boututils/bunch.py sha256=GLAoo0LP0Vok6A8ZknwU1FPLpm5M6l-D1hiBJKHCfJM 134
boututils/calculus.py sha256=OEytZ28kCQ8k0IfCvBdXn8n8XC473CWAnBN1lzmxSSA 9565
boututils/check_scaling.py sha256=RmPh-xFX7_cUrpplc09vq72y73ew3QoCEJ3FNqhB4yw 2833
boututils/closest_line.py sha256=ez6SCieEqGs25NzR89MZn6D0db20wdyGSS5WluEK_60 343
boututils/crosslines.py sha256=L_RNVwo579ROdBqnwVDLiW3zUVj_uvUajnxV698uCfo 8376
boututils/datafile.py sha256=FoLfOrW9COsRis3Cf9I_UbNio8uVg7Q5WuyR1R-BxNM 30716
boututils/efit_analyzer.py sha256=q-67z9NPJIwcfPIACo_isrz7Dlfg5SjQy6qT-BLa-gw 11099
boututils/fft_deriv.py sha256=Gp1THl1OL0x4jUGsafb9jyUK5gUQiMDGO3VzpqjwwBY 1277
boututils/fft_integrate.py sha256=PtHkWI84bLvT6WS7iCyGqcJShqhQK5M5bl2EadU9AQg 1127
boututils/file_import.py sha256=la0RNO9by_hb_VmVl8H_BXXtkqK1HToZcqXFEqZJMWU 567
boututils/geqdsk.py sha256=4bG0jvPlWFS3cqft-FowzZTsDTYvoDMHnYK0eSUw_To 9067
boututils/idl_tabulate.py sha256=391TVEWnNRIFRtq3feLIGzcLkTv62M58F7F8uUZ3Pd0 459
boututils/int_func.py sha256=E13S15CKpeoqh-vwB0iDEyQq_h45BJcqoT7AxXMXHFQ 1029
boututils/linear_regression.py sha256=VGoa-aMT8WnfyXyE819CN52ExJgUSItakjwU_t5e3Cw 422
boututils/local_min_max.py sha256=ltV9wMd-yzq7qhw7FJlibLzfrctPDh0BA9eUHgUuRp8 3517
boututils/mode_structure.py sha256=b34NpMxazVHVPFBrcPom9xXnnBZetS9sEsPFQ_ttkF0 11858
boututils/moment_xyzt.py sha256=APBZESRKnGLAHUWRJ5ojKcveJGFnTjcE_4z4l8tjAAQ 2042
boututils/options.py sha256=6plspgBmjsWH9nbWjPfqlHANH1wh7pNwKsa7fakXWBg 4314
boututils/plotdata.py sha256=Q2_ZCJFdFNlCUqad8orX7v_9xxtKYhoEfNKQ0vY2yv8 2379
boututils/plotpolslice.py sha256=Es8mPXt0icFscQZ_kyjSYNogCzVTrT4heMkevrvvbNQ 3982
boututils/radial_grid.py sha256=xJEUbkIyO3fzev7cWvRVBacYq8sUh3OQ6qkzbNRZXU0 1718
boututils/read_geqdsk.py sha256=K12EpP32BFuGc3LA9jo7wwHqnMNO9yJx1wLQltqmEJM 2655
boututils/run_wrapper.py sha256=T6UdXoy1bt509jPHocQFaMv7ZRURvE-9QlkP9zWjafg 8789
boututils/showdata.py sha256=hOh-sIWJstwu1jV-dUqb8hGYPnTPFGmQWORokeBp_tE 27596
boututils/spectrogram.py sha256=2F6_WWIPBp9n6VNLmC2vp806sQMxX2BQAhcgIrdgVOk 5046
boututils/surface_average.py sha256=qWA3i81XK1s9Hy2HMNP4IEK58b-VJh5pYt4F2lKJa6U 2322
boututils/volume_integral.py sha256=KICNu_Mrk7EB204Co21rdBmqcd7bhukHUb1AYj0l2xQ 2517
boututils/watch.py sha256=nZG35OTKLQ17I5XaKiiyjBfTlOmh2_YzUBDcMcYxXtc 2157
boututils/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
boututils/tests/test_import.py sha256=IXJcAtA_JQkqZnftWKpYL3hQIKGSmlabROkf_uNDUQE 238
boututils-0.2.1.dist-info/LICENSE sha256=9WA5te54OlARTeOI-V_-cXMAHWPDLtTABkkEXuwM9QY 7638
boututils-0.2.1.dist-info/METADATA sha256=qQIlERlYA_bkpHCL9aj0uhzB-1I6yyzj5ZhEfTLSnuY 11723
boututils-0.2.1.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
boututils-0.2.1.dist-info/top_level.txt sha256=4DwCvw5OcOSfnfs-W-9ApK7tQ0SzfR1MmqMDDz4RHeA 10
boututils-0.2.1.dist-info/RECORD

top_level.txt

boututils