A utilities module that contains classes and functions that simplify interfaces with files and databases.
Project description
Describe project here
Overview
This library contains basic utility classes and functions that enable faster Python programming. THese functions and methods standardize the process for reading in files of different types to include .csv, .txt, .xls, .xlsx, .json, .xml, .yaml, toml, SQLite, MySQL, SQL-Server and PostGreSQL files. In addition this library standardizes the process of setting and implementing log files. NOTE: Despite the fact that github shows the tests as failing, all tests do pass on a Linux and Mac platform before being uploaded to github. This issue appears to be caused by a library that while it works, was not written to be compatible with Python 3.11. We are working to fix this issue, but rest assure, the unit tests to pass.
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 include and update tests as well as relevant doc-string and sphinx updates.
License
This project is licensed under a basic MIT License
Requirements
Python 3.8 or greater, developed with Python 3.11 List code package requirements here
Installation
In order to download this repository from github, follow these instructions
Install poetry globally on your computer. Follow the instructions from the Poetry website
Set the poetry virtual environment with the following command poetry config virtualenvs.in-project true
Ensure you have .git installed on your computer.
Open a terminal (Bash, zsh or DOS) and cd to the directory where you want to install the cobralib library
Type git clone https://github.com/Jon-Webb-79/cobralib.git
cd into the cobralib directory
Create a virtual environment with the command python3 -m venv .venv
Activate the virtual environment with the command source .venv/bin/activate
Install packages. This library uses underlying packages to manage MySQL and PostGreSQL; however, each of these libraries requires that the user have MySQL and PostGreSQL servers installed locally on their machine
If the user does not have MySQL or PostGreSQL server installed on their machine type poetry install. This will install all packages other than the libraries for these two database management systems (DBMSs). Note, you will not be able to use the underlying functionality for these to DBMS’s.
If the user only has MySQL server installed locally, type poetry install -E mysql
If the user only has PostGreSQL installed locally, type poetry install -E postgresql
If the user has both MySQL and PostGreSQL installed locally, type poetry install -E mysql -E postgresql
If you plan to support development, install the read_the_doc sphinx package with pip, pip install sphinx_rtd_theme
In the future this repository may also be available on PyPi
This package can also be installed via pip
Install with all packages pip install cobralib
Install with optional dependencies pip install cobralib[mysql, postgresql]
Bug Report
Despite the fact that the test suite passes on Mac and Linux, the Github tests appear to be failing due to a mismatch in libraries.
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
Built Distribution
File details
Details for the file cobralib-0.1.0.tar.gz
.
File metadata
- Download URL: cobralib-0.1.0.tar.gz
- Upload date:
- Size: 26.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Linux/6.4.12-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3096495e181e489ea7e8ccdb487859e4935c60a36d1c8c46ae74833f180fe419 |
|
MD5 | 674d33928f43f191557ca83436bf046c |
|
BLAKE2b-256 | 0edbf99f64ba2e71cfe59ba7df1318921f6f6818bcc866710fd3e12427d12035 |
File details
Details for the file cobralib-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: cobralib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 25.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Linux/6.4.12-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85181d7c075a76072d09d8002eda3bc540b1d4d91ae2476fe82807de3529dfe4 |
|
MD5 | ff26f4152e82751fc5f6081aff2a58fd |
|
BLAKE2b-256 | 94a3846de811d226b8fc3ff4e6f7e6b9fb988319a4a7f0899dd8cab10e959b26 |