nymcard-push-notification


Namenymcard-push-notification JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryNymcard Push Notification
upload_time2025-07-14 09:29:22
maintainerNone
docs_urlNone
authorNymCard BNPL Team
requires_pythonNone
licenseMIT
keywords nymcard push notification
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # push-notifications
Push Notifications Django Application

```
{
  "callback_url": "http://localhost:8003/wow",
  "pattern": "consumer/registration/*"
}
```

build steps

Ensure twine and build are Installed

```
pip install twine build
```

Build the Package

```
python -m build
```


Upload to PyPI using twine

```
twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nymcard-push-notification",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Nymcard, Push Notification",
    "author": "NymCard BNPL Team",
    "author_email": "hello@nuclearo.com",
    "download_url": "https://files.pythonhosted.org/packages/9a/e4/71ee663339a2efc6177a8f735ea029d3e18df81c783e412efbe482ed4783/nymcard_push_notification-0.1.1.tar.gz",
    "platform": null,
    "description": "# push-notifications\nPush Notifications Django Application\n\n```\n{\n  \"callback_url\": \"http://localhost:8003/wow\",\n  \"pattern\": \"consumer/registration/*\"\n}\n```\n\nbuild steps\n\nEnsure twine and build are Installed\n\n```\npip install twine build\n```\n\nBuild the Package\n\n```\npython -m build\n```\n\n\nUpload to PyPI using twine\n\n```\ntwine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Nymcard Push Notification",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "nymcard",
        " push notification"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61b6929f58f641d9fb8aeab138d04977809cea826112d07710fc00e74c72d4a1",
                "md5": "f13096155fdcabe5b76b2e30974e64e9",
                "sha256": "a8b96339c349260e76ff8486f03b653bafb62c530e455c86d085af109d54eac6"
            },
            "downloads": -1,
            "filename": "nymcard_push_notification-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f13096155fdcabe5b76b2e30974e64e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11093,
            "upload_time": "2025-07-14T09:29:21",
            "upload_time_iso_8601": "2025-07-14T09:29:21.604305Z",
            "url": "https://files.pythonhosted.org/packages/61/b6/929f58f641d9fb8aeab138d04977809cea826112d07710fc00e74c72d4a1/nymcard_push_notification-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ae471ee663339a2efc6177a8f735ea029d3e18df81c783e412efbe482ed4783",
                "md5": "0858e41b2fcb164cab0f0e89cedcccfd",
                "sha256": "535d03a3fa4dc6ce9837f0833a388d7b296a87e3b39ce6dc8ea61cb5c39d8b31"
            },
            "downloads": -1,
            "filename": "nymcard_push_notification-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0858e41b2fcb164cab0f0e89cedcccfd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6836,
            "upload_time": "2025-07-14T09:29:22",
            "upload_time_iso_8601": "2025-07-14T09:29:22.671493Z",
            "url": "https://files.pythonhosted.org/packages/9a/e4/71ee663339a2efc6177a8f735ea029d3e18df81c783e412efbe482ed4783/nymcard_push_notification-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-14 09:29:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nymcard-push-notification"
}
        
Elapsed time: 1.98256s