Alfred-pyworkflow

Latest version: v2.0.0b3

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

Scan your dependencies

Page 11 of 13

1.7.1

1.7

See [this thread](http://www.alfredforum.com/topic/4716-some-new-alfred-script-environment-variables-coming-in-alfred-24/) for more information.

[Here](http://www.deanishe.net/alfred-workflow/workflow.html#workflow.workflow.Workflow.alfred_env) is Alfred-Workflow's corresponding documentation.

1.6.2

Fix 15

1.6.1

1.6

Implement 14

1.5.1

By passing `None` as the data argument to `Workflow.cache_data()`, you can force the deletion of the corresponding cache file:


from workflow import Workflow
wf = Workflow()
wf.cache_data('test', None)


will delete the cache file for name/key `test`.

This may be useful in forcing your workflow to update its cache data.

Page 11 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.