watex.property.Software#
- class watex.property.Software(name=None, version=None, release=None, **kws)[source]#
software info
Attributes
Type
Explanation
name
string
name of software
version
string
version of sotware
Author
string
Author of software
release
string
latest version release
More attributes can be added by inputing a key word dictionary
Examples
>>> from watex.property import Software >>> Software(**{'release':'0.11.23'})