Pyadomd

Latest version: v0.1.1

Safety actively analyzes 613734 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.1

Bug fix issue 14 merge PR 15

Fix missing .Net data type conversion.

Adds the following:

.Net data type -> Python data type

Single-> float
UInt16 -> int

0.1.0

Bug fix issue 8 merge PR 9

Fix missing .Net data type conversion.

Adds the following:

.Net data type -> Python data type
- Guid -> str
- UInt32 -> int
- Int32 -> int
- Int16 -> int

0.0.9

Bug fix: Issue 6 data types:
- System.Boolean: False -> False of type bool
- System.Int64: 0 -> 0 of type int
- System.UInt64: 0 -> 0 of type int
- System.Decimal: 0.0 -> 0.0 of type float
- System.Double: 0.0 -> 0.0 of type float

0.0.8

Bug fix 5 exception when converting type uint64

0.0.7

Added support for python 3.8

0.0.6

Bug fix: System.Object Key error

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.