Metadata-Version: 2.4
Name: webresource
Version: 2.0.0
Summary: A resource registry for web applications.
Project-URL: Documentation, https://webresource.readthedocs.io/
Project-URL: ChangeLog, https://github.com/conestack/webresource/blob/master/CHANGES.rst
Project-URL: Issue Tracker, https://github.com/conestack/webresource/issues
Project-URL: Source Code, https://github.com/conestack/webresource
Author-email: Conestack Constributors <dev@conestack.org>
License: Simplified BSD
License-File: LICENSE.rst
Keywords: CSS,dependencies,javascript,resources,web
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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 :: Dynamic Content
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-conestack-theme; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/x-rst

webresource
===========

.. image:: https://img.shields.io/pypi/v/webresource.svg
    :target: https://pypi.python.org/pypi/webresource
    :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/webresource.svg
    :target: https://pypi.python.org/pypi/webresource
    :alt: Number of PyPI downloads

.. image:: https://github.com/conestack/webresource/actions/workflows/test.yml/badge.svg
    :target: https://github.com/conestack/webresource/actions/workflows/test.yml
    :alt: Test webresource

**A resource registry for web applications.**

Webresource is a compact Python library to declare resources
(primarily Javascript and CSS files) for delivery in your web application.


Features
--------

- Declare web resources via python.
- Manage dependencies between resources.
- Grouping of resources.
- Conditional delivery of resources.
- Development and a production mode.


Detailed Documentation
----------------------

The detailed ``webresource`` documentation is available
`here <https://webresource.readthedocs.io>`_.


Source Code
-----------

The sources are in a GIT DVCS with its main branches at
`github <http://github.com/conestack/webresource>`_.


Copyright
---------

- Copyright (c) 2021-2025 Cone Contributors


Contributors
------------

- Robert Niederreiter (Author)
