Created attachment 186541 [details] Shar file for the new package
Simple library and script to get wmi classes objects into a defaultdict. The script wmi-query read, convert into a defaultdict and print on the screen.
Created attachment 186548 [details] Fixed email and added license [shar file] New shar file Added license and change email.
Created attachment 186551 [details] Fixed dir name Fixed dir name
A commit references this bug: Author: dbaio Date: Wed Sep 20 01:55:00 UTC 2017 New revision: 450185 URL: https://svnweb.freebsd.org/changeset/ports/450185 Log: Add net/py-wmi-query, Python scripts to get wmi data classes in a dict Simple Python lib to get wmi data classes in a dict. The script wmi_query make a query and print on the screen the wmi class object. Both keys and values will be printed for each object returned by the query. WWW: https://github.com/kanazux/wmi-query PR: 222451 Submitted by: Silvio Ap Silva <alvolivre@live.com> Changes: head/net/Makefile head/net/py-wmi-query/ head/net/py-wmi-query/Makefile head/net/py-wmi-query/distinfo head/net/py-wmi-query/pkg-descr
A commit references this bug: Author: dbaio Date: Wed Sep 20 01:57:56 UTC 2017 New revision: 50888 URL: https://svnweb.freebsd.org/changeset/doc/50888 Log: Add Silvio Ap Silva to contributors for net/py-wmi-query PR: 222451 Changes: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml
Committed, thanks!