Metadata-Version: 2.1
Name: pyblksim
Version: 0.1.7
Summary: An Open-Source Model Based Simulator for Discrete-Time Simulations
Home-page: https://sites.google.com/view/cdwl/professor
Author: Dr. Kurian Polachan
Author-email: kurian.polachan@iiitb.ac.in
License: GPLv3
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: simpy
Requires-Dist: scipy


Changelog:
0.1.6:
- Added support for TriangularWave.
- Improved efficiency of simulation routines.
0.1.5:
- Fixed bugs in the UART transmission logic.
0.1.4:
- Added Ramp and BandLimitedWhiteNoise waveforms.
