Skip to main content

Rating application for PyFB project

Project description

https://badge.fury.io/py/pyfb-rating.svg https://travis-ci.org/mwolff44/pyfb-rating.svg?branch=master https://codecov.io/gh/mwolff44/pyfb-rating/branch/master/graph/badge.svg

Rating application for PyFB project

Documentation

The full documentation is at https://pyfb-rating.readthedocs.io.

Quickstart

Install pyfb-rating:

pip install pyfb-rating

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'pyfb_rating.apps.PyfbRatingConfig',
    ...
)

Add pyfb-rating’s URL patterns:

from pyfb_rating import urls as pyfb_rating_urls


urlpatterns = [
    ...
    url(r'^', include(pyfb_rating_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

1.0.0 (2020-05-21)

  • stable version

0.11.3 (2019-06-17)

  • Bug : remove unused view (cause issue in some setup).

0.11.2 (2019-05-20)

  • Bug : correct discount model.

0.11.0 (2018-12-21)

  • Add ratecard allocation to customer.

0.10.0 (2018-12-20)

  • Some corrections.

0.9.0 (2018-12-05)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfb-rating-1.0.0.tar.gz (20.4 kB view hashes)

Uploaded Source

Built Distribution

pyfb_rating-1.0.0-py2.py3-none-any.whl (49.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page