Skip to main content

casa next generation infrastructure prototype

Project description

Installation

Organization

CNGI is organized in to modules as described below. Each module is responsible for a different functional area, such as file conversion, input / output, MS operations, and Image operations.

  • conversion

  • dio

  • ms

  • images

  • direct

Usage

You can import things several different ways. For example:

from cngi import dio

df = dio.read_pq(...)

or

from cngi.dio import read_pq

df = read_pq(...)

or

import cngi.dio as cdio

df = cdio.read_pq(...)

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

cngi_prototype-0.0.4.tar.gz (7.0 kB view hashes)

Uploaded Source

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