Metadata-Version: 2.4
Name: Products.LocalFS
Version: 4.1
Summary: The Local File System product
Author-email: Jonothan Farr and contributors <jfarr@speakeasy.org>
Maintainer-email: Jens Vagelpohl and contributors <jens@dataflake.org>
License-Expression: BSD-3-Clause
Project-URL: Documentation, https://productslocalfs.readthedocs.io
Project-URL: Issues, https://github.com/dataflake/Products.LocalFS/issues
Project-URL: Source, https://github.com/dataflake/Products.LocalFS
Project-URL: Changelog, https://productslocalfs.readthedocs.io/en/latest/changes.html
Keywords: zope
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope
Classifier: Framework :: Zope :: 5
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: Zope>=5
Requires-Dist: Products.PythonScripts
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Provides-Extra: exportimport
Requires-Dist: Products.GenericSetup; extra == "exportimport"
Dynamic: license-file

.. 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``
