{ "info": { "author": "Bj\u00f6rn Samuelsson", "author_email": "bjorn.samuelsson@anoto.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Topic :: Utilities" ], "description": "Python path setup utility\n=========================\n\nModule for configuration of sys.path for local imports relative to the\ndirectory of the current script entry file.\n\nImport of entrydir_pypath appends directories to the end of sys.path in\naccordance with files named '.pythonpath'. Such files are referred to as\npythonpath files below. First, the directory of the script entry file\n(obtained by sys.argv[0]) and its parents are searched for pythonpath files.\nFor interactive scripts and similar special cases, the current working\ndirectory is used as fallback. The pythonpath file in the closest parent\ndirectory is used to initiate the processing. If no such file is found,\nsys.path is left unaltered.\n\nEach line in a pythonpath file is a directory path that may be absolute or\nrelative. Directories that do not exist are ignored. Existing directories are\nadded to sys.path if there is no pythonpath file in the directory. Otherwise,\nthe entries in the found pythonpath file are processed in the same way as\nabove, and recursion continues until no additional pythonpath files are found.\nTo add a directory that contains a pythonpath file, the pythonpath file of\nthat directory must list its own directory.\n\n\nSetup\n-----\n\nTo install the package for the current user:\n\n.. code-block:: bash\n\n\t$ pip install --user entrydir_pypath\n\nTo import the package automatically from usercustomize during initialization:\n\n.. code-block:: bash\n\n\t$ entrydir-pypath-config -install\n\t\n\nFor deactivation of automatical import:\n\t\n.. code-block:: bash\n\n\t$ entrydir-pypath-config -remove\n\n\nTo uninstall the package:\n\t\n.. code-block:: bash\n\n\t$ pip uninstall entrydir_pypath", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/entrydir-pypath/", "keywords": "path import", "license": "ICS", "maintainer": null, "maintainer_email": null, "name": "entrydir_pypath", "package_url": "https://pypi.org/project/entrydir_pypath/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/entrydir_pypath/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi/entrydir-pypath/" }, "release_url": "https://pypi.org/project/entrydir_pypath/0.1.0.dev3/", "requires_dist": null, "requires_python": null, "summary": "Utility to set up sys.path for source-tree imports", "version": "0.1.0.dev3" }, "last_serial": 2691202, "releases": { "0.1.0.dev3": [ { "comment_text": "", "digests": { "md5": "601037d51e7194dc900beafe55556f07", "sha256": "b52cb7e5e00371cb82b7d242a58018acf6361acd048b148be4ed06d5340db081" }, "downloads": -1, "filename": "entrydir_pypath-0.1.0.dev3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "601037d51e7194dc900beafe55556f07", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7354, "upload_time": "2017-03-08T10:41:38", "url": "https://files.pythonhosted.org/packages/cb/49/c507e98996895c5026fe6dbd0d513b7bf5426a920efd40f49fd64b5b1863/entrydir_pypath-0.1.0.dev3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "32a581245f4bff3a653d070940a7e488", "sha256": "c4108a270f08805f56961c87a622c5ea34d3997c109727edcb1bf4d74bcc5300" }, "downloads": -1, "filename": "entrydir_pypath-0.1.0.dev3.tar.gz", "has_sig": false, "md5_digest": "32a581245f4bff3a653d070940a7e488", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5026, "upload_time": "2017-03-08T10:41:40", "url": "https://files.pythonhosted.org/packages/17/a2/7f34cc993c4363821814671b5918b36f0ed699803fc65fcbd5c5491c4e3c/entrydir_pypath-0.1.0.dev3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "601037d51e7194dc900beafe55556f07", "sha256": "b52cb7e5e00371cb82b7d242a58018acf6361acd048b148be4ed06d5340db081" }, "downloads": -1, "filename": "entrydir_pypath-0.1.0.dev3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "601037d51e7194dc900beafe55556f07", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7354, "upload_time": "2017-03-08T10:41:38", "url": "https://files.pythonhosted.org/packages/cb/49/c507e98996895c5026fe6dbd0d513b7bf5426a920efd40f49fd64b5b1863/entrydir_pypath-0.1.0.dev3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "32a581245f4bff3a653d070940a7e488", "sha256": "c4108a270f08805f56961c87a622c5ea34d3997c109727edcb1bf4d74bcc5300" }, "downloads": -1, "filename": "entrydir_pypath-0.1.0.dev3.tar.gz", "has_sig": false, "md5_digest": "32a581245f4bff3a653d070940a7e488", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5026, "upload_time": "2017-03-08T10:41:40", "url": "https://files.pythonhosted.org/packages/17/a2/7f34cc993c4363821814671b5918b36f0ed699803fc65fcbd5c5491c4e3c/entrydir_pypath-0.1.0.dev3.tar.gz" } ] }