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.3 (2021-12-14)

  • 9f6c9d0 - fix error with new version of bootstrap datetimepicker

0.1.2 (2021-09-24)

  • 261c8bc - Fix manifest for missing files

  • 5ab12dd - Add French Translation

  • ab02f90 - Fix classifier setup.py

0.1.1 (2021-09-24)

  • 7b55ecd - Fix bumpversion

  • 06a7a3e - Update Copyright

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.3.tar.gz (31.5 kB view details)

Uploaded Source

Built Distribution

nobinobi_observation-0.1.3-py2.py3-none-any.whl (40.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: nobinobi-observation-0.1.3.tar.gz
  • Upload date:
  • Size: 31.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.3.tar.gz
Algorithm Hash digest
SHA256 e7afe9e459b3e27ccd833f8632160fdfee96846ebae6f9209984ecc4f3f225c0
MD5 f6a5e414b8738c16fb185bffe15b55e5
BLAKE2b-256 9bad371a47020e908f5d900a67b4cf8c6128ea830d586904a2d59790bd816bc2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: nobinobi_observation-0.1.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 40.8 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.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9d2b9dc3d93d1829e1642a269b326975b2593feb83fadd09216a86a65cc65dbe
MD5 a252a84ecf94bc3a9de10106f6350ef5
BLAKE2b-256 2d83cecd8de65a26d54970aa4d53ea153fa13c3af33f4288c3722d320f62668f

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