New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

acgc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acgc

A collection of data analysis programs used by the Atmospheric Chemistry and Global Change (ACGC) research group

0.3.1
PyPI
Maintainers
1

ACGC

Overview

The acgc package is a collection of data analysis functions used by the Atmospheric Chemistry and Global Change Research Group (ACGC). Programs are written in Python 3.

Installation

For conda users:

conda install -c conda-forge acgc

For pip users:

pip install acgc

For developers

If you plan to modify or improve the acgc package, an editable installation may be better: pip install -e git+https://github.com/cdholmes/acgc-python Your local files can then be managed with git, including keeping up-to-date with the github source repository (e.g. git pull).

Classic version

The old version of this package (before conversion to an importable python module) is accessible as the "classic" branch of this repository on github.

Documentation

See https://cdholmes.github.io/acgc-python

Demos

The demo folder contains examples of how to accomplish common data analysis and visualization tasks, including using many of the functions within the acgc library.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts