Skip to main content

Rating application for PyFB project

Project description

=============================
pyfb-rating
=============================

.. image:: https://badge.fury.io/py/pyfb-rating.svg
:target: https://badge.fury.io/py/pyfb-rating

.. image:: https://travis-ci.org/mwolff44/pyfb-rating.svg?branch=master
:target: https://travis-ci.org/mwolff44/pyfb-rating

.. image:: https://codecov.io/gh/mwolff44/pyfb-rating/branch/master/graph/badge.svg
:target: https://codecov.io/gh/mwolff44/pyfb-rating

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`:

.. code-block:: python

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

Add pyfb-rating's URL patterns:

.. code-block:: python

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:

* Cookiecutter_
* `cookiecutter-djangopackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage




History
-------

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-0.11.1.tar.gz (20.1 kB view hashes)

Uploaded Source

Built Distribution

pyfb_rating-0.11.1-py2.py3-none-any.whl (46.8 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