purview


Namepurview JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA Python library for exploratory data analysis
upload_time2025-07-30 09:41:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords data analysis exploratory data analysis eda
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Purview

A Python library for exploratory data analysis.

## Status

**This is a placeholder package for name reservation on PyPI.**

Purview is currently under development. This minimal package is published to reserve the name on PyPI while we work on the full implementation.

## Installation

```bash
pip install purview
```

## Usage

```python
import purview
print(purview.hello())
```

## Coming Soon

Purview will provide comprehensive tools for exploratory data analysis including:

- Data profiling and summarization
- Automated visualization generation
- Statistical analysis utilities
- Data quality assessment
- And much more!

## License

MIT License

## Contact

For questions or suggestions, please contact us at dev@lattiq.com

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "purview",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "data analysis, exploratory data analysis, eda",
    "author": null,
    "author_email": "LattIQ Development Team <dev@lattiq.com>",
    "download_url": "https://files.pythonhosted.org/packages/03/77/5039e95524b6d9e24c4f2ac32f11067b249afc1b8c187bbd8f4db48dc705/purview-0.0.1.tar.gz",
    "platform": null,
    "description": "# Purview\n\nA Python library for exploratory data analysis.\n\n## Status\n\n**This is a placeholder package for name reservation on PyPI.**\n\nPurview is currently under development. This minimal package is published to reserve the name on PyPI while we work on the full implementation.\n\n## Installation\n\n```bash\npip install purview\n```\n\n## Usage\n\n```python\nimport purview\nprint(purview.hello())\n```\n\n## Coming Soon\n\nPurview will provide comprehensive tools for exploratory data analysis including:\n\n- Data profiling and summarization\n- Automated visualization generation\n- Statistical analysis utilities\n- Data quality assessment\n- And much more!\n\n## License\n\nMIT License\n\n## Contact\n\nFor questions or suggestions, please contact us at dev@lattiq.com\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python library for exploratory data analysis",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/lattiq/purview",
        "Repository": "https://github.com/lattiq/purview"
    },
    "split_keywords": [
        "data analysis",
        " exploratory data analysis",
        " eda"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c1d353a87ea0c6c8c62daa7640186e345d4a047a079a2ac10b02b8401b652c70",
                "md5": "c9bb139e63972ae98b72af87ff8302b9",
                "sha256": "1604005ea99c8032eb0845c68d07eb4f82db9e0bca5e15a7efbbe41b59e8334e"
            },
            "downloads": -1,
            "filename": "purview-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c9bb139e63972ae98b72af87ff8302b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2957,
            "upload_time": "2025-07-30T09:41:53",
            "upload_time_iso_8601": "2025-07-30T09:41:53.121933Z",
            "url": "https://files.pythonhosted.org/packages/c1/d3/53a87ea0c6c8c62daa7640186e345d4a047a079a2ac10b02b8401b652c70/purview-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03775039e95524b6d9e24c4f2ac32f11067b249afc1b8c187bbd8f4db48dc705",
                "md5": "abf43f9e98ff8c31ad349757f93c1057",
                "sha256": "a2a559758f92daac7f00e5d344b1112608181517000a2bf55605200efd970499"
            },
            "downloads": -1,
            "filename": "purview-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "abf43f9e98ff8c31ad349757f93c1057",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2677,
            "upload_time": "2025-07-30T09:41:54",
            "upload_time_iso_8601": "2025-07-30T09:41:54.403127Z",
            "url": "https://files.pythonhosted.org/packages/03/77/5039e95524b6d9e24c4f2ac32f11067b249afc1b8c187bbd8f4db48dc705/purview-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 09:41:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lattiq",
    "github_project": "purview",
    "github_not_found": true,
    "lcname": "purview"
}
        
Elapsed time: 1.25712s