Provisions storage on pluggable backends, such as AWS S3.
Project description
# [StorageProvisioner](https://github.com/PerchLive/storage_provisioner)
[![Build Status](https://img.shields.io/travis/PerchLive/storage_provisioner.svg)](https://travis-ci.org/PerchLive/storage_provisioner) [![PyPI Page](https://img.shields.io/pypi/v/storage_provisioner.svg)](https://pypi.python.org/pypi/storage_provisioner) [![Coverage Status](https://img.shields.io/coveralls/PerchLive/storage_provisioner.svg)](https://coveralls.io/github/PerchLive/storage_provisioner?branch=master) [![Python Versions](https://img.shields.io/pypi/pyversions/storage_provisioner.svg)](https://pypi.python.org/pypi/storage_provisioner) [![Downloads per Day](https://img.shields.io/pypi/dd/storage_provisioner.svg)](https://pypi.python.org/pypi/storage_provisioner)
Provisions storage on pluggable backends, such as AWS S3.
## Installation
$ pip3 install storage_provisioner
## Dependencies
* [Python 3.5](https://www.python.org/downloads/release/python-350/) - the future is now
* [boto3](https://github.com/boto/boto3) - Amazon AWS library
## Usage
```python
import storage_provisioner
```
## Features
* AWS S3 backend
## TODO
* Local file storage backend
* FTP backend
* RTMP backend
* Your backend?
## Testing
Create a `secrets.py` file in the `tests/` directory:
```python
AWS_ACCESS_KEY_ID = 'aws_key_id'
AWS_SECRET_ACCESS_KEY = 'aws_secret_access_key'
```
## Authors
* [Chris Ballinger](https://github.com/chrisballinger)
* [David Brodsky](https://github.com/onlyinamerica)
## License
Apache 2.0
```
Copyright 2015 Perch Innovations, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
History
-------
0.1.0 (2015-01-11)
---------------------
* First release on PyPI.
[![Build Status](https://img.shields.io/travis/PerchLive/storage_provisioner.svg)](https://travis-ci.org/PerchLive/storage_provisioner) [![PyPI Page](https://img.shields.io/pypi/v/storage_provisioner.svg)](https://pypi.python.org/pypi/storage_provisioner) [![Coverage Status](https://img.shields.io/coveralls/PerchLive/storage_provisioner.svg)](https://coveralls.io/github/PerchLive/storage_provisioner?branch=master) [![Python Versions](https://img.shields.io/pypi/pyversions/storage_provisioner.svg)](https://pypi.python.org/pypi/storage_provisioner) [![Downloads per Day](https://img.shields.io/pypi/dd/storage_provisioner.svg)](https://pypi.python.org/pypi/storage_provisioner)
Provisions storage on pluggable backends, such as AWS S3.
## Installation
$ pip3 install storage_provisioner
## Dependencies
* [Python 3.5](https://www.python.org/downloads/release/python-350/) - the future is now
* [boto3](https://github.com/boto/boto3) - Amazon AWS library
## Usage
```python
import storage_provisioner
```
## Features
* AWS S3 backend
## TODO
* Local file storage backend
* FTP backend
* RTMP backend
* Your backend?
## Testing
Create a `secrets.py` file in the `tests/` directory:
```python
AWS_ACCESS_KEY_ID = 'aws_key_id'
AWS_SECRET_ACCESS_KEY = 'aws_secret_access_key'
```
## Authors
* [Chris Ballinger](https://github.com/chrisballinger)
* [David Brodsky](https://github.com/onlyinamerica)
## License
Apache 2.0
```
Copyright 2015 Perch Innovations, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
History
-------
0.1.0 (2015-01-11)
---------------------
* First release on PyPI.
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
storage_provisioner-0.1.2.tar.gz
(16.1 kB
view details)
File details
Details for the file storage_provisioner-0.1.2.tar.gz
.
File metadata
- Download URL: storage_provisioner-0.1.2.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 206ef6ac840adc51bec46b3075c5db880c89d8d6563e5be8d80c271a6352d32d |
|
MD5 | 9e819acd67189b6ae76295f97a9866ec |
|
BLAKE2b-256 | e4677fe195b23679c3c64539d31592c2c4ca06d11bc12a69bc4952436bee05b6 |