laravel-versions-sdk


Namelaravel-versions-sdk JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryLaravel Versions Python SDK
upload_time2023-02-03 12:48:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11.0
licenseNone
keywords laravel sdk versions
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Laravel Versions Python

[![Latest Version on PyPi][ico-version]][link-pypi]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-github-actions]][link-github-actions]
[![Buy us a tree][ico-treeware-gifting]][link-treeware-gifting]

An SDK to easily work with the [Laravel Versions API](https://laravelversions.com)

## Install

Via Pip

```shell
pip install laravel-versions-sdk
```

## Usage

```python
from laravel_versions import LaravelVersions

laravel_versions = LaravelVersions()

versions = laravel_versions.versions()
version = laravel_versions.version(9)
```

| Available Methods                     | Description                                                                              |
|:--------------------------------------|:-----------------------------------------------------------------------------------------|
| `laravel_versions.versions()`         | Retrieve a `LaravelVersionsCollection` dict containing information for all versions.     |
| `laravel_versions.version("version")` | Retrieve a `LaravelVersionsSingular` dict containing information for a specific version. |

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Testing

```shell
hatch shell

hatch run test
```

## Security

If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.

## Credits

- [Owen Voke][link-author]
- [All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## Treeware

You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees [here][link-treeware-gifting].

Read more about Treeware at [treeware.earth][link-treeware].

[ico-version]: https://img.shields.io/pypi/v/laravel-versions-sdk.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-github-actions]: https://img.shields.io/github/actions/workflow/status/owenvoke/laravel-versions-python-sdk/tests.yml?branch=main&style=flat-square
[ico-treeware-gifting]: https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen?style=flat-square

[link-pypi]: https://pypi.org/project/laravel-versions-sdk
[link-github-actions]: https://github.com/owenvoke/laravel-versions-python-sdk/actions
[link-treeware]: https://treeware.earth
[link-treeware-gifting]: https://ecologi.com/owenvoke?gift-trees
[link-author]: https://github.com/owenvoke
[link-contributors]: https://github.com/owenvoke/laravel-versions-python-sdk/contributors

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "laravel-versions-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11.0",
    "maintainer_email": null,
    "keywords": "laravel,sdk,versions",
    "author": null,
    "author_email": "Owen Voke <development@voke.dev>",
    "download_url": "https://files.pythonhosted.org/packages/3d/be/2f9f4ce2d89f2bf63f82bd5aabf61fec185bac231986e9ca30194849fe4d/laravel_versions_sdk-1.0.0.tar.gz",
    "platform": null,
    "description": "# Laravel Versions Python\n\n[![Latest Version on PyPi][ico-version]][link-pypi]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-github-actions]][link-github-actions]\n[![Buy us a tree][ico-treeware-gifting]][link-treeware-gifting]\n\nAn SDK to easily work with the [Laravel Versions API](https://laravelversions.com)\n\n## Install\n\nVia Pip\n\n```shell\npip install laravel-versions-sdk\n```\n\n## Usage\n\n```python\nfrom laravel_versions import LaravelVersions\n\nlaravel_versions = LaravelVersions()\n\nversions = laravel_versions.versions()\nversion = laravel_versions.version(9)\n```\n\n| Available Methods                     | Description                                                                              |\n|:--------------------------------------|:-----------------------------------------------------------------------------------------|\n| `laravel_versions.versions()`         | Retrieve a `LaravelVersionsCollection` dict containing information for all versions.     |\n| `laravel_versions.version(\"version\")` | Retrieve a `LaravelVersionsSingular` dict containing information for a specific version. |\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n```shell\nhatch shell\n\nhatch run test\n```\n\n## Security\n\nIf you discover any security related issues, please email security@voke.dev instead of using the issue tracker.\n\n## Credits\n\n- [Owen Voke][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n## Treeware\n\nYou're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.\n\nIt\u2019s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you\u2019ll be creating employment for local families and restoring wildlife habitats.\n\nYou can buy trees [here][link-treeware-gifting].\n\nRead more about Treeware at [treeware.earth][link-treeware].\n\n[ico-version]: https://img.shields.io/pypi/v/laravel-versions-sdk.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-github-actions]: https://img.shields.io/github/actions/workflow/status/owenvoke/laravel-versions-python-sdk/tests.yml?branch=main&style=flat-square\n[ico-treeware-gifting]: https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen?style=flat-square\n\n[link-pypi]: https://pypi.org/project/laravel-versions-sdk\n[link-github-actions]: https://github.com/owenvoke/laravel-versions-python-sdk/actions\n[link-treeware]: https://treeware.earth\n[link-treeware-gifting]: https://ecologi.com/owenvoke?gift-trees\n[link-author]: https://github.com/owenvoke\n[link-contributors]: https://github.com/owenvoke/laravel-versions-python-sdk/contributors\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Laravel Versions Python SDK",
    "version": "1.0.0",
    "split_keywords": [
        "laravel",
        "sdk",
        "versions"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e00af94f237f3523073e7b607f19643e1a126e07d476997d5a809082e44d819",
                "md5": "ad19587b0e8b859c0499ea82bea207d2",
                "sha256": "18f54350b3c1ca45108416a02a99d6a8c1ba584cc7bb5be659696a1f4d19f990"
            },
            "downloads": -1,
            "filename": "laravel_versions_sdk-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad19587b0e8b859c0499ea82bea207d2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11.0",
            "size": 4759,
            "upload_time": "2023-02-03T12:48:14",
            "upload_time_iso_8601": "2023-02-03T12:48:14.363047Z",
            "url": "https://files.pythonhosted.org/packages/9e/00/af94f237f3523073e7b607f19643e1a126e07d476997d5a809082e44d819/laravel_versions_sdk-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3dbe2f9f4ce2d89f2bf63f82bd5aabf61fec185bac231986e9ca30194849fe4d",
                "md5": "88f32c60113c0a718abe4ef1c64d0b18",
                "sha256": "70844ffcaca08308dd86749d7073288251d0bd2843b944794c572059bb5b454b"
            },
            "downloads": -1,
            "filename": "laravel_versions_sdk-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "88f32c60113c0a718abe4ef1c64d0b18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11.0",
            "size": 5635,
            "upload_time": "2023-02-03T12:48:17",
            "upload_time_iso_8601": "2023-02-03T12:48:17.147518Z",
            "url": "https://files.pythonhosted.org/packages/3d/be/2f9f4ce2d89f2bf63f82bd5aabf61fec185bac231986e9ca30194849fe4d/laravel_versions_sdk-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-03 12:48:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "laravel-versions-sdk"
}
        
Elapsed time: 0.04309s