Skip to content

asvetlov/neuro-notifications-client

 
 

Repository files navigation

Example

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"))

About

Client library for Neuro Notifications microservice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Makefile 2.5%