Array-record

Latest version: v0.5.1

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

Scan your dependencies

0.5.0

0.4.1

0.4.0

- `__getitem__()` signature: the method now accepts a single integer and returns a single record, as per [Python standard](https://docs.python.org/3/reference/datamodel.html#object.__getitem__).
- `__getitems__()` allows to query multiple records.

0.3.0

Changelog:

- `__getitem__()` signature: Batching indexes is no longer required for good performance. Accessing elements can be done in Python:

python
[source[i] for i in range(...)]

0.2.0

Changelog:
- Added Python DataSource class for handling set of files conveniently.
- Minor bug fixes.

0.1.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.