nope/py-helpers
Martin Karkowski 90783572b4 # 1.4.1
- Fixes:
    - Fixing time based issue in `ConnectivityManager` (using the now synced time for checkups)
      - `dispatchers.ConnectivityManager.ConnectivityManager`: fixing `_checkDispatcherHealth`
    - Fixing `extractUniqueValues` now it is possible to use different pathes for the `key` and `value`
      - `lib\helpers\mapMethods.ts` has been adapted
    - `lib\pubSub\nopePubSubSystem.ts` contains the following fixes:
      - fixing typo of method `updateMatching`
  - Modified:
    - `lib\pubSub\nopePubSubSystem.ts`:
      - throws error if `register` method doest not contain a topic.
      - Adapted the behavior of `_patternbasedPullData`. If no default default value is present -> the function returns an empty array.
2022-10-08 07:15:33 +02:00
..
prepare_code # 1.4.1 2022-10-08 07:15:33 +02:00
.gitignore going to version 1.3.0 2022-07-17 22:24:55 +02:00
00-install.bat Updating Helpers 2022-07-21 23:31:19 +02:00
00-install.sh going to version 1.3.0 2022-07-17 22:24:55 +02:00
01-prepare-ts.bat Updating Helpers 2022-07-21 23:31:19 +02:00
01-prepare-ts.sh going to version 1.3.0 2022-07-17 22:24:55 +02:00
02-prepare-js.bat # 1.4.1 2022-10-08 07:15:33 +02:00
02-prepare-js.sh fixing issues with callbacks 2022-08-02 22:32:08 +02:00
LICENSE going to version 1.3.0 2022-07-17 22:24:55 +02:00
MANIFEST.in going to version 1.3.0 2022-07-17 22:24:55 +02:00
README.md going to version 1.3.0 2022-07-17 22:24:55 +02:00
requirements.txt going to version 1.3.0 2022-07-17 22:24:55 +02:00
setup.py going to version 1.3.0 2022-07-17 22:24:55 +02:00

Helper to prepare the code in python.

This tools tries to transpile the ts - code to python code