Skip to main content

Python package for database control and DataFrame processing

Project description

pydbsmgr

GitHub last commit GitHub repo size License CI - Test

pydbsmgr

Python package for database control and administration as well as for DataFrame processing. Also contains a simpler Python SDK for Azure Cloud tools such as uploading .parquet, .csv and .xlsx files, downloading them and DataFrame cleansing, for more information review our documentation.

Prerequisities

Before you begin, ensure you have met the following requirements:

Installation

This package can be easily installed with pip:

pip install pydbsmgr

Installation from GitHub

If you prefer, you can do it in this other way:

pip install git+https://github.com/jzsmoreno/pydbsmgr

You can contribute to this repository

Through the following steps:

  1. Clone this repository (requires git):
git clone https://github.com/jzsmoreno/pydbsmgr.git
cd pydbsmgr
  1. Create and activate a python virtual environment (The activation may vary depending on your OS here is the example for Linux):
python3 -m venv venv
source ./venv/bin/activate
  1. Install all the requirements:
pip3 install -r requirements.txt
  1. Now you can test it with any python file you want. But you can also use it in a jupyter notebook, just install jupyterlab
pip3 install jupyterlab
  1. Open the jupyter lab instance (you can see that already exists an example.ipynb, where you can see some of the things you can do):
jupyter lab

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

pydbsmgr-0.9.6.tar.gz (26.1 kB view hashes)

Uploaded Source

Built Distribution

pydbsmgr-0.9.6-py3-none-any.whl (29.3 kB view hashes)

Uploaded Python 3

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