=============================
Nobinobi Daily Follow-Up
=============================
.. image:: https://badge.fury.io/py/nobinobi-daily-follow-up.svg
:target: https://badge.fury.io/py/nobinobi-daily-follow-up
.. image:: https://travis-ci.org/prolibre-ch/nobinobi-daily-follow-up.svg?branch=master
:target: https://travis-ci.org/prolibre-ch/nobinobi-daily-follow-up
.. image:: https://codecov.io/gh/prolibre-ch/nobinobi-daily-follow-up/branch/master/graph/badge.svg
:target: https://codecov.io/gh/prolibre-ch/nobinobi-daily-follow-up
.. image:: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/shield.svg
:target: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/
:alt: Updates
.. image:: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/python-3-shield.svg
:target: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/
:alt: Python 3
Module Daily follow-up for nobinobi
Documentation
-------------
The full documentation is at https://nobinobi-daily-follow-up.readthedocs.io.
Quickstart
----------
Install Nobinobi Daily Follow-Up::
pip install nobinobi-daily-follow-up
Add it to your `INSTALLED_APPS`:
.. code-block:: python
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_daily_follow_up.apps.NobinobiDailyFollowUpConfig',
...
)
Add Nobinobi Daily Follow-Up's URL patterns:
.. code-block:: python
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_daily_follow_up import urls as nobinobi_daily_follow_up_urls
urlpatterns = [
...
path('', include(nobinobi_core_urls)),
path('', include(nobinobi_staff_urls)),
path('', include(nobinobi_child_urls)),
path('', include(nobinobi_daily_follow_up_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:
* Cookiecutter_
* `cookiecutter-djangopackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
History
-------
0.1.2.14 (2023-10-20)
+++++++++++++++++++++++++
* bug fix migrations
0.1.2.13 (2023-10-17)
+++++++++++++++++++++++++
* be0312e - add field comment in diaper_change
* c3795b6 - update str type for new python regex
* 4715fe1 - Fix filtering by select face in presence day
* Update requirements
0.1.2.12 (2023-09-26)
+++++++++++++++++++++++++
* a874478 - fix bug with give medication
* b745491 - Fix for ets in presence week and remplacement classroom
0.1.2.11 (2023-09-22)
+++++++++++++++++++++++++
* da1bdba - Fix bug with troubleshootin and presence day
* Update requirements
0.1.2.10 (2023-09-14)
+++++++++++++++++++++++++
* 88d7e45 - Add early tbs in presence day
* Update requirements
0.1.2.9 (2023-07-18)
+++++++++++++++++++++++++
* fe75707 - Fix import in template bug
* Update requirements
0.1.2.8 (2023-07-17)
+++++++++++++++++++++++++
* 0863bbb - Change block of js in template
0.1.2.7 (2023-06-21)
+++++++++++++++++++++++++
* bd33989 - Fix date time picker
0.1.2.6 (2023-06-20)
+++++++++++++++++++++++++
* 33ddd86 - fix error in create presence day table
* Update requirements
0.1.2.5 (2023-06-15)
+++++++++++++++++++++++++
* 4e6cee2 - FIX: when create in presence day in table naps, lotion,medication, etc
* 5e04f16 - Fix new version of crispy forms
* Update requirements
0.1.2.4 (2023-05-23)
+++++++++++++++++++++++++
* 6d7582f - Fix: local variable 'hour0' referenced before assignment
* Update requirements
0.1.2.3 (2023-02-01)
+++++++++++++++++++++++++
* 4f14684 - Add check to display default menu
* 79c6438 - fix test exemple
* c51d34e - Add settings models
0.1.2.2 (2023-01-24)
+++++++++++++++++++++++++
* baacf99 - add possibility to change arrival time in resume child
* 1c24ee9 - add only child in classroom for add absence
* update requirements
0.1.2.1 (2022-10-25)
+++++++++++++++++++++++++
* be4b421 - ADD: When user has one group or one classroom display daily-follow-up page for this one classroom
* update requirements
0.1.2 (2022-01-28)
+++++++++++++++++++++++++
* a1255a6 - Feature: replacement classroom
* update requirements
0.1.1.18 (2022-01-13)
+++++++++++++++++++++++++
* 3ce1488 - fix bug to display alert medic in base
0.1.1.17 (2022-01-13)
+++++++++++++++++++++++++
* e00fad8 - Fix if no medic no display in template
* Update requirements
0.1.1.16 (2021-12-24)
+++++++++++++++++++++++++
* 4188658 - update nobinobi module
* 0810718 - fix error ith new boostrap datimepicker
0.1.1.15 (2021-09-30)
+++++++++++++++++++++++++
* ecb9b1c - Fix bug in page summary with modal and datatable
0.1.1.14 (2021-09-30)
+++++++++++++++++++++++++
* bba7486 - Fix import script in presence day
* 40be2ac - Update tox from 3.24.0 to 3.24.4
* 72a0b0b - Update django-debug-toolbar from 3.2.1 to 3.2.2
* 9800628 - Update wheel from 0.36.2 to 0.37.0
* f361c97 - Update twine from 3.4.1 to 3.4.2
* 4bd42f6 - Update nobinobi-core from 0.1.4.2 to 0.1.4.6
* 62f6192 - Pin argon2_cffi to latest version 21.1.0
* fdf18e6 - Pin cffi to latest version 1.14.6
* 96c8ad7 - Update weasyprint from 52.5 to 53.3
* f28b7ce - Update django from 3.2.5 to 3.2.7
* 7800b40 - Update django-weasyprint from 1.1.0 to 1.1.0.post1
* 602ab62 - Update django-select2 from 7.7.1 to 7.7.2
* d22ceda - Update django-crispy-forms from 1.12.0 to 1.13.0
* 1a849d0 - Update django-appconf from 1.0.4 to 1.0.5
0.1.1.13 (2021-07-22)
+++++++++++++++++++++++++
* 9c4fb3e - Fix for new django
* 347e179 - Fix bug with kindergarten view presence week
* 73896a7 - Update tox from 3.23.1 to 3.24.0
* 77a0cc8 - Update invoke from 1.5.0 to 1.6.0
* 46cc5f9 - Update psycopg2-binary from 2.8.6 to 2.9.1
* 0e51f63 - Update django from 3.2.4 to 3.2.5
* 3d1652e - Update arrow from 1.1.0 to 1.1.1
0.1.1.12 (2021-06-18)
+++++++++++++++++++++++++
* 3471001 - Fix table responsive in Presence Week
* Update requirements for security
0.1.1.11 (2021-05-28)
+++++++++++++++++++++++++
* 0b49550 - fix test app notification
* 68bb412 - Fix bug when create presence for troubleshooting
* Update requirements for security
0.1.1.10 (2021-04-15)
+++++++++++++++++++++++++
* 467531d - Fix error 63 in admin presence view
0.1.1.9 (2021-04-13)
+++++++++++++++++++++++++
* Update requirements for security
0.1.1.8 (2021-04-01)
+++++++++++++++++++++++++
* f564676 - Update traduction FR
* e667ba8 - Warn if organisation is not set in classroom in presence week for closures
* 1c499f6 - Move messages display in presence week
0.1.1.7 (2021-03-31)
+++++++++++++++++++++++++
* 6637d56 - Add holiday and closure to week presence
* Update Requirements
0.1.1.6 (2021-03-02)
+++++++++++++++++++++++++
* 1a56f50 - Fix an error in count of child missing when present
0.1.1.5 (2021-03-02)
+++++++++++++++++++++++++
* 890a8ae - Fix an error when a child is absent but is present
* Update requirements
0.1.1.4 (2021-03-01)
+++++++++++++++++++++++++
* c63f420 - Fix missing child in presence day
0.1.1.3 (2021-02-25)
+++++++++++++++++++++++++
* 31da966 - Fix multiplication on QS for classroom
0.1.1.2 (2021-02-24)
+++++++++++++++++++++++++
* 194da4f - Added support for allowed_group_login in classroom in page presence
* Update requirements
0.1.1.1 (2021-01-22)
+++++++++++++++++++++++++
* Fix bug with new Status in Staff
* Update requirements
* Add check for menu public
0.1.1 (2020-10-12)
++++++++++++++++++
* Fix traduction in FR
* Update requirements
* Add Holiday and Organisation Closure in Presence Week
0.1.0 (2020-09-16)
++++++++++++++++++
* First release on PyPI.
Raw data
{
"_id": null,
"home_page": "https://github.com/prolibre-ch/nobinobi-daily-follow-up",
"name": "nobinobi-daily-follow-up",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "nobinobi-daily-follow-up",
"author": "Florian Alu",
"author_email": "alu@prolibre.com",
"download_url": "https://files.pythonhosted.org/packages/e7/7e/d8c298437f4c01e7209f73b17c434a5982e194495632dcee89adda7c4a5a/nobinobi-daily-follow-up-0.1.2.14.tar.gz",
"platform": null,
"description": "=============================\r\nNobinobi Daily Follow-Up\r\n=============================\r\n\r\n.. image:: https://badge.fury.io/py/nobinobi-daily-follow-up.svg\r\n :target: https://badge.fury.io/py/nobinobi-daily-follow-up\r\n\r\n.. image:: https://travis-ci.org/prolibre-ch/nobinobi-daily-follow-up.svg?branch=master\r\n :target: https://travis-ci.org/prolibre-ch/nobinobi-daily-follow-up\r\n\r\n.. image:: https://codecov.io/gh/prolibre-ch/nobinobi-daily-follow-up/branch/master/graph/badge.svg\r\n :target: https://codecov.io/gh/prolibre-ch/nobinobi-daily-follow-up\r\n\r\n.. image:: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/shield.svg\r\n :target: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/\r\n :alt: Updates\r\n\r\n.. image:: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/python-3-shield.svg\r\n :target: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/\r\n :alt: Python 3\r\n\r\nModule Daily follow-up for nobinobi\r\n\r\nDocumentation\r\n-------------\r\n\r\nThe full documentation is at https://nobinobi-daily-follow-up.readthedocs.io.\r\n\r\nQuickstart\r\n----------\r\n\r\nInstall Nobinobi Daily Follow-Up::\r\n\r\n pip install nobinobi-daily-follow-up\r\n\r\nAdd it to your `INSTALLED_APPS`:\r\n\r\n.. code-block:: python\r\n\r\n INSTALLED_APPS = (\r\n ...\r\n 'phonenumber_field',\r\n 'crispy_forms',\r\n 'django_extensions',\r\n 'rest_framework',\r\n 'rest_framework.authtoken',\r\n 'rest_framework_datatables',\r\n 'menu',\r\n 'bootstrap_modal_forms',\r\n 'widget_tweaks',\r\n 'django_select2',\r\n 'bootstrap_datepicker_plus',\r\n 'nobinobi_core',\r\n 'nobinobi_staff',\r\n 'nobinobi_child.apps.NobinobiChildConfig',\r\n 'nobinobi_daily_follow_up.apps.NobinobiDailyFollowUpConfig',\r\n ...\r\n )\r\n\r\nAdd Nobinobi Daily Follow-Up's URL patterns:\r\n\r\n.. code-block:: python\r\n\r\n\r\n from nobinobi_core import urls as nobinobi_core_urls\r\n from nobinobi_staff import urls as nobinobi_staff_urls\r\n from nobinobi_child import urls as nobinobi_child_urls\r\n from nobinobi_daily_follow_up import urls as nobinobi_daily_follow_up_urls\r\n\r\n\r\n urlpatterns = [\r\n ...\r\n path('', include(nobinobi_core_urls)),\r\n path('', include(nobinobi_staff_urls)),\r\n path('', include(nobinobi_child_urls)),\r\n path('', include(nobinobi_daily_follow_up_urls)),\r\n ...\r\n ]\r\n\r\nFeatures\r\n--------\r\n\r\n* TODO\r\n\r\nRunning Tests\r\n-------------\r\n\r\nDoes the code actually work?\r\n\r\n::\r\n\r\n source <YOURVIRTUALENV>/bin/activate\r\n (myenv) $ pip install tox\r\n (myenv) $ tox\r\n\r\n\r\nDevelopment commands\r\n---------------------\r\n\r\n::\r\n\r\n pip install -r requirements_dev.txt\r\n invoke -l\r\n\r\n\r\nCredits\r\n-------\r\n\r\nTools used in rendering this package:\r\n\r\n* Cookiecutter_\r\n* `cookiecutter-djangopackage`_\r\n\r\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\r\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\r\n\r\n\r\n\r\n\r\nHistory\r\n-------\r\n\r\n0.1.2.14 (2023-10-20)\r\n+++++++++++++++++++++++++\r\n* bug fix migrations\r\n\r\n0.1.2.13 (2023-10-17)\r\n+++++++++++++++++++++++++\r\n* be0312e - add field comment in diaper_change\r\n* c3795b6 - update str type for new python regex\r\n* 4715fe1 - Fix filtering by select face in presence day\r\n* Update requirements\r\n\r\n0.1.2.12 (2023-09-26)\r\n+++++++++++++++++++++++++\r\n* a874478 - fix bug with give medication\r\n* b745491 - Fix for ets in presence week and remplacement classroom\r\n\r\n0.1.2.11 (2023-09-22)\r\n+++++++++++++++++++++++++\r\n* da1bdba - Fix bug with troubleshootin and presence day\r\n* Update requirements\r\n\r\n0.1.2.10 (2023-09-14)\r\n+++++++++++++++++++++++++\r\n\r\n* 88d7e45 - Add early tbs in presence day\r\n* Update requirements\r\n\r\n0.1.2.9 (2023-07-18)\r\n+++++++++++++++++++++++++\r\n\r\n* fe75707 - Fix import in template bug\r\n* Update requirements\r\n\r\n0.1.2.8 (2023-07-17)\r\n+++++++++++++++++++++++++\r\n\r\n* 0863bbb - Change block of js in template\r\n\r\n0.1.2.7 (2023-06-21)\r\n+++++++++++++++++++++++++\r\n\r\n* bd33989 - Fix date time picker\r\n\r\n0.1.2.6 (2023-06-20)\r\n+++++++++++++++++++++++++\r\n\r\n* 33ddd86 - fix error in create presence day table\r\n* Update requirements\r\n\r\n0.1.2.5 (2023-06-15)\r\n+++++++++++++++++++++++++\r\n\r\n* 4e6cee2 - FIX: when create in presence day in table naps, lotion,medication, etc\r\n* 5e04f16 - Fix new version of crispy forms\r\n* Update requirements\r\n\r\n0.1.2.4 (2023-05-23)\r\n+++++++++++++++++++++++++\r\n\r\n* 6d7582f - Fix: local variable 'hour0' referenced before assignment\r\n* Update requirements\r\n\r\n0.1.2.3 (2023-02-01)\r\n+++++++++++++++++++++++++\r\n\r\n* 4f14684 - Add check to display default menu\r\n* 79c6438 - fix test exemple\r\n* c51d34e - Add settings models\r\n\r\n0.1.2.2 (2023-01-24)\r\n+++++++++++++++++++++++++\r\n\r\n* baacf99 - add possibility to change arrival time in resume child\r\n* 1c24ee9 - add only child in classroom for add absence\r\n* update requirements\r\n\r\n0.1.2.1 (2022-10-25)\r\n+++++++++++++++++++++++++\r\n\r\n* be4b421 - ADD: When user has one group or one classroom display daily-follow-up page for this one classroom\r\n* update requirements\r\n\r\n0.1.2 (2022-01-28)\r\n+++++++++++++++++++++++++\r\n\r\n* a1255a6 - Feature: replacement classroom\r\n* update requirements\r\n\r\n0.1.1.18 (2022-01-13)\r\n+++++++++++++++++++++++++\r\n\r\n* 3ce1488 - fix bug to display alert medic in base\r\n\r\n0.1.1.17 (2022-01-13)\r\n+++++++++++++++++++++++++\r\n\r\n* e00fad8 - Fix if no medic no display in template\r\n* Update requirements\r\n\r\n0.1.1.16 (2021-12-24)\r\n+++++++++++++++++++++++++\r\n\r\n* 4188658 - update nobinobi module\r\n* 0810718 - fix error ith new boostrap datimepicker\r\n\r\n0.1.1.15 (2021-09-30)\r\n+++++++++++++++++++++++++\r\n\r\n* ecb9b1c - Fix bug in page summary with modal and datatable\r\n\r\n0.1.1.14 (2021-09-30)\r\n+++++++++++++++++++++++++\r\n\r\n* bba7486 - Fix import script in presence day\r\n* 40be2ac - Update tox from 3.24.0 to 3.24.4\r\n* 72a0b0b - Update django-debug-toolbar from 3.2.1 to 3.2.2\r\n* 9800628 - Update wheel from 0.36.2 to 0.37.0\r\n* f361c97 - Update twine from 3.4.1 to 3.4.2\r\n* 4bd42f6 - Update nobinobi-core from 0.1.4.2 to 0.1.4.6\r\n* 62f6192 - Pin argon2_cffi to latest version 21.1.0\r\n* fdf18e6 - Pin cffi to latest version 1.14.6\r\n* 96c8ad7 - Update weasyprint from 52.5 to 53.3\r\n* f28b7ce - Update django from 3.2.5 to 3.2.7\r\n* 7800b40 - Update django-weasyprint from 1.1.0 to 1.1.0.post1\r\n* 602ab62 - Update django-select2 from 7.7.1 to 7.7.2\r\n* d22ceda - Update django-crispy-forms from 1.12.0 to 1.13.0\r\n* 1a849d0 - Update django-appconf from 1.0.4 to 1.0.5\r\n\r\n0.1.1.13 (2021-07-22)\r\n+++++++++++++++++++++++++\r\n\r\n* 9c4fb3e - Fix for new django\r\n* 347e179 - Fix bug with kindergarten view presence week\r\n* 73896a7 - Update tox from 3.23.1 to 3.24.0\r\n* 77a0cc8 - Update invoke from 1.5.0 to 1.6.0\r\n* 46cc5f9 - Update psycopg2-binary from 2.8.6 to 2.9.1\r\n* 0e51f63 - Update django from 3.2.4 to 3.2.5\r\n* 3d1652e - Update arrow from 1.1.0 to 1.1.1\r\n\r\n0.1.1.12 (2021-06-18)\r\n+++++++++++++++++++++++++\r\n\r\n* 3471001 - Fix table responsive in Presence Week\r\n* Update requirements for security\r\n\r\n0.1.1.11 (2021-05-28)\r\n+++++++++++++++++++++++++\r\n\r\n* 0b49550 - fix test app notification\r\n* 68bb412 - Fix bug when create presence for troubleshooting\r\n* Update requirements for security\r\n\r\n0.1.1.10 (2021-04-15)\r\n+++++++++++++++++++++++++\r\n\r\n* 467531d - Fix error 63 in admin presence view\r\n\r\n0.1.1.9 (2021-04-13)\r\n+++++++++++++++++++++++++\r\n\r\n* Update requirements for security\r\n\r\n0.1.1.8 (2021-04-01)\r\n+++++++++++++++++++++++++\r\n\r\n* f564676 - Update traduction FR\r\n* e667ba8 - Warn if organisation is not set in classroom in presence week for closures\r\n* 1c499f6 - Move messages display in presence week\r\n\r\n0.1.1.7 (2021-03-31)\r\n+++++++++++++++++++++++++\r\n\r\n* 6637d56 - Add holiday and closure to week presence\r\n* Update Requirements\r\n\r\n0.1.1.6 (2021-03-02)\r\n+++++++++++++++++++++++++\r\n\r\n* 1a56f50 - Fix an error in count of child missing when present\r\n\r\n0.1.1.5 (2021-03-02)\r\n+++++++++++++++++++++++++\r\n\r\n* 890a8ae - Fix an error when a child is absent but is present\r\n* Update requirements\r\n\r\n0.1.1.4 (2021-03-01)\r\n+++++++++++++++++++++++++\r\n\r\n* c63f420 - Fix missing child in presence day\r\n\r\n0.1.1.3 (2021-02-25)\r\n+++++++++++++++++++++++++\r\n\r\n* 31da966 - Fix multiplication on QS for classroom\r\n\r\n0.1.1.2 (2021-02-24)\r\n+++++++++++++++++++++++++\r\n\r\n* 194da4f - Added support for allowed_group_login in classroom in page presence\r\n* Update requirements\r\n\r\n0.1.1.1 (2021-01-22)\r\n+++++++++++++++++++++++++\r\n\r\n* Fix bug with new Status in Staff\r\n* Update requirements\r\n* Add check for menu public\r\n\r\n0.1.1 (2020-10-12)\r\n++++++++++++++++++\r\n\r\n* Fix traduction in FR\r\n* Update requirements\r\n* Add Holiday and Organisation Closure in Presence Week\r\n\r\n0.1.0 (2020-09-16)\r\n++++++++++++++++++\r\n\r\n* First release on PyPI.\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Application Daily follow-up for nobinobi",
"version": "0.1.2.14",
"project_urls": {
"Homepage": "https://github.com/prolibre-ch/nobinobi-daily-follow-up"
},
"split_keywords": [
"nobinobi-daily-follow-up"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fedf2a71b81510935e5f53c980bddb4cf4d52b710b0db5540bec86f3ec798b9e",
"md5": "a11747f4ba7a018ed1bcf41244757053",
"sha256": "e6a30aaf5995852f7e844e1dfb35f7922639ed996995a326807c92fe5a04eb91"
},
"downloads": -1,
"filename": "nobinobi_daily_follow_up-0.1.2.14-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "a11747f4ba7a018ed1bcf41244757053",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 854355,
"upload_time": "2023-10-20T08:50:59",
"upload_time_iso_8601": "2023-10-20T08:50:59.581810Z",
"url": "https://files.pythonhosted.org/packages/fe/df/2a71b81510935e5f53c980bddb4cf4d52b710b0db5540bec86f3ec798b9e/nobinobi_daily_follow_up-0.1.2.14-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e77ed8c298437f4c01e7209f73b17c434a5982e194495632dcee89adda7c4a5a",
"md5": "fad22ed2fbe321d731fa50c3b1da9ef2",
"sha256": "7537f758ee302fa5de7ca82e8b1e32fdab1d5d69d614acce4507c56998aeb38e"
},
"downloads": -1,
"filename": "nobinobi-daily-follow-up-0.1.2.14.tar.gz",
"has_sig": false,
"md5_digest": "fad22ed2fbe321d731fa50c3b1da9ef2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 748268,
"upload_time": "2023-10-20T08:51:08",
"upload_time_iso_8601": "2023-10-20T08:51:08.724260Z",
"url": "https://files.pythonhosted.org/packages/e7/7e/d8c298437f4c01e7209f73b17c434a5982e194495632dcee89adda7c4a5a/nobinobi-daily-follow-up-0.1.2.14.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-20 08:51:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "prolibre-ch",
"github_project": "nobinobi-daily-follow-up",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"requirements": [],
"tox": true,
"lcname": "nobinobi-daily-follow-up"
}