šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Book a DemoInstallSign in
Socket

aeque

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aeque

Oxidized regular expression library for Python written in Rust

0.1.0
PyPI
Maintainers
1

Aeque

Oxidized regular expression library for Python written in Rust

License: MIT

Aeque Banner

Contributions

TBD;

Project structure

aeque/
│
ā”œā”€ā”€ benchmark/
│   └── bench.py            # Benchmarks against standard library
│
ā”œā”€ā”€ src/
│   └── lib.rs              # Implementation
│
ā”œā”€ā”€ tests/
│   ā”œā”€ā”€ __init__.py         # 
│   └── search.py           # Compile and search tests
│
ā”œā”€ā”€ Cargo.toml              # Project dependencies
ā”œā”€ā”€ Cargo.lock              # Lockfile to rust dependencies
ā”œā”€ā”€ LICENSE                 # Details of MIT Licensk
ā”œā”€ā”€ README.md               # Descriptions and roadmap
ā”œā”€ā”€ aeque.pyi               # Python interface to Rust Implementation
ā”œā”€ā”€ pyproject.toml          # Project dependencies
└── uv.lock                 # Lockfile to uv package manager

License

This project is licensed under the MIT License.

Keywords

expression

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts