collective.resourcebooking


Namecollective.resourcebooking JSON
Version 1.0b1 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.resourcebooking
SummaryAllow users to book resources like rooms in Plone
upload_time2023-12-04 09:48:39
maintainer
docs_urlNone
authorMaik Derstappen
requires_python>=3.7
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            .. 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.

.. image:: https://github.com/collective/collective.resourcebooking/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/collective.resourcebooking/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/collective.resourcebooking/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/collective.resourcebooking?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/collective.resourcebooking/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/collective.resourcebooking

.. image:: https://img.shields.io/pypi/v/collective.resourcebooking.svg
    :target: https://pypi.python.org/pypi/collective.resourcebooking/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.resourcebooking.svg
    :target: https://pypi.python.org/pypi/collective.resourcebooking
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.resourcebooking.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.resourcebooking.svg
    :target: https://pypi.python.org/pypi/collective.resourcebooking/
    :alt: License


================================
collective.resourcebooking (WIP)
================================

Allow users to book resources like rooms in Plone

Features
--------

- You can add multiple resource booking container in a Plone site, to manage different resources.
- Every resource booking container has a resources and a bookings container
- Create your resources you want to make bookable in the resources container
- Create bookings in the bookings container
- For now there are two time slots per day available "Morning", "Afternoon".




Translations
------------

This product has been translated into

- English



Installation
------------

Install collective.resourcebooking by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.resourcebooking


and then running ``bin/buildout``


Maintainers
-----------

- Maik Derstappen - MrTango <md@derico.de>


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

Put your name here, you deserve it!

- ?


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.resourcebooking/issues
- Source Code: https://github.com/collective/collective.resourcebooking



Support
-------

If you are having issues, please let us know and open an issue.


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Maik Derstappen, md@derico.de


Changelog
=========


1.0b1 (2023-12-04)
------------------

- Initial release.
  [MrTango]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.resourcebooking",
    "name": "collective.resourcebooking",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "Maik Derstappen",
    "author_email": "md@derico.de",
    "download_url": "https://files.pythonhosted.org/packages/e7/7f/6097939ffcddcac6a75ed118d98be05961c4d1437a70aed05ddcc59f2cde/collective.resourcebooking-1.0b1.tar.gz",
    "platform": null,
    "description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n   This text does not appear on pypi or github. It is a comment.\n\n.. image:: https://github.com/collective/collective.resourcebooking/actions/workflows/plone-package.yml/badge.svg\n    :target: https://github.com/collective/collective.resourcebooking/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.resourcebooking/badge.svg?branch=main\n    :target: https://coveralls.io/github/collective/collective.resourcebooking?branch=main\n    :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/collective.resourcebooking/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/collective/collective.resourcebooking\n\n.. image:: https://img.shields.io/pypi/v/collective.resourcebooking.svg\n    :target: https://pypi.python.org/pypi/collective.resourcebooking/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.resourcebooking.svg\n    :target: https://pypi.python.org/pypi/collective.resourcebooking\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.resourcebooking.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.resourcebooking.svg\n    :target: https://pypi.python.org/pypi/collective.resourcebooking/\n    :alt: License\n\n\n================================\ncollective.resourcebooking (WIP)\n================================\n\nAllow users to book resources like rooms in Plone\n\nFeatures\n--------\n\n- You can add multiple resource booking container in a Plone site, to manage different resources.\n- Every resource booking container has a resources and a bookings container\n- Create your resources you want to make bookable in the resources container\n- Create bookings in the bookings container\n- For now there are two time slots per day available \"Morning\", \"Afternoon\".\n\n\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- English\n\n\n\nInstallation\n------------\n\nInstall collective.resourcebooking by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.resourcebooking\n\n\nand then running ``bin/buildout``\n\n\nMaintainers\n-----------\n\n- Maik Derstappen - MrTango <md@derico.de>\n\n\nContributors\n------------\n\nPut your name here, you deserve it!\n\n- ?\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.resourcebooking/issues\n- Source Code: https://github.com/collective/collective.resourcebooking\n\n\n\nSupport\n-------\n\nIf you are having issues, please let us know and open an issue.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Maik Derstappen, md@derico.de\n\n\nChangelog\n=========\n\n\n1.0b1 (2023-12-04)\n------------------\n\n- Initial release.\n  [MrTango]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Allow users to book resources like rooms in Plone",
    "version": "1.0b1",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.resourcebooking",
        "PyPI": "https://pypi.org/project/collective.resourcebooking/",
        "Source": "https://github.com/collective/collective.resourcebooking",
        "Tracker": "https://github.com/collective/collective.resourcebooking/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e77f6097939ffcddcac6a75ed118d98be05961c4d1437a70aed05ddcc59f2cde",
                "md5": "5ffca46c6db0f735d2adba4ba3b3457b",
                "sha256": "f636422d377d60fca7205ca8bb378d026ef26deb04b133230c216b6898c086e3"
            },
            "downloads": -1,
            "filename": "collective.resourcebooking-1.0b1.tar.gz",
            "has_sig": false,
            "md5_digest": "5ffca46c6db0f735d2adba4ba3b3457b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 41155,
            "upload_time": "2023-12-04T09:48:39",
            "upload_time_iso_8601": "2023-12-04T09:48:39.245368Z",
            "url": "https://files.pythonhosted.org/packages/e7/7f/6097939ffcddcac6a75ed118d98be05961c4d1437a70aed05ddcc59f2cde/collective.resourcebooking-1.0b1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-04 09:48:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.resourcebooking",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "collective.resourcebooking"
}
        
Elapsed time: 0.16568s