Metadata-Version: 1.1
Name: visaplan.namespace.pkg-resource
Version: 1.0.dev1
Summary: Dummy namespace package, pgk_resource style
Home-page: https://pypi.org/project/visaplan
Author: Tobias Herp
Author-email: tobias.herp@visaplan.com
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ===============================
        visaplan.namespace.pkg_resource
        ===============================
        
        This is a dummy package which does nothing except providing the `visaplan`
        package and namespace package, "pkg_resource style";
        it is a workaround for the problem of e.g. `visaplan.tools` being installable,
        but under certain circumstances, the package namespace doesn't work, and the
        visaplan.tools submodules cannot be accessed from the buildout-generated Plone
        instance (see <https://community.plone.org/t/factoring-out-packages-namespace-problem/6842>).
        
        Once this problem is solved, the `visaplan.namespace.pkg_resource` package will be obsolete.
        
        
        Features
        --------
        
        - Provides an empty namespace package `visaplan`.
        
        
        Installation
        ------------
        
        Install the `visaplan` dummy package by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                visaplan.namespace.pkg_resource
                visaplan.tools
                ...
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/visaplan/visaplan.namespace.pkg_resource/issues
        - Source Code: https://github.com/visaplan/visaplan.namespace.pkg_resource
        
        
        Support
        -------
        
        If you are having issues, please let us know;
        please use the issue tracker mentioned above.
        
        
        License
        -------
        
        The project is available under the Apache License 2.0 or the GNU GPL 2.0
        
        
        Contributors
        ============
        
        - Tobias Herp, tobias.herp@visaplan.com
        
        
        Changelog
        =========
        
        
        1.0a1 (unreleased)
        ------------------
        
        - Initial release.
          [tobiasherp]
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
