NEMO-reports


NameNEMO-reports JSON
Version 1.7.4 PyPI version JSON
download
home_pagehttps://gitlab.com/nemo-community/atlantis-labs/nemo-reports
SummaryReports plugin for NEMO
upload_time2024-05-02 19:37:52
maintainerNone
docs_urlNone
authorAtlantis Labs LLC
requires_python>=3.8
licenseMIT
keywords nemo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NEMO-Reports?label=python)](https://www.python.org/downloads/release/python-3110/)
[![PyPI](https://img.shields.io/pypi/v/nemo-reports?label=pypi%20version)](https://pypi.org/project/NEMO-Reports/)

# NEMO Reports

This plugin for NEMO adds a variety of reports.

# Compatibility:

NEMO >= 4.5.0 ----> NEMO-Reports >= 1.6.0

NEMO >= 4.3.0 ----> NEMO-Reports >= 1.0.0

# Installation

`pip install NEMO-reports[NEMO]`

# Add NEMO Reports

in `settings.py` add to `INSTALLED_APPS`:

```python
INSTALLED_APPS = [
    '...',
    'NEMO_reports', # This needs to be before NEMO_billing (if installed) and NEMO
    '...'
    'NEMO_billing', # Optional
    '...'
    'NEMO',
    '...'
]
```

# Usage
Simply navigate to the `Reports` page in the `Administration` menu.

## Options
Some options are available in `Customization -> Reports`:

* First day of the week (Sunday/Monday)
* Default report date range
* Excluding projects from report data
* Display format for duration

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/nemo-community/atlantis-labs/nemo-reports",
    "name": "NEMO-reports",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "NEMO",
    "author": "Atlantis Labs LLC",
    "author_email": "atlantis@atlantislabs.io",
    "download_url": null,
    "platform": null,
    "description": "[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NEMO-Reports?label=python)](https://www.python.org/downloads/release/python-3110/)\n[![PyPI](https://img.shields.io/pypi/v/nemo-reports?label=pypi%20version)](https://pypi.org/project/NEMO-Reports/)\n\n# NEMO Reports\n\nThis plugin for NEMO adds a variety of reports.\n\n# Compatibility:\n\nNEMO >= 4.5.0 ----> NEMO-Reports >= 1.6.0\n\nNEMO >= 4.3.0 ----> NEMO-Reports >= 1.0.0\n\n# Installation\n\n`pip install NEMO-reports[NEMO]`\n\n# Add NEMO Reports\n\nin `settings.py` add to `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = [\n    '...',\n    'NEMO_reports', # This needs to be before NEMO_billing (if installed) and NEMO\n    '...'\n    'NEMO_billing', # Optional\n    '...'\n    'NEMO',\n    '...'\n]\n```\n\n# Usage\nSimply navigate to the `Reports` page in the `Administration` menu.\n\n## Options\nSome options are available in `Customization -> Reports`:\n\n* First day of the week (Sunday/Monday)\n* Default report date range\n* Excluding projects from report data\n* Display format for duration\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Reports plugin for NEMO",
    "version": "1.7.4",
    "project_urls": {
        "Homepage": "https://gitlab.com/nemo-community/atlantis-labs/nemo-reports"
    },
    "split_keywords": [
        "nemo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3e34ef14b95498b9a4476216cbdf246951387c2edbd9098ce7053173188bc0d",
                "md5": "0b9078309f116f8c2ae6a860b035dd72",
                "sha256": "cb1daceaa2e2a3ba1f8e1b39b4a9d6b7b5fba57757628ac688f263c2773e6100"
            },
            "downloads": -1,
            "filename": "NEMO_reports-1.7.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b9078309f116f8c2ae6a860b035dd72",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 50376,
            "upload_time": "2024-05-02T19:37:52",
            "upload_time_iso_8601": "2024-05-02T19:37:52.868880Z",
            "url": "https://files.pythonhosted.org/packages/d3/e3/4ef14b95498b9a4476216cbdf246951387c2edbd9098ce7053173188bc0d/NEMO_reports-1.7.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 19:37:52",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "nemo-community",
    "gitlab_project": "atlantis-labs",
    "lcname": "nemo-reports"
}
        
Elapsed time: 0.26545s