LICENSE
README.md
pyproject.toml
setup.py
nitric/__init__.py
nitric/application.py
nitric/exception.py
nitric/faas.py
nitric/utils.py
nitric.egg-info/PKG-INFO
nitric.egg-info/SOURCES.txt
nitric.egg-info/dependency_links.txt
nitric.egg-info/requires.txt
nitric.egg-info/top_level.txt
nitric/api/__init__.py
nitric/api/const.py
nitric/api/documents.py
nitric/api/events.py
nitric/api/queues.py
nitric/api/secrets.py
nitric/api/storage.py
nitric/config/__init__.py
nitric/config/default_settings.py
nitric/proto/__init__.py
nitric/proto/nitric/__init__.py
nitric/proto/nitric/deploy/__init__.py
nitric/proto/nitric/deploy/v1/__init__.py
nitric/proto/nitric/document/__init__.py
nitric/proto/nitric/document/v1/__init__.py
nitric/proto/nitric/error/__init__.py
nitric/proto/nitric/error/v1/__init__.py
nitric/proto/nitric/event/__init__.py
nitric/proto/nitric/event/v1/__init__.py
nitric/proto/nitric/faas/__init__.py
nitric/proto/nitric/faas/v1/__init__.py
nitric/proto/nitric/queue/__init__.py
nitric/proto/nitric/queue/v1/__init__.py
nitric/proto/nitric/resource/__init__.py
nitric/proto/nitric/resource/v1/__init__.py
nitric/proto/nitric/secret/__init__.py
nitric/proto/nitric/secret/v1/__init__.py
nitric/proto/nitric/storage/__init__.py
nitric/proto/nitric/storage/v1/__init__.py
nitric/proto/validate/__init__.py
nitric/resources/__init__.py
nitric/resources/apis.py
nitric/resources/base.py
nitric/resources/buckets.py
nitric/resources/collections.py
nitric/resources/queues.py
nitric/resources/schedules.py
nitric/resources/secrets.py
nitric/resources/topics.py