Python package for database control and DataFrame processing
Project description
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.
Prerequisites
Before you begin, ensure you have met the following requirements:
- You have a Windows/Linux/Mac machine running Python 3.10+.
- You have installed the latest versions of
pipandvirtualenvorconda(Anaconda).
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:
- Clone this repository (requires
git):
git clone https://github.com/jzsmoreno/pydbsmgr.git
cd pydbsmgr
- 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
- Install all the
requirements:
pip3 install -r requirements.txt
- 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
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydbsmgr-1.0.2.tar.gz.
File metadata
- Download URL: pydbsmgr-1.0.2.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0253c26609a6e9a616a00462654641a4632c0a2ed70f779ded63125518d0e58f
|
|
| MD5 |
c4dfeef698beda546207a62d902320b8
|
|
| BLAKE2b-256 |
bbbf9133335b0d9e7929f31ee704df3df4d61c6e0d2afaf6d434ffb5cb3166fb
|
File details
Details for the file pydbsmgr-1.0.2-py3-none-any.whl.
File metadata
- Download URL: pydbsmgr-1.0.2-py3-none-any.whl
- Upload date:
- Size: 25.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9a36a4f6bcf4de50f1e05084fb16746e4c75365947eaf62f2719dda14a3f6f1
|
|
| MD5 |
7bfc51b0c3d464abef2deb6c2cb6b464
|
|
| BLAKE2b-256 |
c5f9c97d4ab933528c653c1fc989692b045e08f67398d6d4a4a7efbbda90d0ec
|