Added
- A new method, called `get_smart_data()`, has been implemented in `Disk` class. It returns the SMART data of the
disk (feature request in issue 3 implemented). Additional classes have been defined for SMART data:
`DiskSmartData()`, `SmartAttribute()`, `NvmeAttributes()`.
- Documentation, unit tests have been updated
Removed
- Python 3.6 has been removed from list of the supported Python versions because the package building and isnallation
is not working here.