psr-factory 5.0.0b69__py3-none-manylinux_2_28_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of psr-factory might be problematic. Click here for more details.

psr/runner/version.py ADDED
@@ -0,0 +1,5 @@
1
+ # PSR Factory. Copyright (C) PSR, Inc - All Rights Reserved
2
+ # Unauthorized copying of this file, via any medium is strictly prohibited
3
+ # Proprietary and confidential
4
+
5
+ __version__ = "1.0.1"
@@ -0,0 +1,47 @@
1
+ Metadata-Version: 2.4
2
+ Name: psr-factory
3
+ Version: 5.0.0b69
4
+ Summary: PSR database management module.
5
+ Author-email: "PSR Inc." <psrfactory@psr-inc.com>
6
+ License-Expression: MIT
7
+ Project-URL: documentation, https://docs.psr-inc.com/factory/
8
+ Keywords: psr,factory,sddp
9
+ Classifier: Development Status :: 4 - Beta
10
+ Classifier: Programming Language :: C
11
+ Classifier: Programming Language :: C++
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Programming Language :: Python :: 3.14
19
+ Classifier: Topic :: Software Development
20
+ Classifier: Topic :: Scientific/Engineering
21
+ Classifier: Operating System :: Microsoft :: Windows
22
+ Classifier: Operating System :: POSIX :: Linux
23
+ Requires-Python: >=3.9
24
+ Description-Content-Type: text/markdown
25
+ License-File: LICENSE.txt
26
+ Requires-Dist: numpy
27
+ Provides-Extra: pandas
28
+ Requires-Dist: pandas; extra == "pandas"
29
+ Provides-Extra: polars
30
+ Requires-Dist: polars; extra == "polars"
31
+ Provides-Extra: cloud
32
+ Requires-Dist: psr-cloud; extra == "cloud"
33
+ Provides-Extra: execqueue-client
34
+ Requires-Dist: requests; extra == "execqueue-client"
35
+ Provides-Extra: execqueue-server
36
+ Requires-Dist: DateTime; extra == "execqueue-server"
37
+ Requires-Dist: Flask; extra == "execqueue-server"
38
+ Requires-Dist: python-ulid; extra == "execqueue-server"
39
+ Requires-Dist: sqlalchemy; extra == "execqueue-server"
40
+ Requires-Dist: python-dotenv; extra == "execqueue-server"
41
+ Requires-Dist: psr-cloud; extra == "execqueue-server"
42
+ Provides-Extra: all
43
+ Requires-Dist: pandas; extra == "all"
44
+ Requires-Dist: polars; extra == "all"
45
+ Requires-Dist: psutil; extra == "all"
46
+ Requires-Dist: psr-cloud; extra == "all"
47
+ Dynamic: license-file
@@ -0,0 +1,32 @@
1
+ psr/apps/__init__.py,sha256=fkfOm9H2zMSC_cjaqYmH3meMoK3qs1t79KEmC0ibTp0,221
2
+ psr/apps/apps.py,sha256=uEcCLqs2mdRdp5dlYC8lUwC4rhEO3vVe0Pqz7Nv4Kn4,6521
3
+ psr/apps/version.py,sha256=Y7vc1BETd-y4IOMly_wvLYNbfAmMvgKADq8QawVkINY,189
4
+ psr/execqueue/client.py,sha256=4G86orQnOSTohqgVpdM0S-PQZqSynBQdCz09qbtL2Z4,5415
5
+ psr/execqueue/config.py,sha256=tk6foUBgIuWpu8CbkVkHk1LSaR6GH5gJR0qEwrDI0Xs,1641
6
+ psr/execqueue/db.py,sha256=RtpSurT3Bk2OtxfS-EDxWJVa2SkS1lc8_rsSncJIT40,10568
7
+ psr/execqueue/server.py,sha256=Fd25xw1oR--vRWwONgQHwMLZttFWbLatRpPzOr7NlIU,28092
8
+ psr/execqueue/watcher.py,sha256=uoBTgzOVFYuUDGJCdFphRixCrRtSJcX2uE2Sd_JC6JA,5491
9
+ psr/factory/__init__.py,sha256=SDxMzOm1aV-IMUXaahBqoutgc1lBZ69rE4YfLaROy1w,212
10
+ psr/factory/api.py,sha256=wivCmonxLv8YPfgTWzgCE33Mjh40-lpft6Soz3EcbFk,112317
11
+ psr/factory/factory.pmd,sha256=O28VDt-Toz41RU2MCSv3S4CUxq8bzQl1uH9kY8sDSCU,245469
12
+ psr/factory/factory.pmk,sha256=ruBdY7avo4sA2keM1oHBJO8vcPo_op4P9fXrZ1jaJS4,588152
13
+ psr/factory/factorylib.py,sha256=UKYfYZvgw2gv-Vem9_JFnbkyl4BXJ7VdtVzePW8Nq1k,30816
14
+ psr/factory/libfactory.so,sha256=3HaYsOdw9GgcU5AK9SgRKsnxvOYnD_4UrNpRw61fYk4,16098992
15
+ psr/factory/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ psr/factory/samples/__init__.py,sha256=3pT0s2Glf_VpSwevghiUFzaCa_zf8R65tgJhhpOK6zI,78
17
+ psr/factory/samples/sddp_case01.py,sha256=TvBIeBP3KRo4IvtE5S4iE2F4XI5B2JuKbRZyTpplZy0,4894
18
+ psr/factory/samples/sddp_case21.py,sha256=FflUFc24t4dTihkHMlbV7ibK3IjMLnzN6NLJc5F2YJ0,8549
19
+ psr/outputs/__init__.py,sha256=kr3j5nrMTifutVA0QuZdiDEywACVVX6flK2qgJTOYCs,189
20
+ psr/outputs/outputs.py,sha256=N6iMohhmoUBxiECON9xirwNaYRvxSd1ZpFQMPo-KMFg,6549
21
+ psr/outputs/resample.py,sha256=60OoitznL-8NCmsBbu2Eh7zDqWY-I31yqvkNN-rxLR8,13987
22
+ psr/psrfcommon/__init__.py,sha256=CN6d4HZx2LqfFYS-N840xMUmeqXvbLhiLcwr22dAMjo,194
23
+ psr/psrfcommon/psrfcommon.py,sha256=FTYQjnE2EUSumFgoh6eKgB46T3QMxf8FcO37ez19jXo,1514
24
+ psr/psrfcommon/tempfile.py,sha256=ABAc2Pz43gdLc-3EL9pi2M49BDWQv6uZ59p2viYWHPE,3821
25
+ psr/runner/__init__.py,sha256=GfBCdBomTZVf2DFiL1qq4DRIkXcZfceZfj9McUuNyyk,223
26
+ psr/runner/runner.py,sha256=8CUUGjrm-sabfQm5jS_DndxnX6eCQzgHapYbzl2LVUw,29609
27
+ psr/runner/version.py,sha256=AT_gCXa4fFil6ajSCzalrUGtzKVVWx318QRXyvNJqh0,189
28
+ psr_factory-5.0.0b69.dist-info/licenses/LICENSE.txt,sha256=RSCE4j98dK7DszDzmnV7N5JjQuvTIcADYdu78cB8jTQ,1068
29
+ psr_factory-5.0.0b69.dist-info/METADATA,sha256=hKys_9yi5FXO5aPRh9g_wZNjTayPsNW5niK9bRuUCXM,1867
30
+ psr_factory-5.0.0b69.dist-info/WHEEL,sha256=ZuBnmcEWZ7NAPtpmQ3wIbs17HZL8nGZJ1_gcc0TQyp0,109
31
+ psr_factory-5.0.0b69.dist-info/top_level.txt,sha256=Jb393O96WQk3b5D1gMcrZBLKJJgZpzNjTPoldUi00ck,4
32
+ psr_factory-5.0.0b69.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-manylinux_2_28_x86_64
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 PSR Factory
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ psr