matlabpy 0.0.6__py3-none-any.whl → 0.0.7__py3-none-any.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.
matlabpy/__init__.py CHANGED
@@ -0,0 +1,3 @@
1
+ from .matlabpy import M, mat, zeros, ones, eye, rand, linspace, diag
2
+
3
+ __all__ = ["M", "mat", "zeros", "ones", "eye", "rand", "linspace", "diag"]
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matlabpy
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: A Python library for MATLAB integration
5
5
  Author: Daniel F. Hernández Gardiol
6
6
  Author-email: dan.fhg@gmail.com
7
7
  Requires-Python: >=3.14
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.14
10
+ Requires-Dist: numpy (>=1.20.0)
10
11
  Description-Content-Type: text/markdown
11
12
 
12
13
  hopefully this will be version 6
@@ -0,0 +1,4 @@
1
+ matlabpy/__init__.py,sha256=MleIBao5lYlWadcFJ8TN8I2uefYWSKb53vSHrZ6pHLE,145
2
+ matlabpy-0.0.7.dist-info/METADATA,sha256=0aypkVzt2IdWFYPQSjnOvkVe7TfvPFIxzrb4kOVi3Jc,1046
3
+ matlabpy-0.0.7.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
4
+ matlabpy-0.0.7.dist-info/RECORD,,
@@ -1,4 +0,0 @@
1
- matlabpy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- matlabpy-0.0.6.dist-info/METADATA,sha256=2K79xBIORxiRbWtdwB5QzOASHdVRqSv6PbTT9y6TeHU,1014
3
- matlabpy-0.0.6.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
4
- matlabpy-0.0.6.dist-info/RECORD,,