Metadata-Version: 1.1
Name: sqlpy
Version: 0.3.4
Summary: Write actual SQL to retrieve your data.
Home-page: https://github.com/9fin/sqlpy
Author: 9fin
Author-email: oss@9fin.com
License: MIT
Download-URL: https://github.com/9fin/sqlpy/archive/0.1.tar.gz
Description-Content-Type: UNKNOWN
Description: 
        SQLpy - it's just SQL
        ---------------------
        
        With SQLpy you can work directly with advanced SQL from the comfort of your Python code. Write SQL in `.sql` files and Python in `.py` files, with all the correct highlighting, linting and maintainability that comes with it.
            - Write and run the *exact* SQL code you want
            - Use advanced SQL techniques such as
                - CTEs
                - subqueries
                - recursion
                - distinct on, partition over (), etc...
            - Dynamically build SQL queries for different purposes
            - Use the latest features available in your database system
        
        Links
        `````
          - `documentation <https://sqlpy.readthedocs.io>`_
          - `development <https://github.com/9fin/sqlpy>`_
        
Keywords: sql,python,postgres,postgresql,mysql,sqlite
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
