Metadata-Version: 2.1
Name: iutils
Version: 0.0.30
Summary: A collection of my utility modules
Home-page: https://github.com/bqbn/iutils
Author: bqbn
Author-email: bqbn@openken.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/bqbn/iutils/issues
Project-URL: Source, https://github.com/bqbn/iutils
Keywords: devops utility utils
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Requires-Python: <4,>=3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: awscli (~=1.22)
Requires-Dist: boto3 (~=1.21)
Requires-Dist: click (~=8.0)
Requires-Dist: jmespath (~=1.0)
Requires-Dist: requests (~=2.27)
Provides-Extra: dev
Requires-Dist: build (~=0.7.0) ; extra == 'dev'
Requires-Dist: pipenv-setup (~=3.2) ; extra == 'dev'
Requires-Dist: twine (~=3.2) ; extra == 'dev'
Requires-Dist: wheel (~=0.34) ; extra == 'dev'
Provides-Extra: test

This package includes various utility modules I find useful.

# Qsentry

Qsentry is a command line wrapper for Sentry's API.

## Some Command Examples

Top level commands

```
$ qsentry --help
Usage: qsentry [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  members   Member related commands
  orgs      Organization related commands
  projects  Project related commands
  teams     Team related commands
```

Member commands

```
$ qsentry members --help
Usage: qsentry members [OPTIONS] COMMAND [ARGS]...

  Member related commands

Options:
  --help  Show this message and exit.

Commands:
  list       List members
  search-by  Search a member by a term.
```


