Metadata-Version: 2.4
Name: nymcard-push-notification
Version: 0.2.284
Summary: Nymcard Push Notification
Home-page: 
Author: NymCard BNPL Team
Author-email: hello@nuclearo.com
License: MIT
Keywords: Nymcard,Push Notification
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: django
Requires-Dist: djangorestframework
Requires-Dist: asgiref
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# 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/*
```
