{ "info": { "author": "Noah Gift", "author_email": "noah.gift@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha" ], "description": "Pylesystem only works with the Linux Kernel 2.6.13 currently. It keeps track of filesystem events, for a \r\ndirectory and all subdirectories, and then make a real time index of the current full path into a SQLite \r\ndatabase. Currently the script is hardcoded to run on /tmp.\r\n\r\nAfter you install SQLAlchemy 0.5.x and Pyinotify 0.8.x, you can then run the script in one terminal, and \r\nthen in a second terminal create files and delete files inside of the /tmp directory. These changes will \r\nbe kept track of in real time using SQLAlchemy.\r\n\r\nThe eventual goal is to develop a robust Python API to the filesystem so that operations that would \r\nnormally require walking the directory tree can be done by simply querying the full pathname and \r\nattributes in the database, and then performing actions based on those up to date records. This will \r\nlead to significant savings in CPU resources and time. One possible big user of Pylesystem is the \r\nentertainment industry, and specifically Animation Studios.\r\n\r\nAcknowledgements: Thanks to Mike Bayer for a fix to the first alpha version.", "description_content_type": null, "docs_url": null, "download_url": "http://pylesystem.googlecode.com/files/pylesystem_0.1.1.py", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/pylesystem/", "keywords": "linux python sqlalchemy pyinotify Animation metadata", "license": "MIT", "maintainer": "Noah Gift", "maintainer_email": "noah.gift@gmail.com", "name": "Pylesystem", "package_url": "https://pypi.org/project/Pylesystem/", "platform": "Linux", "project_url": "https://pypi.org/project/Pylesystem/", "project_urls": { "Download": "http://pylesystem.googlecode.com/files/pylesystem_0.1.1.py", "Homepage": "http://code.google.com/p/pylesystem/" }, "release_url": "https://pypi.org/project/Pylesystem/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python API to the filesystem for offline access to metadata", "version": "0.1.1" }, "last_serial": 59505, "releases": { "0.1": [], "0.1.1": [] }, "urls": [] }