sim-ballena 0.1.0__cp312-cp312-manylinux_2_34_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 sim-ballena might be problematic. Click here for more details.

@@ -0,0 +1,5 @@
1
+ from .sim_ballena import *
2
+
3
+ __doc__ = sim_ballena.__doc__
4
+ if hasattr(sim_ballena, "__all__"):
5
+ __all__ = sim_ballena.__all__
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: sim_ballena
3
+ Version: 0.1.0
4
+ Classifier: Programming Language :: Rust
5
+ Classifier: Programming Language :: Python :: Implementation :: CPython
6
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
7
+ Summary: Ultra fast SNN simulator for machine learning
8
+ Author: Andrés Romo
9
+ Requires-Python: >=3.8
@@ -0,0 +1,5 @@
1
+ sim_ballena/__init__.py,sha256=jHzlUdU3pvW5XfcIwlcBCcLm9K4sgssN7BVIzR1LkWE,127
2
+ sim_ballena/sim_ballena.cpython-312-x86_64-linux-gnu.so,sha256=FpXdFAkLvBvhGxVw5uV2lxT5PNq10Bd8uPCOfyH0SdI,647472
3
+ sim_ballena-0.1.0.dist-info/METADATA,sha256=IVVQlklcrD0Chng-Dx_3aby52hNyDjxJY4x9w-_hC-Q,336
4
+ sim_ballena-0.1.0.dist-info/WHEEL,sha256=6XxsoRAefLjPtdxftyk9ZM9Li3h1rlKFcn0YmUowGJA,109
5
+ sim_ballena-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.11.5)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-manylinux_2_34_x86_64