Metadata-Version: 2.1
Name: Products.LocalFS
Version: 3.1
Summary: The Local File System product
Home-page: https://github.com/dataflake/Products.LocalFS
Author: Jonothan Farr and contributors
Author-email: jfarr@speakeasy.org
Maintainer: Jens Vagelpohl
Maintainer-email: jens@dataflake.org
License: BSD License
Project-URL: Documentation, https://productslocalfs.readthedocs.io/
Project-URL: Issue Tracker, https://github.com/dataflake/Products.LocalFS/issues
Project-URL: Sources, https://github.com/dataflake/Products.LocalFS
Keywords: web application server zope
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope
Classifier: Framework :: Zope :: 5
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Requires-Python: >=3.7
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: Zope>=5
Requires-Dist: Products.PythonScripts
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: pkginfo; extra == "docs"

.. image:: https://github.com/dataflake/Products.LocalFS/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/dataflake/Products.LocalFS/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/dataflake/Products.LocalFS/badge.svg
   :target: https://coveralls.io/github/dataflake/Products.LocalFS

.. image:: https://readthedocs.org/projects/productslocalfs/badge/?version=latest
   :target: https://productslocalfs.readthedocs.io
   :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/Products.LocalFS.svg
   :target: https://pypi.python.org/pypi/Products.LocalFS
   :alt: Current version on PyPI

.. image:: https://img.shields.io/pypi/pyversions/Products.LocalFS.svg
   :target: https://pypi.org/project/Products.LocalFS
   :alt: Supported Python versions


==================
 Products.LocalFS
==================

This product allows you to serve files and browse directories from the 
local file system (or network shares on Windows platforms). It also
allows you to upload files to the file system through a browser or WebDAV.

**WARNING**: Allowing any type of write access to a folder on disk straight
from a web application represents a security risk. Please secure your
application before using this package.
 
The documentation for this product is maintained by Sphinx
using sources underneath the ``docs`` folder.

To get started without the compiled HTML documentation see the 
file ``docs/development.rst``
