Metadata-Version: 2.1
Name: neuro-notifications-client
Version: 21.10.1
Summary: Notifications client for Neu.ro platform services
Home-page: https://github.com/neuro-inc/neuro-notifications-client
License: Apache 2
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Example

```python
    async with Client(URL("http://localhost:8080")) as client:
        await client.ping()
        await client.notify(JobCannotStartQuotaReached("bob"))
        await client.notify(JobCannotStartLackResources("job-lack-resources-1"))
```


