asimpy 0.4.0__py3-none-any.whl → 0.4.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: asimpy
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: A simple discrete event simulator using async/await
5
5
  Author-email: Greg Wilson <gvwilson@third-bit.com>
6
6
  Maintainer-email: Greg Wilson <gvwilson@third-bit.com>
@@ -9,7 +9,7 @@ Keywords: discrete event simulation,open source
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
- Requires-Python: >=3.13
12
+ Requires-Python: >=3.12
13
13
  Provides-Extra: dev
14
14
  Requires-Dist: build>=1.4.0; extra == 'dev'
15
15
  Requires-Dist: markdown-include>=0.8.1; extra == 'dev'
@@ -10,7 +10,7 @@ asimpy/process.py,sha256=IQldzjqF5CuBUccdkM3ZV5mEtEIivZx8whGeNEr2jIc,2349
10
10
  asimpy/resource.py,sha256=Ml8E71FdJ61Sy6dcoXyQkb0SXLv6xRBkI7Rkriyu438,1680
11
11
  asimpy/simqueue.py,sha256=Vh70iIRNpEXt2yo7LgosTdpxt1wSjKiyr4-1If5ckEs,1515
12
12
  asimpy/timeout.py,sha256=yRKJvKPITB75u25ZnE3-bk3yMC39w4bPnh9yZ_pNSes,549
13
- asimpy-0.4.0.dist-info/METADATA,sha256=HBWYxiWmdIWegqIQybXiwDLv-kP005Op4Y2YrHdjkEs,9315
14
- asimpy-0.4.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
15
- asimpy-0.4.0.dist-info/licenses/LICENSE.md,sha256=IjTDUvBk8xdl_n50CG1Vtk4FYdrS-C3uEYrRWAoOQqQ,1066
16
- asimpy-0.4.0.dist-info/RECORD,,
13
+ asimpy-0.4.1.dist-info/METADATA,sha256=MU4Q_Q0sqjAStfb2yIsQz_QvJiRSvdCMaUPEJAOFH9I,9315
14
+ asimpy-0.4.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
15
+ asimpy-0.4.1.dist-info/licenses/LICENSE.md,sha256=IjTDUvBk8xdl_n50CG1Vtk4FYdrS-C3uEYrRWAoOQqQ,1066
16
+ asimpy-0.4.1.dist-info/RECORD,,
File without changes