{ "info": { "author": "Uli Fouquet", "author_email": "uli at gnufix.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Framework :: Buildout", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Indexing/Search", "Topic :: Text Processing :: Indexing" ], "description": "odls.client -- A client for the OpenDataLinkingSystem (ODLS_)\n*************************************************************\n\nThe ODLS_ client scans local filesystems, looks for changes, and reports\nthem to an ODLS_ server. The states of files/directories scanned are\nstored in a local SQLite database.\n\nThe `odls.client` package mainly provides a script ``indexer`` that\nwill be available in some ``bin/`` directory after install (the\nconcrete location will depend on the type of install).\n\nThe ``indexer`` script is configured by commandline options (try\n``indexer --help``) and configuration files. All this is explained in\nmore detail in the package documentation (see below).\n\nThis Python implementation of the ODLS_ client is the successor of the\nC++ implementation used in the years before.\n\nWhile `odls.client` itself is pure Python, some extensions (notably\nthe SQLite support) require C extensions.\n\n.. warning:: This package is in a really early state!!! Some options\n do simply not work yet and Windows support is yet\n completely untested.\n\n\nDocumentation\n=============\n\nThe full package documentation can be found at:\n\nhttp://packages.python.org/odls.client\n\n\nPrerequisites\n=============\n\n`odls.client` is currently tested on Linux only.\n\n* you need Python >= 2.4\n\n* you need `pysqlite` whih in turn might require the SQLite libraries\n and header files.\n\n* for full install (including tests etc.) you also need the Python\n header files and a working C-compiler like `gcc`.\n\n\nInstalling the Library\n======================\n\nUse `easy_install` to install the library.\n\nOr download the sources and in the root dir of the extracted package\ndo::\n\n $ python setup.py install\n\nYou might need superuser permissions to do that.\n\n\nInstalling for Development\n==========================\n\nAfter downloading and extracting the sources, in the root dir of the\ndownloaded file tree do::\n\n $ python bootstrap/bootstrap.py\n\nwhich will configure the package for your system. Then, run::\n\n $ ./bin/buildout\n\nwhich will generate all scripts needed for development in the local\n``bin/`` directory.\n\nRunning Tests\n-------------\n\nAfterwards you can run the tests by doing::\n\n $ ./bin/test\n\nCreating Docs\n-------------\n\n`odls.client` comes with some documentation in the ``docs/``\nfolder. It can be turned into `Sphinx` based HTML by running::\n\n $ ./bin/make-docs\n\nThe docs then can be found in ``docs/build/html``.\n\nCreating Coverage Reports\n-------------------------\n\nWe try to keep `odls.client` at a 100%-test-covered level. You can\ndo the coverage report by issuing on the command line::\n\n $ ./bin/coverage-detect\n $ ./bin/coveragereport\n\nThis will create HTML docs of the test coverage of each module. You\ncan find the generated HTML pages in the ``coveragereport`` subdir.\n\n.. _ODLS: http://www.odls.net/\n\n\nCHANGES\n=======\n\n0.1 (2010-12-21)\n----------------\n\nInitial implementation.", "description_content_type": null, "docs_url": "https://pythonhosted.org/odls.client/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/odls.client", "keywords": "ODLS client server filesystem indexer odls_client", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "odls.client", "package_url": "https://pypi.org/project/odls.client/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odls.client/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/odls.client" }, "release_url": "https://pypi.org/project/odls.client/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Python client for ODLS", "version": "0.1" }, "last_serial": 795672, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a25b7021afd90e575df2d09820e261b8", "sha256": "bde3165b18258443467586edced4028b9a4fe19476a8701f6e7a333888b54e39" }, "downloads": -1, "filename": "odls.client-0.1.tar.gz", "has_sig": false, "md5_digest": "a25b7021afd90e575df2d09820e261b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50174, "upload_time": "2010-12-21T11:20:15", "url": "https://files.pythonhosted.org/packages/70/5b/481cde36f2ca94f8b86b856c4639692eb3b27f927f5eb02b1a461b91a7f2/odls.client-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a25b7021afd90e575df2d09820e261b8", "sha256": "bde3165b18258443467586edced4028b9a4fe19476a8701f6e7a333888b54e39" }, "downloads": -1, "filename": "odls.client-0.1.tar.gz", "has_sig": false, "md5_digest": "a25b7021afd90e575df2d09820e261b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50174, "upload_time": "2010-12-21T11:20:15", "url": "https://files.pythonhosted.org/packages/70/5b/481cde36f2ca94f8b86b856c4639692eb3b27f927f5eb02b1a461b91a7f2/odls.client-0.1.tar.gz" } ] }