Skip to main content

A set of URI normalization rules used by the ACDH

Project description

UriNormRules

Set of URI normalization rules used within the ACDH-CD.

Provides Python 3 and PHP bindings.

Rules are stored as a JSON in the UriNormRules/rules.json file.

Installation

Python

Using pip3:

pip install acdh_uri-norm-rules

PHP

Using composer:

composer require acdh-oeaw/uri-norm-rules

Usage

Python

from AcdhUriNormRules import *
print(AcdhUriNormRules.getRules())

PHP

require_once 'vendor/autoload.php';
print_r(acdhOeaw\UriNormRules::getRules());

Project details


Download files

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

Source Distribution

acdh_uri-norm-rules-1.0.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

acdh_uri_norm_rules-1.0.0-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page