forgecloud


Nameforgecloud JSON
Version 0.0.21 PyPI version JSON
download
home_pagehttps://github.com/Ns85/forgecloud
SummaryA package to connect and manage Forge apps with Google Cloud Functions
upload_time2023-12-16 16:40:38
maintainer
docs_urlNone
authorNiclas Stoltenberg
requires_python>=3.7
license
keywords forge google-cloud-functions integration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # forgecloud

pip install twine

(delete old dist folder before creating new one, else twine upload will fail)

Create wheel and dist:
python setup.py sdist bdist_wheel

upload with twine
twine upload dist/*

Set your username to __token__
Set your password to the token value:

API TOKEN

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Ns85/forgecloud",
    "name": "forgecloud",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "forge google-cloud-functions integration",
    "author": "Niclas Stoltenberg",
    "author_email": "niclasjensen@example.com",
    "download_url": "https://files.pythonhosted.org/packages/85/67/3195f2ceb50dd4c46a5b350beb9fc1567276e730ea60d59c1b4f2c91c19f/forgecloud-0.0.21.tar.gz",
    "platform": null,
    "description": "# forgecloud\r\n\r\npip install twine\r\n\r\n(delete old dist folder before creating new one, else twine upload will fail)\r\n\r\nCreate wheel and dist:\r\npython setup.py sdist bdist_wheel\r\n\r\nupload with twine\r\ntwine upload dist/*\r\n\r\nSet your username to __token__\r\nSet your password to the token value:\r\n\r\nAPI TOKEN\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package to connect and manage Forge apps with Google Cloud Functions",
    "version": "0.0.21",
    "project_urls": {
        "Homepage": "https://github.com/Ns85/forgecloud"
    },
    "split_keywords": [
        "forge",
        "google-cloud-functions",
        "integration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2f5a2d26b5398a9ea70568517e65246109f2f2a9369f07b559f34bec93fab00",
                "md5": "b5847475b9b5b81187cdaa752f4992f5",
                "sha256": "75dcd7d9fdf27d3792bb5e470013cc274f49169694dff9c8117beca2fd520002"
            },
            "downloads": -1,
            "filename": "forgecloud-0.0.21-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5847475b9b5b81187cdaa752f4992f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10723,
            "upload_time": "2023-12-16T16:40:36",
            "upload_time_iso_8601": "2023-12-16T16:40:36.731081Z",
            "url": "https://files.pythonhosted.org/packages/a2/f5/a2d26b5398a9ea70568517e65246109f2f2a9369f07b559f34bec93fab00/forgecloud-0.0.21-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85673195f2ceb50dd4c46a5b350beb9fc1567276e730ea60d59c1b4f2c91c19f",
                "md5": "0ddd2278f18793720494b21e6d3e8e22",
                "sha256": "75e93b35b9a227310bd3f94d64a5666630244dbc3ef44bff68850f08e77ea090"
            },
            "downloads": -1,
            "filename": "forgecloud-0.0.21.tar.gz",
            "has_sig": false,
            "md5_digest": "0ddd2278f18793720494b21e6d3e8e22",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7155,
            "upload_time": "2023-12-16T16:40:38",
            "upload_time_iso_8601": "2023-12-16T16:40:38.079621Z",
            "url": "https://files.pythonhosted.org/packages/85/67/3195f2ceb50dd4c46a5b350beb9fc1567276e730ea60d59c1b4f2c91c19f/forgecloud-0.0.21.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-16 16:40:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Ns85",
    "github_project": "forgecloud",
    "github_not_found": true,
    "lcname": "forgecloud"
}
        
Elapsed time: 0.15772s