durguestprofile


Namedurguestprofile JSON
Version 2.0.2 PyPI version JSON
download
home_page
SummaryDur Guest Data Accuracy Measurement Tool
upload_time2023-09-19 22:02:36
maintainer
docs_urlNone
authorROInsight.com - Muhammad Khlef
requires_python
licenseBSD
keywords python dur guest opera profile audit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # durguestprofile
## Provides a complete Integrated Development Environment to automate Guest Profile Audit

[![PyPI Latest Release](https://img.shields.io/pypi/v/durguestprofile.svg)](https://pypi.org/project/durguestprofile/)
[![Package Status](https://img.shields.io/pypi/status/durguestprofile.svg)](https://pypi.org/project/durguestprofile/)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://app.gitter.im/#/room/#durguestprofile:gitter.im)

## Main Features
Here are just a few of the things that durguestprofile does well:

### Combine Guest Profile Data
Extract the following reports from Opera PMS, Profile Address for individual guests only.
This Sample code will join the following files into one reusable Excel workbook.

* use osr_landscape.osr to collect the guest profile data.

You can add as many as files and hotels in one folder.
You will be asked to choose the folder where all the above files are saved.
Final output will be 'FINAL_AUDIT_DATE.csv' file in same folder.
Warning: Do not change the csv file data structure.
Use this file to feed the Excel Template and start validating the output and
to update Power BI dashboards.

```
from durguestprofile import properties_score
df = properties_score(files_folder=files_folder, criteria_file=criteria_file)
```

## Where to get it
The source code is currently hosted on GitHub at: 
https://github.com/roinsightsupport/durguestprofile

Binary installers for the latest released version are available at the [Python
Package Index (PyPI)](https://pypi.org/project/durguestprofile).

```
pip install durguestprofile
# or Trusted host PyPI
pip install --trusted-host pypi.python.org --trusted-host pypi.org --trusted-host files.pythonhosted.org durguestprofile
```

## Python
Python 32bit is required, you can install it from the following sources.
* [python.org](https://www.python.org/downloads/)
* [Portable Python](https://winpython.github.io/)

## Dependencies
- numpy>=1.23.5
- pandas>=1.5.3
- XlsxWriter>=3.0.3
- lxml>=4.9.1
- pyparsing>=3.0.9
- openpyxl>=3.0.10
- customtkinter==5.1.2
- sparse_dot_topn>=0.3.1
- scikit-learn>=1.1.1
- scipy>=1.10.0
- matplotlib==3.7.1

See the [full installation instructions] for minimum supported versions of required, recommended and optional dependencies.

## License
[ROInsight.com](LICENSE)

## Documentation
The official documentation is hosted on 
https://pypi.org/project/durguestprofile

## Getting Help

Further, general questions and discussions can also take place on the [Gitter](https://app.gitter.im/#/room/#durguestprofile:gitter.im).

## Contributing to durguestprofile

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

If you are simply looking to start working with the durguestprofile codebase, navigate to  start looking through interesting issues.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "durguestprofile",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,dur,guest,opera,profile,audit",
    "author": "ROInsight.com - Muhammad Khlef",
    "author_email": "<support@roinsight.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/1b/9c51f6f496141d27100353e161ee1d8823c2ba80c841142f5c6923ac6a79/durguestprofile-2.0.2.tar.gz",
    "platform": null,
    "description": "# durguestprofile\r\n## Provides a complete Integrated Development Environment to automate Guest Profile Audit\r\n\r\n[![PyPI Latest Release](https://img.shields.io/pypi/v/durguestprofile.svg)](https://pypi.org/project/durguestprofile/)\r\n[![Package Status](https://img.shields.io/pypi/status/durguestprofile.svg)](https://pypi.org/project/durguestprofile/)\r\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://app.gitter.im/#/room/#durguestprofile:gitter.im)\r\n\r\n## Main Features\r\nHere are just a few of the things that durguestprofile does well:\r\n\r\n### Combine Guest Profile Data\r\nExtract the following reports from Opera PMS, Profile Address for individual guests only.\r\nThis Sample code will join the following files into one reusable Excel workbook.\r\n\r\n* use osr_landscape.osr to collect the guest profile data.\r\n\r\nYou can add as many as files and hotels in one folder.\r\nYou will be asked to choose the folder where all the above files are saved.\r\nFinal output will be 'FINAL_AUDIT_DATE.csv' file in same folder.\r\nWarning: Do not change the csv file data structure.\r\nUse this file to feed the Excel Template and start validating the output and\r\nto update Power BI dashboards.\r\n\r\n```\r\nfrom durguestprofile import properties_score\r\ndf = properties_score(files_folder=files_folder, criteria_file=criteria_file)\r\n```\r\n\r\n## Where to get it\r\nThe source code is currently hosted on GitHub at: \r\nhttps://github.com/roinsightsupport/durguestprofile\r\n\r\nBinary installers for the latest released version are available at the [Python\r\nPackage Index (PyPI)](https://pypi.org/project/durguestprofile).\r\n\r\n```\r\npip install durguestprofile\r\n# or Trusted host PyPI\r\npip install --trusted-host pypi.python.org --trusted-host pypi.org --trusted-host files.pythonhosted.org durguestprofile\r\n```\r\n\r\n## Python\r\nPython 32bit is required, you can install it from the following sources.\r\n* [python.org](https://www.python.org/downloads/)\r\n* [Portable Python](https://winpython.github.io/)\r\n\r\n## Dependencies\r\n- numpy>=1.23.5\r\n- pandas>=1.5.3\r\n- XlsxWriter>=3.0.3\r\n- lxml>=4.9.1\r\n- pyparsing>=3.0.9\r\n- openpyxl>=3.0.10\r\n- customtkinter==5.1.2\r\n- sparse_dot_topn>=0.3.1\r\n- scikit-learn>=1.1.1\r\n- scipy>=1.10.0\r\n- matplotlib==3.7.1\r\n\r\nSee the [full installation instructions] for minimum supported versions of required, recommended and optional dependencies.\r\n\r\n## License\r\n[ROInsight.com](LICENSE)\r\n\r\n## Documentation\r\nThe official documentation is hosted on \r\nhttps://pypi.org/project/durguestprofile\r\n\r\n## Getting Help\r\n\r\nFurther, general questions and discussions can also take place on the [Gitter](https://app.gitter.im/#/room/#durguestprofile:gitter.im).\r\n\r\n## Contributing to durguestprofile\r\n\r\nAll contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.\r\n\r\nIf you are simply looking to start working with the durguestprofile codebase, navigate to  start looking through interesting issues.\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Dur Guest Data Accuracy Measurement Tool",
    "version": "2.0.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        "dur",
        "guest",
        "opera",
        "profile",
        "audit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b4a4ade78a782d32a277bed501a622c61d847a1dbb0d774279687059a6e001e",
                "md5": "c0a418c0bfc1b668b91fd558d888fe32",
                "sha256": "06c9ec92b4a2334eb3dde1b2ca55ce8141d0d11e525e3f2ed07f4323fc0c4c1b"
            },
            "downloads": -1,
            "filename": "durguestprofile-2.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0a418c0bfc1b668b91fd558d888fe32",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18813,
            "upload_time": "2023-09-19T22:02:35",
            "upload_time_iso_8601": "2023-09-19T22:02:35.449536Z",
            "url": "https://files.pythonhosted.org/packages/4b/4a/4ade78a782d32a277bed501a622c61d847a1dbb0d774279687059a6e001e/durguestprofile-2.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "481b9c51f6f496141d27100353e161ee1d8823c2ba80c841142f5c6923ac6a79",
                "md5": "ddea13caed7ba9789eb021263401a066",
                "sha256": "538d470bc5b8bf4b30193af23d8f7e20634c095db8f8424225443cef310cf243"
            },
            "downloads": -1,
            "filename": "durguestprofile-2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ddea13caed7ba9789eb021263401a066",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18005,
            "upload_time": "2023-09-19T22:02:36",
            "upload_time_iso_8601": "2023-09-19T22:02:36.963361Z",
            "url": "https://files.pythonhosted.org/packages/48/1b/9c51f6f496141d27100353e161ee1d8823c2ba80c841142f5c6923ac6a79/durguestprofile-2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-19 22:02:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "durguestprofile"
}
        
Elapsed time: 0.11829s