Skip to content

Instantly share code, notes, and snippets.

@s-knibbs
s-knibbs / export_choco_packages.py
Last active September 30, 2016 10:34
Script to export the installed package list from Chocolatey
"""
export_choco_packages.py - Exports the packages.config file
from the list of locally installed choco packages.
"""
# Copyright (c) 2016 - Simon Knibbs <simon.knibbs@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell