Skip to main content

Application Observation for Nobinobi

Project description

https://badge.fury.io/py/nobinobi-observation.svg https://travis-ci.com/prolibre-ch/nobinobi-observation.svg?branch=master https://codecov.io/gh/prolibre-ch/nobinobi-observation/branch/master/graph/badge.svg

Application Observation for Nobinobi

Documentation

The full documentation is at https://nobinobi-observation.readthedocs.io.

Quickstart

Install Nobinobi Observation:

pip install nobinobi-observation

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'phonenumber_field',
    'crispy_forms',
    'django_extensions',
    'rest_framework',
    'rest_framework.authtoken',
    'rest_framework_datatables',
    'menu',
    'bootstrap_modal_forms',
    'widget_tweaks',
    'django_select2',
    'bootstrap_datepicker_plus',
    'nobinobi_core',
    'nobinobi_staff',
    'nobinobi_child.apps.NobinobiChildConfig',
    'nobinobi_observation.apps.NobinobiObservationConfig',
    ...
)

Add Nobinobi Observation’s URL patterns:

from nobinobi_core import urls as nobinobi_core_urls
from nobinobi_staff import urls as nobinobi_staff_urls
from nobinobi_child import urls as nobinobi_child_urls
from nobinobi_observation import urls as nobinobi_observation_urls

urlpatterns = [
    ...
    path('', include(nobinobi_core_urls)),
    path('', include(nobinobi_staff_urls)),
    path('', include(nobinobi_child_urls)),
    path('', include(nobinobi_observation_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

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

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

Tools used in rendering this package:

History

0.1.0 (2021-09-24)

  • 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

nobinobi-observation-0.1.0.tar.gz (28.5 kB view details)

Uploaded Source

Built Distribution

nobinobi_observation-0.1.0-py2.py3-none-any.whl (35.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file nobinobi-observation-0.1.0.tar.gz.

File metadata

  • Download URL: nobinobi-observation-0.1.0.tar.gz
  • Upload date:
  • Size: 28.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for nobinobi-observation-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c206691980432fb00c636bf25a69f309c018f915ad199d0089a5470c38ce4a2e
MD5 f72dd2b4b9d150cbb753bcd8ea316031
BLAKE2b-256 c7c2d12ef3fc33ee5fa5e790d729f01a6dabb75eb5c9f090f55b33b6fd494603

See more details on using hashes here.

Provenance

File details

Details for the file nobinobi_observation-0.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: nobinobi_observation-0.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 35.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for nobinobi_observation-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 700666303dc543f137711c9c07a3447db0d17662d6af2e65f2d4f9de08959fce
MD5 cfba906b22f424b2f837896af314c692
BLAKE2b-256 f81bdfc0c10b6141f8a8d3eaad0732d85b207f3c1ec4763aad6fbf5a0f35a380

See more details on using hashes here.

Provenance

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