novadata-utils


Namenovadata-utils JSON
Version 0.3.9 PyPI version JSON
download
home_pagehttps://github.com/TimeNovaData/novadata_utils/
Summarynovadata utils
upload_time2024-10-19 17:32:27
maintainerNone
docs_urlNone
authorFlávio Silva
requires_pythonNone
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 Admin List Filter Dropdown | Django Object Actions | Django Import Export | Django Crum.

### Installation and configuration
```shell
pip install novadata-utils
```

Settings.py:
```python
INSTALLED_APPS = [
    ...
    'django_admin_listfilter_dropdown',
    'django_object_actions',
    'import_export',
    'novadata_utils',
    'rangefilter',
    'rest_framework',
    ...
]

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

## 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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "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/fd/5c/8c1b8b22861b50aac7a1810b9729b99a60daa89eafd6b2a8ce4006048400/novadata_utils-0.3.9.tar.gz",
    "platform": null,
    "description": "# novadata utils\nPackage to facilitate your day to day as a Django developer.\n\n## Getting Started\nFollow the step by step below to install and configure the package.\n\n### Dependencies\nDepends on the following packages (which will be installed automatically):\n\nDjango | Django Rest Framework | Django Admin List Filter Dropdown | Django Object Actions | Django Import Export | Django Crum.\n\n### Installation and configuration\n```shell\npip install novadata-utils\n```\n\nSettings.py:\n```python\nINSTALLED_APPS = [\n    ...\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\nMIDDLEWARE += ('crum.CurrentRequestUserMiddleware',)\n```\n\n## Features\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.9",
    "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": "fd5c8c1b8b22861b50aac7a1810b9729b99a60daa89eafd6b2a8ce4006048400",
                "md5": "471ccd5e6b9d7756201cf7e4f72a9363",
                "sha256": "09741aa901fddf862f7bfd70c0aa0cfb5a7cf8ab528287be763fd881586ea01b"
            },
            "downloads": -1,
            "filename": "novadata_utils-0.3.9.tar.gz",
            "has_sig": false,
            "md5_digest": "471ccd5e6b9d7756201cf7e4f72a9363",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15445,
            "upload_time": "2024-10-19T17:32:27",
            "upload_time_iso_8601": "2024-10-19T17:32:27.109306Z",
            "url": "https://files.pythonhosted.org/packages/fd/5c/8c1b8b22861b50aac7a1810b9729b99a60daa89eafd6b2a8ce4006048400/novadata_utils-0.3.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-19 17:32:27",
    "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.43812s