edasuite


Nameedasuite JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryA Python library for exploratory data analysis
upload_time2025-09-08 12:51:31
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.
            # EDASuite

A Python library for exploratory data analysis.

## Status

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

EDASuite 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 edasuite
```

## Usage

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

## Coming Soon

EDASuite 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": "edasuite",
    "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/3e/d7/c0f929ee5c2f968f63ac14dcdabcba49456a44c73e91a15ba5ff97221eaf/edasuite-0.0.2.tar.gz",
    "platform": null,
    "description": "# EDASuite\n\nA Python library for exploratory data analysis.\n\n## Status\n\n**This is a placeholder package for name reservation on PyPI.**\n\nEDASuite 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 edasuite\n```\n\n## Usage\n\n```python\nimport edasuite\nprint(edasuite.hello())\n```\n\n## Coming Soon\n\nEDASuite 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.2",
    "project_urls": {
        "Homepage": "https://github.com/lattiq/edasuite",
        "Repository": "https://github.com/lattiq/edasuite"
    },
    "split_keywords": [
        "data analysis",
        " exploratory data analysis",
        " eda"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4da331d45b03b98f8ae13d38ceda6158a646e4841a54e67206d315c36835e4b2",
                "md5": "e3be6d38cdc094102e2636ab530e4d38",
                "sha256": "6a658ff85efa684c93400f5ce321681653c25e1c789cc02f8eeeb35d73a491a8"
            },
            "downloads": -1,
            "filename": "edasuite-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3be6d38cdc094102e2636ab530e4d38",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16455,
            "upload_time": "2025-09-08T12:51:30",
            "upload_time_iso_8601": "2025-09-08T12:51:30.592809Z",
            "url": "https://files.pythonhosted.org/packages/4d/a3/31d45b03b98f8ae13d38ceda6158a646e4841a54e67206d315c36835e4b2/edasuite-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ed7c0f929ee5c2f968f63ac14dcdabcba49456a44c73e91a15ba5ff97221eaf",
                "md5": "8cf2962abd99ea72edd67d74db1b3e57",
                "sha256": "dbe0900d5d2eaf5cef079a18f3333b2920b2e9fe9bcde388fd205548f6412f12"
            },
            "downloads": -1,
            "filename": "edasuite-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8cf2962abd99ea72edd67d74db1b3e57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16972,
            "upload_time": "2025-09-08T12:51:31",
            "upload_time_iso_8601": "2025-09-08T12:51:31.613135Z",
            "url": "https://files.pythonhosted.org/packages/3e/d7/c0f929ee5c2f968f63ac14dcdabcba49456a44c73e91a15ba5ff97221eaf/edasuite-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-08 12:51:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lattiq",
    "github_project": "edasuite",
    "github_not_found": true,
    "lcname": "edasuite"
}
        
Elapsed time: 9.34196s