{"id":13688313,"url":"https://github.com/srid/fablib","last_synced_at":"2025-10-25T23:31:42.785Z","repository":{"id":66668380,"uuid":"965476","full_name":"srid/fablib","owner":"srid","description":"Fabric (fabfile.py) helper library","archived":false,"fork":false,"pushed_at":"2014-06-26T03:43:26.000Z","size":176,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T12:04:59.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/srid.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-10-06T03:13:21.000Z","updated_at":"2014-07-07T02:03:19.000Z","dependencies_parsed_at":"2023-02-20T10:45:46.692Z","dependency_job_id":null,"html_url":"https://github.com/srid/fablib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Ffablib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Ffablib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Ffablib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Ffablib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srid","download_url":"https://codeload.github.com/srid/fablib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238229940,"owners_count":19437723,"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-08-02T15:01:11.169Z","updated_at":"2025-10-25T23:31:37.514Z","avatar_url":"https://github.com/srid.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"fablib\n======\n\nfablib is a helper library for `Fabric\n\u003chttp://code.activestate.com/pypm/fabric/\u003e`_ to setup a\nsandboxed Python environment (virtualenv) for your project without the overhead\nof having to use Buildout.\n\nFeatures\n--------\n\n* Create virtualenv and install packages (including dependencies)\n* Automatically include `PyWin32\n  \u003chttp://docs.activestate.com/activepython/2.7/pywin32/PyWin32.HTML\u003e`_ from\n  global site-packages\n* Use `PyPM \u003chttp://code.activestate.com/pypm\u003e`_ (instead of pip) if available\n  -- saves a lot of time. Requires `ActivePython\n  \u003chttp://www.activestate.com/activepython/downloads\u003e`_.\n* Supports Python 3.\n  \nUsage\n-----\n\n1. Setup::\n\n    $ cd /to/my/project\n    $ git submodule add git://github.com/srid/fablib.git fablib\n    $ cat \u003e fabfile.py\n    import sys\n    import os.path as P\n    from fabric.api import *\n    # Import github.com/srid/fablib\n    sys.path.append(P.abspath(\n        P.join(P.dirname(__file__), 'fablib')))\n    import venv\n    \n    clean = venv.clean\n    init = venv.init\n    \n2. Install `Fabric`_, `virtualenv\n   \u003chttp://code.activestate.com/pypm/virtualenv/\u003e`_ and use::\n\n    $ fab -l\n    $ fab clean\n    $ fab init    # `fab init:pyver=3.1` for Py3k!\n\n3. No more buildout! ::\n\n    $ bin/python\n\nSee the `applib`__ project for a real-world example.\n\n\n.. __: http://github.com/ActiveState/applib/blob/master/fabfile.py#L1\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrid%2Ffablib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrid%2Ffablib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrid%2Ffablib/lists"}