Skip to content
View utek's full-sized avatar
🏠
Working from home ;)
🏠
Working from home ;)

Block or report utek

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Define ignored tables in alembic.ini Define ignored tables in alembic.ini
    1
    Add this in your ini file:
    2
    
                  
    3
        [alembic:exclude]
    4
        tables = spatial_ref_sys
    5
    
                  
  2. pyseaweed pyseaweed Public

    Class to simplify communication with WeedFS

    Python 30 12

  3. PyramidRetort PyramidRetort Public

    Pyramid Alembic project with basic models and views

    CSS 1

  4. utk-ol3js-controls utk-ol3js-controls Public

    Custom controls for OpenLayers 3

    JavaScript 1

  5. Getting info from .py files without ... Getting info from .py files without eval
    1
    # coding=utf-8
    2
    from .ddd import (
    3
        DDD
    4
    )
    5