Tempf

Latest version: v1.0.0

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

Scan your dependencies

1.0.0

tempf (TempFiles) is a simple Python library (that supports python3.7+), and it will stay simple :) This is supposed to be the first and last version of tempf.

It's as simple as:

python
from tempf import TempFiles

with TempFiles(2) as (version_path, log_path):
with version_path.open('w') as ver_f:
ver_f.write('1.0.0')
with log_path.open('a') as log_f:
log_f.write('New version released! version 1.0.0 at tomhea/tempfiles')

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.