tarbell
tarbell copied to clipboard
A Flask-based static site authoring tool.
I'm currently (as I type this) generating a static site that includes several large video files. There's no reason to send those, or any static files, through the request/response cycle...
Current reqs: "Flask==0.10.1", "Frozen-Flask==0.11", "Jinja2==2.7.3", "Markdown==2.4.1", "MarkupSafe==0.23", "PyYAML==3.11", "boto==2.38.0", "clint==0.4.1", "gnureadline==6.3.3", "google-api-python-client==1.3.1", "keyring==5.3", "oauth2client==1.5.2", "python-dateutil>=2.2", "requests==2.3.0", "sh==1.09", "wsgiref==0.1.2", "xlrd==0.9.3", A bunch of these have later versions, and installing anything later...
For those installing tarbell on linux, it is possible they don't have git installed. Then, when they go to install a blueprint, the command breaks in this block. ``` try:...
Our staging bucket and production buckets (for whatever reason(s)) are in different AWS zones. It'd be cool if, say, in `tarbell_config.py` there were an optional parameter to set the zone...
Here's a thing I do a lot: ```python >>> from tarbell.site import TarbellApp # create a site >>> site = TarbellApp('.') # get a request context >>> ctx = site.app.test_request_context()...
Currently on v2: https://github.com/tarbell-project/tarbell/blob/master/tarbell/oauth.py#L71 Get on the latest and greatest. Migration guide: https://developers.google.com/drive/v3/web/migration
Two of our team members had this issue yesterday. When running `tarbell serve` in a previously-created project, tarbell raises a `HttpAccessTokenRefreshError: invalid_grant` exception. Here's the traceback: ``` Traceback (most recent...
When I was working on the Frozen Flask integration, I ran into the problem of figuring out how to make sure everything was working as expected. I ended up using...
hi. root@AR:/usr/local/tarbell-site# pip install requests==2.3.0 Requirement already satisfied (use --upgrade to upgrade): requests==2.3.0 in /usr/local/lib/python2.7/dist-packages root@AR:/usr/local/tarbell-site# tarbell newproject Traceback (most recent call last): File "/usr/local/bin/tarbell", line 5, in from pkg_resources...
For research purposes, putting this here to gather links and notes about who is currently using Tarbell.