Sha256: 6c19f273031ef0362ad88da84e29cff7dd90623dc80f1ea8d13052fc65fb50ac
Contents?: true
Size: 716 Bytes
Versions: 2
Compression:
Stored size: 716 Bytes
Contents
# locusts-r-us [![CI](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml) ![PyPI - Version](https://img.shields.io/pypi/v/locusts-r-us) ## Description locusts-r-us is a library that provides a way to introduce locusts into your code. Why would you want to do that? I don't know. ## Installation ```sh pip install locusts-r-us ``` ## Example ```python import locusts def main(): locusts.introduce_locusts() # Locusts are now in your codebase! if __name__ == "__main__": main() ``` ## License This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locusts-0.0.1 | docs/Python.md |
locusts-0.0.0 | docs/Python.md |