pieces-os-client


Namepieces-os-client JSON
Version 1.2.4 PyPI version JSON
download
home_page
SummaryA powerful code engine package for writing applications on top of Pieces OS
upload_time2024-02-06 18:52:32
maintainer
docs_urlNone
authorPieces
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pieces OS Client

This repo...

## Releases
The release pipeline will trigger when a tag is pushed to main.
## Contributing

This project uses poetry for managing dependencies and builds. Install poetry with:
```shell
pip install poetry
```

Then use poetry to install the required dependencies
```shell
poetry install
```

You build with 
```shell
poetry build
```

Finally any project dependencies should be added to the pyproject.toml file with
```shell
poetry add 
```

these can be local/github/pypi etc.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pieces-os-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pieces",
    "author_email": "development@pieces.app",
    "download_url": "https://files.pythonhosted.org/packages/4a/3d/405b23aab01893cf10a3e234b47496fe5b4652a1310d451fb90a29417c60/pieces_os_client-1.2.4.tar.gz",
    "platform": null,
    "description": "# Pieces OS Client\n\nThis repo...\n\n## Releases\nThe release pipeline will trigger when a tag is pushed to main.\n## Contributing\n\nThis project uses poetry for managing dependencies and builds. Install poetry with:\n```shell\npip install poetry\n```\n\nThen use poetry to install the required dependencies\n```shell\npoetry install\n```\n\nYou build with \n```shell\npoetry build\n```\n\nFinally any project dependencies should be added to the pyproject.toml file with\n```shell\npoetry add \n```\n\nthese can be local/github/pypi etc.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A powerful code engine package for writing applications on top of Pieces OS",
    "version": "1.2.4",
    "project_urls": {
        "homepage": "https://github.com/pieces-app/pieces-os-client-sdk-for-python",
        "issues": "https://github.com/pieces-app/pieces-os-client-sdk-for-python/issues",
        "repository": "https://github.com/pieces-app/pieces-os-client-sdk-for-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88f096bd4ecf5bf90b089e6c7d81f4acd30b27ffd55441a92b2efe94b8402837",
                "md5": "6f66b31f69070f5439a9cfb019e1a72d",
                "sha256": "5d35c626dae75189246d0324ff38794b9fdb41a12ddd7bdeb710ee4b83951750"
            },
            "downloads": -1,
            "filename": "pieces_os_client-1.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f66b31f69070f5439a9cfb019e1a72d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 784944,
            "upload_time": "2024-02-06T18:52:30",
            "upload_time_iso_8601": "2024-02-06T18:52:30.663343Z",
            "url": "https://files.pythonhosted.org/packages/88/f0/96bd4ecf5bf90b089e6c7d81f4acd30b27ffd55441a92b2efe94b8402837/pieces_os_client-1.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a3d405b23aab01893cf10a3e234b47496fe5b4652a1310d451fb90a29417c60",
                "md5": "223e5ad3714c48d0d0ff04db9001c36f",
                "sha256": "6da70879fd37ffd1059ee47171a443f6d848fac0a6ecb7dfe79be7a2931f8237"
            },
            "downloads": -1,
            "filename": "pieces_os_client-1.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "223e5ad3714c48d0d0ff04db9001c36f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 231000,
            "upload_time": "2024-02-06T18:52:32",
            "upload_time_iso_8601": "2024-02-06T18:52:32.000134Z",
            "url": "https://files.pythonhosted.org/packages/4a/3d/405b23aab01893cf10a3e234b47496fe5b4652a1310d451fb90a29417c60/pieces_os_client-1.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 18:52:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pieces-app",
    "github_project": "pieces-os-client-sdk-for-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pieces-os-client"
}
        
Elapsed time: 0.37220s