Metadata-Version: 2.4
Name: allen-asset-creation-library
Version: 0.0.2
Summary: Code for capsule to run after a pipeline is finished.
Author: Allen Institute for Neural Dynamics
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aind-data-access-api[docdb]
Requires-Dist: codeocean
Requires-Dist: boto3
Dynamic: license-file

# allen-asset-creation-library


[![License](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)
![Code Style](https://img.shields.io/badge/code%20style-black-black)
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
![Interrogate](https://img.shields.io/badge/interrogate-100.0%25-brightgreen)
![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)
![Python](https://img.shields.io/badge/python->=3.10-blue?logo=python)

## Getting Started

This library can be used to create a Code Ocean capsule that will register results as a data asset.

### Usage

Install this package into the capsule that you want to run as an automation capsule.

### Local Development

- Create an environment and install by: 
`pip install -e . --group dev`
- For testing, run `coverage run -m unittest discover && coverage report`

### Level of Support
 - [x] Supported:
We are releasing this code to the public as a tool we expect others to use. 
Issues are welcomed, and we expect to address them promptly; pull requests 
will be vetted by our staff before inclusion.
