Metadata-Version: 2.4
Name: pyperscan
Version: 0.4.0.dev0
License-File: LICENSE-APACHE
License-File: LICENSE-MIT
Summary: An opinionated Python binding for Hyperscan focusing on easy of use and safety.
Home-Page: https://github.com/vlaci/pyperscan
License: MIT OR Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Changelog, https://github.com/vlaci/pyperscan/blob/main/CHANGELOG.md
Project-URL: Homepage, https://vlaci.github.io/pyperscan
Project-URL: Repository, https://github.com/vlaci/pyperscan

# pyperscan

An opinionated Python binding for [Hyperscan](http://hyperscan.io) focusing on easy of
use and safety.

See [Usage](docs/usage.md) to get started and [API Documentation](docs/api.md) for a comprehensive
overview.


## License

Licensed under either of

- Apache License, Version 2.0
  ([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>)
- MIT license
  ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

