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.
├── paeio              -> 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
│   └── paeio-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 >= 7.1)

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.1.tar.gz (11.5 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.1-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for paeio-0.1.tar.gz
Algorithm Hash digest
SHA256 a19492724b7eb6fbf5458ad8a610d98bc63ac9a2ca7dddda5242b31aa3026bcf
MD5 f3bb6dc94d5d1035d358d958b5b29176
BLAKE2b-256 cfc7c37809a59afebe8ab2ef8aed771ee950f9d67a776b79a19488ae04e8511e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: paeio-0.1-py3-none-any.whl
  • Upload date:
  • Size: 11.1 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 611abc0fdf639138285f9aac6ea80c099dde3d32f49ec96c42f57056974cb5f9
MD5 3a47fa8697eb9c41a27ea61cf9d11287
BLAKE2b-256 0a162f8cb419537b900afc35999f680c03b2d0230658a1761e183fc4c2c47b1f

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