novadata-utils


Namenovadata-utils JSON
Version 0.3.7 PyPI version JSON
download
home_pagehttps://github.com/TimeNovaData/novadata_utils/
Summarynovadata utils
upload_time2024-03-12 16:37:21
maintainer
docs_urlNone
authorFlávio Silva
requires_python
licenseMIT License
keywords django utils ndt novadata nova data nova data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            novadata utils
==============

Package to facilitate your day to day as a Django developer.

Getting Started
----------------

Follow the step by step below to install and configure the package.

Dependencies
~~~~~~~~~~~~

Depends on the following packages (which will be installed automatically):

- Django
- Django Rest Framework
- Django Advanced Filters
- Django Admin List Filter Dropdown
- Django Object Actions
- Django Import Export
- Django Crum

Installation and Configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. code-block:: shell

   pip install novadata-utils

Settings.py:
~~~~~~~~~~~~

.. code-block:: python

   INSTALLED_APPS = [
      ...
      'advanced_filters',
      'django_admin_listfilter_dropdown',
      'django_object_actions',
      'import_export',
      'novadata_utils',
      'rangefilter',
      'rest_framework',
      ...
   ]

   # After Django middlewares
   MIDDLEWARE += ('crum.CurrentRequestUserMiddleware',)

Main urls.py:
~~~~~~~~~~~~~

.. code-block:: python

   urlpatterns = [
      ...
      path('advanced_filters/', include('advanced_filters.urls')),
      ...
   ]

Features
--------

Access the `docs <https://novadata-utils-docs.readthedocs.io/en/latest/usage.html#installation>`_
to see the features and how to use them.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TimeNovaData/novadata_utils/",
    "name": "novadata-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Django,utils,ndt,novadata,nova data,nova,data",
    "author": "Fl\u00e1vio Silva",
    "author_email": "flavio.nogueira.profissional@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c3/25/785423969846667cd475fadafc361ed149013709c3dbafa964e44ac8e1a4/novadata_utils-0.3.7.tar.gz",
    "platform": null,
    "description": "novadata utils\n==============\n\nPackage to facilitate your day to day as a Django developer.\n\nGetting Started\n----------------\n\nFollow the step by step below to install and configure the package.\n\nDependencies\n~~~~~~~~~~~~\n\nDepends on the following packages (which will be installed automatically):\n\n- Django\n- Django Rest Framework\n- Django Advanced Filters\n- Django Admin List Filter Dropdown\n- Django Object Actions\n- Django Import Export\n- Django Crum\n\nInstallation and Configuration\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code-block:: shell\n\n   pip install novadata-utils\n\nSettings.py:\n~~~~~~~~~~~~\n\n.. code-block:: python\n\n   INSTALLED_APPS = [\n      ...\n      'advanced_filters',\n      'django_admin_listfilter_dropdown',\n      'django_object_actions',\n      'import_export',\n      'novadata_utils',\n      'rangefilter',\n      'rest_framework',\n      ...\n   ]\n\n   # After Django middlewares\n   MIDDLEWARE += ('crum.CurrentRequestUserMiddleware',)\n\nMain urls.py:\n~~~~~~~~~~~~~\n\n.. code-block:: python\n\n   urlpatterns = [\n      ...\n      path('advanced_filters/', include('advanced_filters.urls')),\n      ...\n   ]\n\nFeatures\n--------\n\nAccess the `docs <https://novadata-utils-docs.readthedocs.io/en/latest/usage.html#installation>`_\nto see the features and how to use them.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "novadata utils",
    "version": "0.3.7",
    "project_urls": {
        "GitHub": "https://github.com/TimeNovaData/novadata_utils/",
        "Homepage": "https://github.com/TimeNovaData/novadata_utils/"
    },
    "split_keywords": [
        "django",
        "utils",
        "ndt",
        "novadata",
        "nova data",
        "nova",
        "data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c325785423969846667cd475fadafc361ed149013709c3dbafa964e44ac8e1a4",
                "md5": "fef512e37847536c17a19f836cb4e65c",
                "sha256": "5fa9450c6535a947d3cbf87db46a3b7b4fd395d60c5d4dc116f82884686037c5"
            },
            "downloads": -1,
            "filename": "novadata_utils-0.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "fef512e37847536c17a19f836cb4e65c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15788,
            "upload_time": "2024-03-12T16:37:21",
            "upload_time_iso_8601": "2024-03-12T16:37:21.513176Z",
            "url": "https://files.pythonhosted.org/packages/c3/25/785423969846667cd475fadafc361ed149013709c3dbafa964e44ac8e1a4/novadata_utils-0.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 16:37:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TimeNovaData",
    "github_project": "novadata_utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "novadata-utils"
}
        
Elapsed time: 0.22082s