spil

View on PyPIReverse Dependencies (0)

0.2.0 spil-0.2.0-py3-none-any.whl

Wheel Details

Project: spil
Version: 0.2.0
Filename: spil-0.2.0-py3-none-any.whl
Download: [link]
Size: 147743
MD5: 9e2a56394450748222483e3021aefaf1
SHA256: 8414388547388b64b817848daddc658dec4e5e8df4821c94303e57f37188b304
Uploaded: 2024-02-13 21:35:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: spil
Version: 0.2.0
Summary: The Simple Pipeline Lib.
Author-Email: Michael Haussmann <spil[at]xeo.info>
Project-Url: Homepage, https://github.com/MichaelHaussmann/spil
Project-Url: Documentation, https://spil.readthedocs.io
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: cg,cg-pipeline,path templates,vfx,vfx-pipeline
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Requires-Dist: codetiming
Requires-Dist: fileseq
Requires-Dist: future
Requires-Dist: logzero
Requires-Dist: resolva
Requires-Dist: typing-extensions
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "qc"
Requires-Dist: flake8; extra == "qc"
Requires-Dist: isort; extra == "qc"
Requires-Dist: mypy; extra == "qc"
Requires-Dist: refurb; extra == "qc"
Requires-Dist: shotgun-api3; extra == "sg"
Requires-Dist: unidecode; extra == "sg"
Provides-Extra: dev
Provides-Extra: qc
Provides-Extra: sg
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 15743 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.17.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
spil/__init__.py sha256=v_2umaFP0LHLf0KKTplKgD0A-ySyVC7O1wZVNjJoWyk 2061
spil/conf/__init__.py sha256=NfkUcj5-cMcLfHHuwAqC3z1Grv_ptwpPTxKs4EakTU4 2475
spil/conf/configio.py sha256=O5my_H-cmJAaC_8VkAth-5eV5z16iPPRcotON2z3L8E 3222
spil/conf/data_conf_load.py sha256=7jP3jSdsZEUOTdIbt2hN7q6lbTG07VUNEMpAlMq49P0 1512
spil/conf/global_conf.py sha256=83DItHruFVwswfFCC_lWWlMDnM8S3G1QjAA4DfwVUlc 3143
spil/conf/sid_conf_load.py sha256=8JPNhchZ-4I11qjZ28R7lDjdxGz-mGKIMeuUEuwCxsE 2551
spil/conf/util.py sha256=TJZBj7by7heaVRvUsxcEpMmK5RMVUUJrfr3z-butT1E 8587
spil/sid/__init__.py sha256=18wFCfa7odDU0eWAzBafblsKYcSsz65z40c7LHPzqeQ 32
spil/sid/sid.py sha256=Nog9-gWMka5vqy7ichlmrApD1D6QcLD0Wz1MQU3NGIU 30870
spil/sid/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil/sid/core/query_helper.py sha256=-aXPIisQ_VAXZvzDQAiHnbUt0P9_TMRRc0YOzx8JO7I 8900
spil/sid/core/sid_factory.py sha256=OXgGyI5mUanhWnxl0fqo739NjtdNqmjDPZhrKhF5VQk 5802
spil/sid/core/sid_resolver.py sha256=vaMFGfWzSgRE4VkGoMepk2iE30Y6CnlDPCUzNzjttaY 5774
spil/sid/core/utils.py sha256=bpmQIzR5TKzYlAw6Wzf2G7TmqLB0-qgfRQ3AWZG-LnA 8508
spil/sid/pathops/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil/sid/pathops/find_paths.py sha256=G47aqekM-JLQUoDuWF2v5q68XzEF-2ATk3LO3PYU0Mg 8214
spil/sid/pathops/fs_resolver.py sha256=gOcXLzklxwQzPUvsRupqEUqQzEPk5HyhXXUakQ35WZI 7228
spil/sid/pathops/getter_paths.py sha256=9E_OEWWd7VwK-4EEtAS_M3684PrltmIT0W5FhjofUtU 3645
spil/sid/pathops/pathconfig.py sha256=cPRhRhFDrSZoPAMz4QbM6lLSY4a5X3wT5P3a_654ujI 3147
spil/sid/pathops/write_paths.py sha256=zysrM7iILFLogPt-rM3Yu74L0ijuE5Z9pG7zuyy-ZpE 7330
spil/sid/read/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil/sid/read/finder.py sha256=T8lf5eluQLyzyISCGe14h40_tEWJ7y_oQ6s83VyDXxM 5638
spil/sid/read/getter.py sha256=oqS9JdAwF77K2oFQp89qRUt0b3U8zI7tKwSbkah1LeA 7456
spil/sid/read/tools.py sha256=598zmlYpIbdWZ-40PX2Ig3XbVkJO2rMZZkUzeopsoq0 7401
spil/sid/read/util.py sha256=sOyR97Css2FvOHibpmjBLnSDc91f8tfQ5PRqp209YtE 1497
spil/sid/read/finders/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil/sid/read/finders/find_all.py sha256=JMj6j7Tu6b24BCIWRPxxCagJqkvuySMheyGEs5z5GU8 5971
spil/sid/read/finders/find_cache.py sha256=yRSpVxNWq0oQ7CHEcWv6T9tdCjK7Rp6lG1UTC6slwZE 14493
spil/sid/read/finders/find_constants.py sha256=nbU62kyw8C55UqulCljwrsiuakkLnn7DdVjpHz-XCvA 8361
spil/sid/read/finders/find_glob.py sha256=vs8_Z62MJDLvIoH_crUCB0_uO6DiKn7RMZwPiV5oBn0 5836
spil/sid/read/finders/find_list.py sha256=eDSuHdpT2-u-RArdIns82vjn9gnJ-moil7lWbu5aRrM 5667
spil/sid/read/getters/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil/sid/read/getters/getter_all.py sha256=rnBEnoiZzL7Pq-iQF6qVyKphAASzS9X68jcuUKh3tEE 5548
spil/sid/read/getters/getter_finder.py sha256=_Hg90XIn1eEXGfGampJo3IPM8L2pVrJFceOpCMtVY-A 2900
spil/sid/read/unfolders/__init__.py sha256=K-J0O4vxk8e-mt4Yp8jvvATzfB8t-tKI9dY6VCBbMqQ 53
spil/sid/read/unfolders/expand.py sha256=QIRWF1EhHNo6VNioZxOrPaOdL65QXnEETtrRXZKiGmo 2239
spil/sid/read/unfolders/extensions.py sha256=KzSAjNYgRh4vjHHhh_NmyRYmYAABtdgz-WcNPKxOz-s 3741
spil/sid/read/unfolders/extrapolate.py sha256=zEwQdZlXERhc2YAkNaqnamseDUHa2qzuyYf4L9-VuUo 1009
spil/sid/read/unfolders/or_op.py sha256=K0wa5KCSU-wILCxOjbO83BEMGpgyGI2BlbIzydUFHyU 4982
spil/sid/read/unfolders/typed_narrow.py sha256=n4oP6d2a1oWLA1lxs_fh8Q5K9KGl6747eJVHBiPuE2E 2770
spil/sid/write/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil/sid/write/write_all.py sha256=cAVrvUJ7ULRDtoYQ1ZaBZL2XW721xALaOQxzj1wnuXc 2855
spil/sid/write/writer.py sha256=PeJQkWP3eMEfa6sSgFmbq30P9QRqmRaOwsywR8JVp4U 3101
spil/tests/__init__.py sha256=15NjrEv3Qc31-9hbuUdwcszhNGgC9Wx_f3k9YTlY8FI 146
spil/tests/config_checks/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil/tests/config_checks/check_01_sid_config.py sha256=M1OWIg1Rk3LUXAH6NmBdUE7uVkc7o5-72skJj6QKBok 2386
spil/tests/config_checks/check_02_path_config.py sha256=c6tCElGkMiyd-EwpeNiiZfJWInziDMCGHf4TWjjbgfs 3271
spil/tests/config_checks/check_03_config_coverage.py sha256=R6tEuguJkq0T4wU-pXnRw9JA1YM1z_XUJrfG9OfymuU 1158
spil/tests/feature_tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil/tests/feature_tests/test_lru.py sha256=Kr90EDA59zqhA-oetGo9WNOrlE8qNukEmmjxMtOlB3g 467
spil/tests/prep/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil/tests/prep/build_searches.py sha256=VWFkKl0yqvuQdpzJsj6AuOozICAnaeUWB5YAfPjtbLA 2879
spil/tests/prep/make_mock_fs.py sha256=WIKsSsBGCYu8BqDtiyTD7d1a2wpz1smqaoG43uO5RR4 2159
spil/tests/prep/parse_sids_from_fs.py sha256=juyn5jaBdTTrnFt113_L4Hh9teQ91qcHlc2QGDRU6n8 2640
spil/tests/prep/save_sid_list_to_file.py sha256=2cKrIu6pzkAOteeW0o2kPtsqJDq_g-B3QXZq2YbCKtY 1643
spil/tests/utils/__init__.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
spil/tests/utils/dualsearch_ab_tester.py sha256=70gTJjStRh5h-vxcVVqVF92ZQiOKUcBUqA19hDvPpIs 2710
spil/tests/utils/search_tester.py sha256=aCNsCPCuSoiesCmr131f-fvBMg83_jntB9zQHB1CKrk 2995
spil/tests/utils/sid_core_tester.py sha256=9d7Y0mXO-1gJmJDfHP5rjIsnCyPFfWvbOeysgmlDLyM 4732
spil/tests/utils/sid_data_tester.py sha256=wtZhqR2cfmitw5yytJ4ceN6AylilyntMfplOIIJeV1I 4185
spil/tests/utils/sid_full_tester.py sha256=REAVG9KicYCv7mdElLtZHXFj9SUTHkc0qNsMN8LUArI 6971
spil/tests/utils/sid_path_tester.py sha256=IK-XIHmP2X-KumlWbCzASRIZznPTWLNvaY_D0MIvp_I 3790
spil/util/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil/util/cache_helper.py sha256=bsyVlB6yYerQwpnZxWzGt4z8p4yCbPgPMY1K3NZXzAE 1407
spil/util/caching.py sha256=JE_eSNZyGmktV6WJjZIpunP3tk49-HPoeQhYaGKCX5g 3927
spil/util/exception.py sha256=CLTinD0Gv5E-fZnXixgqeD-LiAbk7g2eAOQoiVnuOGc 1891
spil/util/log.py sha256=2Hs9QBvSm5BVgsoHDy5sEQng0Fg-WoXQtus2H0ylqM8 3037
spil/util/singleton.py sha256=ztRz1-eDJFBTcV20CuTmq3_msC01OujSgu_i5sf7Ln0 1419
spil/util/substr.py sha256=-PqnPSAb2KqnUenLrvsrcXcjqQVlMXVccLdLaZ5i5Gs 1756
spil/util/utils.py sha256=vjpv7FaMfZwUnIo2vBv9nN2GQcMtw0uNvfZsCLkHLY8 2355
spil_hamlet_conf/spil_data_conf.py sha256=K0RDZFDW1e-6QJSBGp4JAwe4rQlvvwVDrYlm0NOQKQw 5713
spil_hamlet_conf/spil_fs_conf.py sha256=4CoMQKr2PpxocyeDRAsom9772qb1_AkQOU6-TZfWZ0Y 4356
spil_hamlet_conf/spil_fs_server_conf.py sha256=Q99-tWZ3nPiuREVNjd6fPBKaWLEVtZrbgDzspWkSHc8 678
spil_hamlet_conf/spil_rest_conf.py sha256=B5bPGrXX1xbmRh6iXfZqrgw_yeewwbYKQfY0IwSYAPE 806
spil_hamlet_conf/spil_sg_conf.py sha256=pICCnoMPdrdMs8YzUu4lBFAEH7TJ62MZucnRc-eWTgQ 4076
spil_hamlet_conf/spil_sid_conf.py sha256=SLTRKT_qVAHw_lH-p-0nt1AskKWLnRBC1tuhbDSmQdA 4690
spil_hamlet_conf/data/templates/empty.ma sha256=u_kaksFE3yGcH8tQadsp60jKKg92Vk_WmGAIHZiZQUc 42
spil_hamlet_conf/data/templates/empty.mb sha256=u_kaksFE3yGcH8tQadsp60jKKg92Vk_WmGAIHZiZQUc 42
spil_hamlet_conf/data/testing/hamlet.sids.txt sha256=1_X7l7aKwa08yTy5p0Si4WzmcpoEOfwDGdtonQdAdEI 95346
spil_hamlet_conf/hamlet_plugins/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil_hamlet_conf/hamlet_plugins/next_get.py sha256=zBFnUd2IYIGOC9w-HcrQTIHLG5B6Vkc1BZ_ubv9VSDo 1897
spil_hamlet_conf/hamlet_scripts/example_sids.py sha256=E7rY_U5ZuHBO6aU3o-ffkRPAZ7HXdihNEGFaO2RyOhY 1604
spil_hamlet_conf/hamlet_scripts/generate_example_sids.py sha256=RepZQUaElnWOGSDKT8y3UAi-29QS-NX-VGpX_bErewM 7346
spil_hamlet_conf/hamlet_scripts/save_examples_to_file.py sha256=QHMU2OVk-vorMDUGORSoiMB9NNURkCGUlNe2f-kg94s 619
spil_hamlet_conf/hamlet_scripts/save_examples_to_mock_fs.py sha256=e0Q9a0GAWT8oFhcLfTL_4IgtyKf_Dc4qZzmrkf_Iqww 852
spil_hamlet_conf/hamlet_tests/core_test.py sha256=p3E_TB2kVkaggQxavTNd4w37CbFPQ_AMOQtL_P3gxxI 454
spil_hamlet_conf/hamlet_tests/data_test.py sha256=XxSbPW6qgPc8iVK7YfFHBF-jEp7o8H3cwpcevsxVnDo 644
spil_hamlet_conf/hamlet_tests/finder_test.py sha256=TN4oBwi3m1yOpLnk6tYyZb5D-4kFloR_8u2S8CHWqmg 2396
spil_hamlet_conf/hamlet_tests/path_test.py sha256=kDWjW2iiI7fFFYpkjtHPGBc0YBgMOpSJ7phpA8jaREY 540
spil_hamlet_conf/hamlet_tests/quicktest.py sha256=rwGQWZRCWwUIcqbA5J2F9KxBrrYDTJvvSjG5Sw_xmDI 1351
spil_hamlet_conf/hamlet_tests/adhoc_tests/quick_finder_test.py sha256=gs3exGkx5XuYuVf31ePmDNJVr1sNNEJxzZY6w0plEqw 622
spil_hamlet_conf/hamlet_tests/adhoc_tests/quitest.py sha256=qR1VvIOWqE8CZ0ceILxpBFBmLOKkjj31wD0tabDJ5Vg 761
spil_hamlet_conf/hamlet_tests/adhoc_tests/sid_from_path_missing.py sha256=KqiBDaeN5fCIpW-1YsAbrdvJ4HVXwSMKDztLfbZVQ6Y 657
spil_hamlet_conf/hamlet_tests/performance/README.md sha256=6sxJJL9SrtEpZPl-KPSajRZi5TzPvrd7_vtRNZ0WlD0 1859
spil_hamlet_conf/hamlet_tests/performance/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil_hamlet_conf/hamlet_tests/performance/instancing_sids.py sha256=BybpQPFdBLJOJFYOuSw7gpolBwaqKY8dMqcC3zxs94w 725
spil_hamlet_conf/hamlet_tests/performance/globbing/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spil_hamlet_conf/hamlet_tests/performance/globbing/aiopath_glob.py sha256=aU7R01G8MqauZWIW-FBDnHfsoSTDoh_lydx535b7v5M 402
spil_hamlet_conf/hamlet_tests/performance/globbing/anyio_glob.py sha256=HiGNbcOdl2uJnE-uGXzRfTOf9Nq0UdLSw-toUDnP6hA 336
spil_hamlet_conf/hamlet_tests/performance/globbing/sync_glob.py sha256=44u41f5s4LJAYyb5Za5Z3LOXvXzaTaMqqTkbrXSyDkk 318
spil-0.2.0.dist-info/METADATA sha256=dD4Ri9G1FqR6-w-a14mjBBn1yMrkE_DxIBEaWiC2qaM 26126
spil-0.2.0.dist-info/WHEEL sha256=KGYbc1zXlYddvwxnNty23BeaKzh7YuoSIvIMO4jEhvw 87
spil-0.2.0.dist-info/licenses/LICENSE sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg 7652
spil-0.2.0.dist-info/RECORD