Metadata-Version: 2.1
Name: django-postgres-product
Version: 1.0
Summary: A product aggregation function to a postgres database and makes it available with django
Home-page: https://github.com/awmath/django-postgres-product
Author: Axel Wegener
Author-email: development@sparse-space.de
License: MIT
Download-URL: https://github.com/awmath/django-postgres-product
Description: ![CI/CD Workflow](https://github.com/awmath/django-postgres-product/workflows/test%20and%20packaging/badge.svg)
        [![codecov](https://codecov.io/gh/awmath/django-postgres-product/branch/master/graph/badge.svg)](https://codecov.io/gh/awmath/django-postgres-product)
        
        # django-postgres-product
        
        Adds a product aggregation function to a postgres database and makes it available with django
        
        ## Usage
        
        Add the app to your list of installed apps
        
        ```
        INSTALLED_APPS = [
            ...,
            'postgres_product',
            ...
        ]
        ```
        
        Import the product aggregation function
        
        ```
        from postgres_product import Product
        ```
        
        Use the aggregation as described in the [Django Documentation](https://github.com/awmath/django-postgres-product/workflows/Python%20package/badge.svg)
        
        ## Roadmap
        
        - create python packaging
        
Keywords: django
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
