juntagrico-custom-sub


Namejuntagrico-custom-sub JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://juntagrico.org
SummaryCustom composition of subscriptions in juntagrico
upload_time2024-02-10 10:20:32
maintainer
docs_urlNone
authorjuntagrico
requires_python
licenseLPGLv3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # juntagrico-custom_sub

[![juntagrico-ci](https://github.com/juntagrico/juntagrico-custom-sub/actions/workflows/juntagrico-ci.yml/badge.svg?branch=main&event=push)](https://github.com/juntagrico/juntagrico-custom-sub/actions/workflows/juntagrico-ci.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/562e49b1e35490ac4058/maintainability)](https://codeclimate.com/github/juntagrico/juntagrico-custom-sub/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/562e49b1e35490ac4058/test_coverage)](https://codeclimate.com/github/juntagrico/juntagrico-custom-sub/test_coverage)
[![image](https://img.shields.io/github/last-commit/juntagrico/juntagrico-custom-sub.svg)](https://github.com/juntagrico/juntagrico-custom-sub)
[![image](https://img.shields.io/github/commit-activity/y/juntagrico/juntagrico-custom-sub)](https://github.com/juntagrico/juntagrico-custom-sub)

This is an extension for juntagrico. You can find more information about juntagrico here (https://github.com/juntagrico/juntagrico).

This extension provides support for custom composition of subscriptions.
Each user can select the amount of predefined products in his or her subscription.
A subscription has a total amount of available units and each product can be assigned a size in these units.

The extension also creates depot lists and packing lists that describe which products should be delivered to a depot and by which user they should be collected.

## Installation


Install juntagrico-badge via `pip`

    $ pip install juntagrico-custom-sub

or add it in your projects `requirements.txt`

In `settings.py` add `'juntagrico_custom_sub',`.

```python
INSTALLED_APPS = [
    ...
    'juntagrico',
    'juntagrico_custom_sub',
]
```

In your `urls.py` you also need to extend the pattern:

```python
urlpatterns = [
    ...
    path('', include('juntagrico_custom_sub.urls')),
]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://juntagrico.org",
    "name": "juntagrico-custom-sub",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "juntagrico",
    "author_email": "info@juntagrico.org",
    "download_url": "https://files.pythonhosted.org/packages/14/36/2fa12083459e9ac5968ac5a58e709f23ce6e1326a9ae73411daf45ea5c16/juntagrico-custom-sub-0.3.0.tar.gz",
    "platform": null,
    "description": "# juntagrico-custom_sub\n\n[![juntagrico-ci](https://github.com/juntagrico/juntagrico-custom-sub/actions/workflows/juntagrico-ci.yml/badge.svg?branch=main&event=push)](https://github.com/juntagrico/juntagrico-custom-sub/actions/workflows/juntagrico-ci.yml)\n[![Maintainability](https://api.codeclimate.com/v1/badges/562e49b1e35490ac4058/maintainability)](https://codeclimate.com/github/juntagrico/juntagrico-custom-sub/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/562e49b1e35490ac4058/test_coverage)](https://codeclimate.com/github/juntagrico/juntagrico-custom-sub/test_coverage)\n[![image](https://img.shields.io/github/last-commit/juntagrico/juntagrico-custom-sub.svg)](https://github.com/juntagrico/juntagrico-custom-sub)\n[![image](https://img.shields.io/github/commit-activity/y/juntagrico/juntagrico-custom-sub)](https://github.com/juntagrico/juntagrico-custom-sub)\n\nThis is an extension for juntagrico. You can find more information about juntagrico here (https://github.com/juntagrico/juntagrico).\n\nThis extension provides support for custom composition of subscriptions.\nEach user can select the amount of predefined products in his or her subscription.\nA subscription has a total amount of available units and each product can be assigned a size in these units.\n\nThe extension also creates depot lists and packing lists that describe which products should be delivered to a depot and by which user they should be collected.\n\n## Installation\n\n\nInstall juntagrico-badge via `pip`\n\n    $ pip install juntagrico-custom-sub\n\nor add it in your projects `requirements.txt`\n\nIn `settings.py` add `'juntagrico_custom_sub',`.\n\n```python\nINSTALLED_APPS = [\n    ...\n    'juntagrico',\n    'juntagrico_custom_sub',\n]\n```\n\nIn your `urls.py` you also need to extend the pattern:\n\n```python\nurlpatterns = [\n    ...\n    path('', include('juntagrico_custom_sub.urls')),\n]\n```\n",
    "bugtrack_url": null,
    "license": "LPGLv3",
    "summary": "Custom composition of subscriptions in juntagrico",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://juntagrico.org"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ebc4f5516c17f2e76a6a49d3ed7567cf5160aef102583bba5af9eaaf585c349",
                "md5": "3a8771c922bb91da8a7e8f1434b5a247",
                "sha256": "6901162c43ebd980a18c2c920cc954a550a260a44540a0ecf34121ec6a4e852f"
            },
            "downloads": -1,
            "filename": "juntagrico_custom_sub-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3a8771c922bb91da8a7e8f1434b5a247",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 41904,
            "upload_time": "2024-02-10T10:20:31",
            "upload_time_iso_8601": "2024-02-10T10:20:31.374977Z",
            "url": "https://files.pythonhosted.org/packages/1e/bc/4f5516c17f2e76a6a49d3ed7567cf5160aef102583bba5af9eaaf585c349/juntagrico_custom_sub-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14362fa12083459e9ac5968ac5a58e709f23ce6e1326a9ae73411daf45ea5c16",
                "md5": "ced8569a000ce5b222601bbdbaad72a9",
                "sha256": "b865b79ce4f361b470ab182b07f7625af97ef85be426717ecd9ae78ea7ad5c1b"
            },
            "downloads": -1,
            "filename": "juntagrico-custom-sub-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ced8569a000ce5b222601bbdbaad72a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 25880,
            "upload_time": "2024-02-10T10:20:32",
            "upload_time_iso_8601": "2024-02-10T10:20:32.940946Z",
            "url": "https://files.pythonhosted.org/packages/14/36/2fa12083459e9ac5968ac5a58e709f23ce6e1326a9ae73411daf45ea5c16/juntagrico-custom-sub-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-10 10:20:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "juntagrico-custom-sub"
}
        
Elapsed time: 0.22822s