{"id":15680878,"url":"https://github.com/theacodes/darth-vendor","last_synced_at":"2025-05-07T11:18:23.685Z","repository":{"id":21093933,"uuid":"24393952","full_name":"theacodes/Darth-Vendor","owner":"theacodes","description":"Third-party vendoring helper for Google App Engine and other sandboxed python environments.","archived":false,"fork":false,"pushed_at":"2015-06-01T20:49:02.000Z","size":269,"stargazers_count":11,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T11:18:18.684Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theacodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-24T00:00:51.000Z","updated_at":"2023-05-15T13:07:41.000Z","dependencies_parsed_at":"2022-07-31T06:18:03.490Z","dependency_job_id":null,"html_url":"https://github.com/theacodes/Darth-Vendor","commit_stats":null,"previous_names":["jonparrott/darth-vendor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theacodes%2FDarth-Vendor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theacodes%2FDarth-Vendor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theacodes%2FDarth-Vendor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theacodes%2FDarth-Vendor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theacodes","download_url":"https://codeload.github.com/theacodes/Darth-Vendor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252865593,"owners_count":21816310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T16:45:32.542Z","updated_at":"2025-05-07T11:18:23.652Z","avatar_url":"https://github.com/theacodes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Darth-Vendor\n============\n\nThird-party vendoring helper for Google App Engine and other sandboxed python environments.\n\n\nHey, you! LISTEN!\n-----------------\n\nDarth is now part of the official Google App Engine SDK. **You don't need this library!**\n\nTo use with GAE, just create a ``appengine_config.py`` file like this:\n\n```python\nfrom google.appengine.ext import vendor\n\nvendor.add('lib')\n```\n\nAnd pip with ``-t lib`` to install packages:\n\n```\n$ pip install -t lib gcloud\n```\n\nYou can read more about vendoring in the [official docs](https://cloud.google.com/appengine/docs/python/tools/libraries27#vendoring).\n\n\nInstallation\n------------\n\nThe easiest way to use darth is to install it globally on your system (this may require sudo):\n\n    $ pip install darth\n\nAnd then run the ``darth-bootstrap`` script in your project:\n\n    $ cd my-appengine-project\n    $ darth-bootstrap\n\nThis script will copy ``darth.py`` to your project and create an ``appengine_config.py`` if needed.\n\nAlternatively, you can install darth directly into your project and create ``appengine_config.py`` manually.\n\n    $ cd my-appengine-project\n    $ pip install -t . darth\n\n\nUsage\n-----\n\nIf you used the ``darth-bootstrap`` script it will automatically create the appropriate ``appengine-config.py`` for you. If you already have an ``appengine-config.py`` or if you installed with the alternative method, you'll need to add these lines to your ``appengine_config.py`` to enable third-party packages:\n\n~~~python\nimport darth\ndarth.vendor('lib')\n~~~\n\nYou can replace ``lib`` with the folder you have chosen to store third-party packages in.\n\n\nInstalling packages\n-------------------\n\nInstall packages using ``pip`` with the ``--target`` or ``-t`` option.\n\n    pip install --target lib protopigeon\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheacodes%2Fdarth-vendor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheacodes%2Fdarth-vendor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheacodes%2Fdarth-vendor/lists"}