lucidpy


Namelucidpy JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA simple python client for the Lucidchart Simple API
upload_time2025-01-18 04:50:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT
keywords api cli lucid lucidchart python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lucidpy
The unofficial Lucid Chart Simple API python wrapper library

This project is a Python library for interacting with the Lucidchart API. It utilizes `httpx` for making HTTP requests and `Pydantic` for data validation and serialization. The library is designed to be flexible and easy to use, allowing developers to integrate Lucidchart functionalities into their applications seamlessly.

## Features

- **API Client**: A robust client for interacting with the Lucidchart API, handling authentication and requests.
- **Data Models**: Pydantic models for validating and serializing API data structures such as documents, pages, and shapes.
- **Utilities**: Helper functions for common tasks related to API interactions.

## Installation

You can install the library using pip:

```
pip install lucidpy
```

## Usage

Here's a basic example of how to use the library:

```python
from lucidpy import LucidchartClient

client = LucidchartClient(api_key='your_api_key')
```

## Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.

## License

This project is licensed under the MIT License. See the LICENSE file for more details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lucidpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "api, cli, lucid, lucidchart, python",
    "author": null,
    "author_email": "Thomas Scott <scotho3@scottho.me>",
    "download_url": "https://files.pythonhosted.org/packages/3d/cd/37beb326123015a20554918943583035dbd0fb68d5e920b483c5760cc09c/lucidpy-0.1.0.tar.gz",
    "platform": null,
    "description": "# Lucidpy\nThe unofficial Lucid Chart Simple API python wrapper library\n\nThis project is a Python library for interacting with the Lucidchart API. It utilizes `httpx` for making HTTP requests and `Pydantic` for data validation and serialization. The library is designed to be flexible and easy to use, allowing developers to integrate Lucidchart functionalities into their applications seamlessly.\n\n## Features\n\n- **API Client**: A robust client for interacting with the Lucidchart API, handling authentication and requests.\n- **Data Models**: Pydantic models for validating and serializing API data structures such as documents, pages, and shapes.\n- **Utilities**: Helper functions for common tasks related to API interactions.\n\n## Installation\n\nYou can install the library using pip:\n\n```\npip install lucidpy\n```\n\n## Usage\n\nHere's a basic example of how to use the library:\n\n```python\nfrom lucidpy import LucidchartClient\n\nclient = LucidchartClient(api_key='your_api_key')\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple python client for the Lucidchart Simple API",
    "version": "0.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/scotho3/lucidpy/issues",
        "Repository": "https://github.com/scotho3/lucidpy"
    },
    "split_keywords": [
        "api",
        " cli",
        " lucid",
        " lucidchart",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf5520ab545d5da4bf19800642734cd5fd92d8319df8aded82da5da9a1982efe",
                "md5": "9329fa37321263b9c4d87920d6583103",
                "sha256": "bd2870b34ed35e7bda2037dd4d609feb0e28ee2059e90a7ac72ea733dcafe382"
            },
            "downloads": -1,
            "filename": "lucidpy-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9329fa37321263b9c4d87920d6583103",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 7742,
            "upload_time": "2025-01-18T04:50:23",
            "upload_time_iso_8601": "2025-01-18T04:50:23.719586Z",
            "url": "https://files.pythonhosted.org/packages/cf/55/20ab545d5da4bf19800642734cd5fd92d8319df8aded82da5da9a1982efe/lucidpy-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dcd37beb326123015a20554918943583035dbd0fb68d5e920b483c5760cc09c",
                "md5": "5e1f816f9da5a2b8909b778f77467d96",
                "sha256": "c84b58295c501e898595aba1600b943ea4d0570ad35d263dfb700a97f5aaf9d2"
            },
            "downloads": -1,
            "filename": "lucidpy-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5e1f816f9da5a2b8909b778f77467d96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 22570,
            "upload_time": "2025-01-18T04:50:25",
            "upload_time_iso_8601": "2025-01-18T04:50:25.704978Z",
            "url": "https://files.pythonhosted.org/packages/3d/cd/37beb326123015a20554918943583035dbd0fb68d5e920b483c5760cc09c/lucidpy-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-18 04:50:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scotho3",
    "github_project": "lucidpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lucidpy"
}
        
Elapsed time: 0.42068s