An open API service indexing awesome lists of open source software.

https://github.com/pacifica/pacifica-python-uploader

Python library to handle bundling, metadata and uploading files to an ingester.
https://github.com/pacifica/pacifica-python-uploader

Last synced: 3 months ago
JSON representation

Python library to handle bundling, metadata and uploading files to an ingester.

Awesome Lists containing this project

README

          

# Pacifica Python Uploader
[![Build Status](https://travis-ci.org/pacifica/pacifica-python-uploader.svg?branch=master)](https://travis-ci.org/pacifica/pacifica-python-uploader)
[![Build Status](https://ci.appveyor.com/api/projects/status/vs3luv13n5x4uqol?svg=true)](https://ci.appveyor.com/project/dmlb2000/pacifica-python-uploader)
[![Code Climate](https://codeclimate.com/github/pacifica/pacifica-python-uploader/badges/gpa.svg)](https://codeclimate.com/github/pacifica/pacifica-python-uploader)
[![Test Coverage](https://codeclimate.com/github/pacifica/pacifica-python-uploader/badges/coverage.svg)](https://codeclimate.com/github/pacifica/pacifica-python-uploader/coverage)
[![Issue Count](https://codeclimate.com/github/pacifica/pacifica-python-uploader/badges/issue_count.svg)](https://codeclimate.com/github/pacifica/pacifica-python-uploader)

Pacifica Python Uploader, `PacificaUploader`, is a Python programming language
library for managing, serializing and transporting (over a network) archives of
files (referred to as "bundles"), managing both the data and the metadata of the
bundle, and interacting with
[Pacifica Ingest](https://github.com/pacifica/pacifica-ingest) and
[Pacifica Policy](https://github.com/pacifica/pacifica-policy) servers.

For installation, configuration and usage documentation please
refer to the [Read the Docs](https://pacifica-uploader.readthedocs.io)
documentation.