Skip to main content
SimpleURL
======

SimpleURL is based on Werkzeug routing system for Brubeck.

Why not use regex based routing system?
----

- Regex is hard.

- Too complicated.

- Easy to make mistake.
Example
----
@app.add_url_route('^/brubeck')
@app.add_url_route('^/brubeck/\d')

Above regex routes seems to be different but not.
Request - `/brubeck` and `/brubeck/1` will match first because
you have failed to place `$` at the end. As a developer you are not supposed
to waste your time writing clever regex and debugging regex.


Why Werkzeug ?
----

- Simple

- Extensively documented

- Active community

- Fully WSGI compatible

- Various utility functions for dealing with HTTP headers such as
`Accept` and `Cache-Control` headers


Development
---

The SimpleURL development version can be installed by cloning the git
repository from `github`_::

git clone git@github.com:kracekumar/simpleurl.git

.. _github: http://github.com/kracekumar/simpleurl

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SimpleURL-0.0.6.tar.gz (9.2 kB view details)

Uploaded Source

File details

Details for the file SimpleURL-0.0.6.tar.gz.

File metadata

  • Download URL: SimpleURL-0.0.6.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for SimpleURL-0.0.6.tar.gz
Algorithm Hash digest
SHA256 55d90dcdfd72422b046c99812c9420dcdaa2cd96c47764240e3a9e46b504a4a9
MD5 0ec69a18ea011163941dad9f5b3c4c36
BLAKE2b-256 4fd6c3ac883a6090a13ba4ea984366009b9f5a04edebdbce8ee748c8f47ceacf

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.6 This release

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page