Py3odb

Latest version: v0.3

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

Scan your dependencies

0.3

Added
* --where option added to geopoints command for conditionals.

0.2

Added
* Entry point py3odb with commands: dump, geopoints, and query.
* Row objects (immutable dictionary-like, iterable sequences).
* Connection objects now have filename attribute.
* Cursor execution operations now support \<odb> tag in place of filename:

cur.execute("SELECT DISTINCT varno FROM <odb>")

* Constants submodule with ColumnType enum and Varno static class.
* Context-manager Reader class for iterating single cursor executions:

with Reader(filename, "SELECT lat,lon,obsvalue FROM <odb>") as odb_reader:
for row in odb_reader:
print(row)

Changed
* Cursor fetches now return Row objects.
* Cursor metadata now stores column type as ColumnType.
* Split code coverage reports into unit/integration.

Fixed
* Suppressed (by default) STDOUT messages coming from odbql.

0.1.1

Fixed
* Fixed PyPI link typo in README.md.

0.1

* Initial Release.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.