{ "info": { "author": "Michael Barton", "author_email": "mike@weirdlooking.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: No Input/Output (Daemon)", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "This will be a set of modules for working with XFS filesystems. It will bind xfslibs APIs in a pythonic manner.\n\nCurrently, the only API implemented is bulkstat.\n\nbulkstat(mountpoint)\n\n Returns an iterator of stat-like objects for inodes in the filesystem. The stat-like objects have the same properties as stat results: `st_size`, `st_ino`, `st_mode`, `st_dev`, `st_nlink`, `st_uid`, `st_gid`, `st_atime`, `st_ctime`, and `st_mtime`\n\n They also contain:\n\n `st_fatime`, `st_fctime`, `st_fmtime`: same as `st_atime`, `st_ctime` and `st_mtime`, except they return a float including subseconds, similar to `time.time()`\n\n `st_xflags`: xfs extended flags\n\n `has_xattrs()`: returns true if the file contains extended attributes.\n\n `isreg()`, `isdir()`, `isfifo()`, `islink()`: convenience methods for identifying file type by mode.\n\n `open()`: contextmanager that returns a read-only file descriptor for the file\n\n .. image:: http://i.imgur.com/EtLap2T.png\n\nDefined constants:\n\n `XFS_XFLAG_HASATTR`, `XFS_XFLAG_REALTIME`, `XFS_XFLAG_PREALLOC`, `XFS_XFLAG_IMMUTABLE`, `XFS_XFLAG_APPEND`, `XFS_XFLAG_SYNC`, `XFS_XFLAG_NOATIME`, `XFS_XFLAG_NODUMP`, `XFS_XFLAG_RTINHERIT`, `XFS_XFLAG_PROJINHERIT`, `XFS_XFLAG_NOSYMLINKS`, `XFS_XFLAG_EXTSIZE`, `XFS_XFLAG_EXTSZINHERIT`, `XFS_XFLAG_NODEFRAG`, `XFS_XFLAG_FILESTREAM`, `XFS_XFLAG_HASATTR`\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/redbo/python-xfs/archive/0.4.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/redbo/python-xfs", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "xfs", "package_url": "https://pypi.org/project/xfs/", "platform": "", "project_url": "https://pypi.org/project/xfs/", "project_urls": { "Download": "https://github.com/redbo/python-xfs/archive/0.4.tar.gz", "Homepage": "https://github.com/redbo/python-xfs" }, "release_url": "https://pypi.org/project/xfs/0.4/", "requires_dist": null, "requires_python": "", "summary": "XFS filesystem API", "version": "0.4" }, "last_serial": 3929811, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3cdd44bba691bd08caf4447dcd65a479", "sha256": "057688aa28f44141fa0e6ca1e722c7add6abb3d42032d546a15e40d071f3fc5b" }, "downloads": -1, "filename": "xfs-0.1.tar.gz", "has_sig": false, "md5_digest": "3cdd44bba691bd08caf4447dcd65a479", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3616, "upload_time": "2013-08-22T16:22:00", "url": "https://files.pythonhosted.org/packages/4c/d9/0c40747e53d92f4f37ca2960bb47ac8b199e2f7ffdd3a7cb00cf28a37928/xfs-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "2678637c59ce41ecd6df08808faca176", "sha256": "cf28402d94b933640520d3314b3d1e45b3db4ebdda2f83fb966cb731cb496d95" }, "downloads": -1, "filename": "xfs-0.2.tar.gz", "has_sig": false, "md5_digest": "2678637c59ce41ecd6df08808faca176", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24573, "upload_time": "2014-04-18T10:12:34", "url": "https://files.pythonhosted.org/packages/a4/29/3739c3e19068dbd44016aa691edf8a15227ca809c020692c5afe36c23383/xfs-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "e0864cec314c6c6b7c8ca87b2f0407d3", "sha256": "fd5c9d306622a2e960d34d8537e8cabe6134a99c34b9049767c3ca2e6b006a4a" }, "downloads": -1, "filename": "xfs-0.3.tar.gz", "has_sig": false, "md5_digest": "e0864cec314c6c6b7c8ca87b2f0407d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24585, "upload_time": "2014-04-18T10:18:01", "url": "https://files.pythonhosted.org/packages/52/39/6214f5b2518ce66eeeae3651026c47b57022364410f9d03637803aa8606f/xfs-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "0259da0979b831104217070fe7cde4ad", "sha256": "e6b4b2a6d5f540b225ce766fb90a519e8c4217f344da53915dca77611ee5d457" }, "downloads": -1, "filename": "xfs-0.4.tar.gz", "has_sig": false, "md5_digest": "0259da0979b831104217070fe7cde4ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25235, "upload_time": "2018-06-04T20:19:11", "url": "https://files.pythonhosted.org/packages/a8/0d/79547fd4af1ed249277d9a1c93d446aa58dd302f772cb8b017541b8f16d3/xfs-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0259da0979b831104217070fe7cde4ad", "sha256": "e6b4b2a6d5f540b225ce766fb90a519e8c4217f344da53915dca77611ee5d457" }, "downloads": -1, "filename": "xfs-0.4.tar.gz", "has_sig": false, "md5_digest": "0259da0979b831104217070fe7cde4ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25235, "upload_time": "2018-06-04T20:19:11", "url": "https://files.pythonhosted.org/packages/a8/0d/79547fd4af1ed249277d9a1c93d446aa58dd302f772cb8b017541b8f16d3/xfs-0.4.tar.gz" } ] }