Skip to main content

Commons code used by ReDATA software

Project description

redata-commons

Overview

This repository contains commonly used codes by ReDATA software

The primary sub-package is commons. It includes a number of modules, such as:

  1. git_info
  2. logger

Installation

From PyPI:

(venv) $ pip install redata

From source:

(venv) $ git clone git@github.com:UAL-ODIS/redata-commons.git
(venv) $ python setup.py install

Execution

Using git_info

To use, there are a number of ways to import it the main class, GitInfo.

import redata

code_path = "/path/to/repo"
gi = redata.commons.git_info.GitInfo(code_path)

or

from redata.commons.git_info import GitInfo

code_path = "/path/to/repo"
gi = GitInfo(code_path)

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

redata-0.3.0.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

redata-0.3.0-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

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