Skip to content

Instantly share code, notes, and snippets.

View fizyk's full-sized avatar
👨‍👩‍👦
rising kids / limited open source availability

Grzegorz Śliwiński fizyk

👨‍👩‍👦
rising kids / limited open source availability
View GitHub Profile
@fizyk
fizyk / pip.log
Created April 8, 2013 09:20
pip.log for installing virtualenv through pyshop mirroring (seconds attempt
------------------------------------------------------------
/usr/local/bin/pip run on Mon Apr 8 11:05:03 2013
Getting page http://pip:changeme@localhost:8000/simple/virtualenvwrapper
Could not fetch URL http://pip:changeme@localhost:8000/simple/virtualenvwrapper: HTTP Error 404: Not Found
Will skip URL http://pip:changeme@localhost:8000/simple/virtualenvwrapper when looking for download links for virtualenvwrapper in /usr/local/lib/python2.7/dist-packages
Getting page http://pip:changeme@localhost:8000/simple/
Real name of requirement virtualenvwrapper is virtualenvwrapper
URLs to search for versions for virtualenvwrapper in /usr/local/lib/python2.7/dist-packages:
* http://pip:changeme@localhost:8000/simple/virtualenvwrapper/
@fizyk
fizyk / nestedset.py
Last active December 12, 2015 10:09
SqlAlchemy NestedSet Mixin + tests
# -*- coding: utf-8 -*-
'''
Tested for SQLAlchemy >=0.7.x and 0.8
'''
from sqlalchemy import Column
from sqlalchemy import Integer
from sqlalchemy import Unicode
from sqlalchemy import ForeignKey
from sqlalchemy import Sequence