New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

box51

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

box51

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

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
1

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc