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
.
Prerequisities
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
pip
andvirtualenv
orconda
(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
File details
Details for the file pydbsmgr-0.9.7.tar.gz
.
File metadata
- Download URL: pydbsmgr-0.9.7.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 249e36e0584ae21a5de3efbf1abfd5f5aca617ebdc0125343e7598909dc34cc3 |
|
MD5 | 3aa2369efc00942cafb9fe093fd3cfb0 |
|
BLAKE2b-256 | 2d8aca92ac6a57ef3f2ef22e6b602454f87300296e30c438e2dccad2d7a207fb |
Provenance
File details
Details for the file pydbsmgr-0.9.7-py3-none-any.whl
.
File metadata
- Download URL: pydbsmgr-0.9.7-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51f6446f322ca8e636071db7581e8bcec55600192edd3100a241eda77905a5d9 |
|
MD5 | e5c94495b479c7bed7d7a6ea2dce2c29 |
|
BLAKE2b-256 | 7e35536476bdb8cd7f1491c46c44dc885720d6176bf9f518e063a4151981ce9d |