Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

surlex

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

surlex

Simple URL expression translator: alternative to regular expressions for URL pattern matching and data extraction.

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
1

.. image:: https://travis-ci.org/codysoyland/surlex.png?branch=master :target: https://travis-ci.org/codysoyland/surlex

Surlex (Simple URL Expression) is a language for matching and extracting text, similar to regex (regular expression). It works by generating a regular expression from a more concise syntax that is designed to produce easy-to-read url patterns.

Documentation is available as RestructuredText in the "docs" directory. HTML documentation is at:

http://codysoyland.com/projects/surlex/documentation/

A tutorial also exists at:

http://codysoyland.com/blog/2009/sep/6/introduction-surlex/

Installation:

Download and extract the tarball and run "python setup.py install"

or.. install with PyPI/pip by running "pip install surlex"

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc