Metadata-Version: 1.0
Name: Tanker
Version: 0.8.2
Summary: Tanker is a Python database library targeting analytic operations
Home-page: https://bitbucket.org/bertrandchenal/tanker
Author: Bertrand Chenal
Author-email: bertrand@adimian.com
License: MIT
Description: 
        Tanker is a Python database library targeting analytic operations but
        it also fits most transactional processing.
        
        As its core it's mainly a query builder that simplify greatly the join
        operations. It also comes with an way to automatically create the
        database tables based on your schema definition.
        
        Currently Postgresql and Sqlite are supported and the API is made to
        seamlessly integrate with pandas DataFrames.
        
Platform: UNKNOWN
