Pysession

Latest version: v0.2

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

Scan your dependencies

0.2

- To persist your choice of not saving sessions for some extended period of time, set an environment variable PYSESSION_SAVE_OFF to True.
`export PYSESSION_SAVE_OFF=True`
- To always save your sessions to local file, set an environment variable PYSESSION_SAVE_LOCALLY to True.
`export PYSESSION_SAVE_LOCALLY=True`
- The file is saved with a name `session.py` You can change this by setting the environment variable PYSESSION_FILENAME to your desired filename.
`export PYSESSION_FILENAME=some_file_name.py`

0.1.2

- Fixed an issue that can break pysession if redefining builtins

0.1

- Save to Gist
- Save locally
- Turn off saving per session
- Tested with Py2 Py3 and IPython shells.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.