Skip to main content

MetaFS is for generating a datastore of file metadata for rapid complex searches

Project description

MetaFS is for generating a datastore of file metadata for rapid complex searches

Build Status

https://img.shields.io/travis/pidydx/metafs.svg https://coveralls.io/repos/yahoo/metafs/badge.svg https://img.shields.io/pypi/dm/metafs.svg https://img.shields.io/pypi/v/metafs.svg https://pypip.in/py_versions/metafs/badge.svg https://img.shields.io/pypi/l/metafs.svg Documentation Status

Installation

To install metafs, simply:

$ pip install metafs

or using easy_install:

$ easy_install metafs

or from source:

$ python setup.py install

Getting Started

>>> import metafs
>>> filer = metafs.SQLiteFiler("./test.db")
>>> filer.update("/")
>>> filer.close()
>>> filer.search("SELECT * FROM files")

More Information

  • Free software: BSD license, see LICENSE.txt for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metafs-0.0.10.tar.gz (7.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page