Skip to main content

Utilities library for read/write operations and general data cleaning routines

Project description

Utilities library for read/write operations and general data cleaning routines

Intro

This is a versatile Python library aimed at facilitating read/write operations and providing general data cleaning routines. It consists of two main topics:

  • IN/OUT operations (io)
  • Data cleaning & preprocessing

Project Structure

paeio
├── README.md
├── docs            -> Folder containing files for building the library.
├── ipp_ds              -> Folder containing the library's code
│   ├── data_cleaning         -> Module for data cleaning.
│   └── io                    -> Module for I/O operations.
├── dist             -> Folder containing files for package distribution
│   ├── __init__.py
│   └── ipp_ds-0.X-py3-none-any.whl                -> Installation with pip will be done from here.
├── tests            -> Folder containing test files for validating the package's implementations.
├── requirements.txt          -> Required packages to run the project
└── pyproject.toml                  -> Setup file for generating the package installer.

Daily Use

Library Installation

For development, it's highly recommended to create a separate environment. To do this, run:

$ conda create -n paeio python==3.X (X >= 9)

For installation via pip, run the following command:

$ pip3 install paeio

IO Usage

For development, you only need to run the following command:

$ az login

Follow the command's suggested steps, and once you complete login, you are free to go.

Credential Connections

  • .env: Having a .env file on the project root containing your credentials.
  • az login: Login with your user.
  • Production: Using service principal credentials, very similar to .env connection. You'll need the following variables defined:
$ AZURE_CLIENT_ID
$ AZURE_CLIENT_SECRET
$ AZURE_TENANT_ID

Contributing to the Project

Git Clone

$ git clone https://github.com/jotap123/paeio.git

Branch Creation

  • Name: module_affected / fewwordsummaryofthechanges
    • Example: io/new_file_reader

Merge Request Creation

  • Title: Summarize in English
  • Commit Messages: In English

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

paeio-0.0.1.3.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

paeio-0.0.1.3-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file paeio-0.0.1.3.tar.gz.

File metadata

  • Download URL: paeio-0.0.1.3.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.0

File hashes

Hashes for paeio-0.0.1.3.tar.gz
Algorithm Hash digest
SHA256 4a7892ed3bfa4e953d0058c2149ac0c5a76e0dcc63aed38e5b8845607a0076a3
MD5 905ac4f77bedcd978c7b2b0ac1a410ea
BLAKE2b-256 7d57ac0cb2bcb331849b691e3d70285a7eb02a2e73c62f253aa6874f8d409df7

See more details on using hashes here.

File details

Details for the file paeio-0.0.1.3-py3-none-any.whl.

File metadata

  • Download URL: paeio-0.0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.0

File hashes

Hashes for paeio-0.0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9dcabbe7b83256e4926d49c063af513cd9bf9135b28953a7d59428ec1b959dac
MD5 6e886772b621a8b2b656ab7256bfd068
BLAKE2b-256 7769e48b4181088ff0a9ec62c8c72e73b09d4228d66463189cf85f45f7d19ece

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page