Skip to main content

File management solution for Masonite

Project description

filemanager

Masonite Package PyPI Python Version GitHub release (latest by date including pre-releases) License Code style: black

Introduction

A simple yet powerful file management solution for your masonite application.

Note this is still in development.

Features

  • Manager Server Files (Currently only supports local files)
  • Upload Files
  • Preview Files

Installation

pip install masonite-filemanager

Configuration

Add FileManagerProvider to your project in config/providers.py:

# config/providers.py
# ...
from filemanager.providers import FileManagerProvider

# ...
PROVIDERS = [
    # ...
    # Third Party Providers
    FileManagerProvider,
    # ...
]

Then you can publish the package resources (if needed) by doing:

python craft package:publish filemanager

Usage

Note this is still in development.

Contributing

Please read the Contributing Documentation here.

Maintainers

License

masonite-filemanager is open-sourced software licensed under the MIT license.

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

masonite-filemanager-0.0.2.tar.gz (117.3 kB view hashes)

Uploaded Source

Built Distribution

masonite_filemanager-0.0.2-py3-none-any.whl (51.9 kB view hashes)

Uploaded Python 3

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