Skip to main content

Jupancon, connector to several DBs that returns pandas. Magic included.

Project description

jupancon

Database Connectors and SQL magics for Jupyter lab.

(What follows is all still very WIP)

Install

pip install jupancon

Configure

write a ~/.jupancon YAML file

How to use

Regular usage

from jupancon import query, list_schemas, list_tables

list_schemas()

list_tables()

query("select * from foo")

Magical usage

from jupancon import load_magics

load_magics()
select * from foo
df = %select * from foo
%%sql

select * 
from foo
where cond = 1
and whatever

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

jupancon-0.1.2.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

jupancon-0.1.2-py2.py3-none-any.whl (6.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file jupancon-0.1.2.tar.gz.

File metadata

  • Download URL: jupancon-0.1.2.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.26.0

File hashes

Hashes for jupancon-0.1.2.tar.gz
Algorithm Hash digest
SHA256 9e571cbf33c72bdc12afb8068fb23c0ed39b112cdcc1c810d8ec91f79f9a1322
MD5 db94c2ced0af8e0b31d31ba5159ac056
BLAKE2b-256 b364da461cdb348911faf524af3af75a312de4b779712cdf191d8d5da4bc19d2

See more details on using hashes here.

File details

Details for the file jupancon-0.1.2-py2.py3-none-any.whl.

File metadata

  • Download URL: jupancon-0.1.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.26.0

File hashes

Hashes for jupancon-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7bbfc64ea21a41d59e46de3e277167de7f19a4e6d72a1d57bb7d204994fd5d2b
MD5 cc6b1c818a5ed5bbf3ff9c6c29d36f66
BLAKE2b-256 e738c3b9bdfd7fe0b44704668c294d549c749e7ad31024fe093e14c9e5122168

See more details on using hashes here.

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