Metadata-Version: 2.1
Name: ostorlab
Version: 0.1.1
Summary: Ostorlab Agent and Extensibility CLI and SDK
Home-page: https://github.com/Ostorlab/ostorlab
Author: ostorlab team
Author-email: legends@ostorlab.dev
License: MIT
Project-URL: Documentation, https://docs.ostorlab.co/
Project-URL: Source, https://github.com/Ostorlab/ostorlab
Project-URL: Changelog, https://docs.ostorlab.co/changelog/
Project-URL: Tracker, https://github.com/Ostorlab/ostorlab/issues
Project-URL: Twitter, https://twitter.com/OstorlabSec
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# ostorlab

Work in Progress.

## Testing

Work in Progress.

### Docker-based tests

Tests marked with `docker` tag are integration test that interact with the Docker API. Make sure to disable them in
test environment where Docker API is not accessible:

```shell
pytest -v -m "not docker"
```

