Johanna

Latest version: v0.4.2

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

Scan your dependencies

0.4.1

Add `johanna.sleep()` to provide a logged standard sleep.

0.4.0

Publish `johanna.get()` to get configuration parameters.

0.3.0

Support usage of `johanna` enabled functions in interactive code, e.g. in Jupyter Notebooks.

Compare interactive `test/icharlotte.py` with background `test/charlotte.py` to see the difference.

python
import johanna
if __name__ == "__main__":
johanna.main(None, dbname="hurz.sqlite")
johanna.apply_schema("./schema.sql")
with johanna.Connection("Charlotte") as c:
c.cur.execute("insert or ignore into kvpairs(k, v) values (1, 'eins')")
c.commit()
johanna.flag_as_error()

0.2.0

- hide private stuff from PyCharm autocomplete
- configure DB name
- minor bug fixes

0.1.0

First usable version, pasted from existing code. No bells and whistles, but ready for use.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.