matlabpy 0.0.3__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 ADDED
File without changes
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: matlabpy
3
+ Version: 0.0.3
4
+ Summary: A Python library for MATLAB integration
5
+ Author: Daniel F. Hernández Gardiol
6
+ Author-email: dan.fhg@gmail.com
7
+ Requires-Python: >=3.14
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.14
10
+ Description-Content-Type: text/markdown
11
+
12
+ matpy.py — A lightweight Python library that mimics core MATLAB matrix syntax & operators
13
+
14
+ To publish a new version:
15
+ # 1. Bump the version (e.g., to 0.0.2)
16
+ poetry version patch
17
+
18
+ # 2. Commit the change to pyproject.toml
19
+ git commit -am "Bump version to $(poetry version --short)"
20
+
21
+ # 3. Create a git tag for the new version
22
+ git tag v$(poetry version --short)
23
+
24
+ # 4. Push the commit and the tag to GitHub
25
+ git push origin main
26
+ git push origin v$(poetry version --short)
@@ -0,0 +1,4 @@
1
+ matlabpy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ matlabpy-0.0.3.dist-info/METADATA,sha256=Ygk1HM1SZvM82k4CwDrnLH45Bx1VMzOcaH4oJBDaOV0,800
3
+ matlabpy-0.0.3.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
4
+ matlabpy-0.0.3.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.3.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any