Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 257 Bytes

set.rst

File metadata and controls

19 lines (12 loc) · 257 Bytes

Set

.. autofunction:: parsenvy.parsenvy.set


Usage

export ALLOWED_CATEGORIES=python,vim,git
>>> import parsenvy
>>> parsenvy.set('ALLOWED_CATEGORIES')
{'python', 'vim', 'git'}