Skip to main content

Extract Hardcoded Value's and the related Column Names from the SQL Query

Project description

FLEX-SQL

FLEX-SQL is a Python library for getting the hard coded values and their associated columns from a complex SQL query.

Dependencies

Pandas

Installation

Use the package manager pip to install sql_flex.

pip install sqlflex==0.0.3

Usage

from sql_flex import flex
query = "Some Complex SQL Query"
df = flex(query)
print(df)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPLv3+

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlflex-0.0.3.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page