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

Building the Library

To build the library, you need to have the following libraries installed:

  • setuptools
  • wheel

With them installed, navigate to the project's root folder and run the following command:

$ python setup.py bdist_wheel

This will generate the package installer file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

paeio-0.0.1.1-py3-none-any.whl (15.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: paeio-0.0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 15.6 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 514656fa9a3f618d126ba8122eebd226ceecfe9c25936467b97d34d32b991cd0
MD5 25b4d80235f67cdd462b999f61edd34a
BLAKE2b-256 3766f3c60d9e9919a1c9e0d2e71a9671d678d269ba99464869fe10b26bd74b3f

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