| File | Last Change | 
|---|---|
|  ../ | |
|  MANIFEST.in | 1.4 (21 years ago) by tdb: Prepare for 0.2 release of pystatgrab. | 
|  setup.py | 1.23 (18 years ago) by tdb: Post-release version increment. | 
|  COPYING | 1.1 (21 years ago) by tdb: Modify setup.py to do more exhaustive testing. Also create statgrab.c using pyrexc if it doesn't exist. | 
|  statgrab.py | 1.8 (18 years ago) by tdb: Chase two additional functions in libstatgrab 0.13 - sg_snapshot and sg_shutdown. Both are null operations on non-Windows platforms, but Python can run on Windows so we should support them. Consequently we now need at least libstatgrab 0.13. | 
|  AUTHORS | 1.1 (21 years ago) by tdb: Prepare for 0.2 release of pystatgrab. | 
|  README | 1.4 (20 years ago) by tdb: Add comment about setting PKG_CONFIG_PATH. | 
|  NEWS | 1.6 (18 years ago) by tdb: Update for 0.5. | 
|  _statgrab.pyx | 1.21 (17 years ago) by tdb: Modify the Result class to extend dict. Then overload __getattr__ to still allow it to be used as if it had attributes. This makes it easier to work with the data (iteration over values, etc) and maintains compatibility. |