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.
- Host: GitHub
- URL: https://github.com/pacifica/pacifica-python-uploader
- Owner: pacifica
- License: lgpl-3.0
- Created: 2017-07-07T16:07:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T17:30:53.000Z (almost 6 years ago)
- Last Synced: 2026-02-19T03:27:17.234Z (4 months ago)
- Language: Python
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Pacifica Python Uploader
[](https://travis-ci.org/pacifica/pacifica-python-uploader)
[](https://ci.appveyor.com/project/dmlb2000/pacifica-python-uploader)
[](https://codeclimate.com/github/pacifica/pacifica-python-uploader)
[](https://codeclimate.com/github/pacifica/pacifica-python-uploader/coverage)
[](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.