Skip to main content

An image processing library created for manhattan to allow local file storage without running an instance of hangar51.

Project description

Box51
=====

An image processing library created for manhattan to allow local file storage
without running an instance of hangar51.


Installation
------------

`pip install box51`


Manhattan setup
---------------

Modify you application config as follows:

from manhattan.assets.backends import box51
from werkzeug.contrib.cache import SimpleCache

class Config:

# Assets
ASSET_BACKEND = box51
ASSET_BACKEND_SETTINGS = {
'asset_root': '/path/to/assets',
'cache': SimpleCache()
}
ASSET_BACKEND_ROOT = 'http://mysite.com/assets'


Limitations
-----------

- Box51 does not support the facial recognition feature provided by Hangar51.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

box51-0.0.3.tar.gz (7.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page