silpa_common
Common functions for SILPA and related modules
What it is and what it does
silpa-common is a utility library built for SILPA, a web application focused on processing Indic languages. It provides two main submodules: charmap for mapping characters across Indic and other writing systems, and langdetect for identifying which language a text sample belongs to. The package also exports a servicemethod decorator intended for modules that expose functionality via JSONRPC.
The package has been abandoned since 2014-05-03 and receives no maintenance. It has no runtime dependencies, which simplifies installation, but the source-only distribution and age raise compatibility questions with modern Python environments. Python version support is unspecified, making it uncertain whether the code will run without modification on current systems.
Use it for:
- Detect the language of text input in Indic language processing pipelines within legacy SILPA deployments
- Map characters between different Indic writing systems for text normalization or transliteration tasks
- Expose language detection or character mapping functions via JSONRPC in older SILPA-based web services
- Access common utilities shared across multiple SILPA modules in historical or archived projects
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides common utility functions for SILPA, including character mapping for Indic languages and language detection capabilities.
No. The package is abandoned with no maintenance since 2014-05-03 and unspecified Python version support. High install friction from source-only distribution, combined with the age and lack of testing on modern Python versions, makes it unsuitable for new projects. Consider it only if maintaining a legacy SILPA deployment that already depends on it.
Install
silpa-common on PyPI
pip
pip install silpa-commonuv
uv add silpa-commonpoetry
poetry add silpa-commonInstalling silpa_common
Before you install
High install friction due to source-only distribution. Package is abandoned since 2014-05-03 with no maintenance activity, raising concerns about compatibility with modern Python versions.
License in practice
Licensed under LGPL-2.1+, a copyleft license requiring derivative works to be distributed under the same terms. Use in proprietary software requires careful licensing review.
Quickstart
pip install silpa-common
from silpa_common import charmap, langdetect
Package is abandoned and may not install cleanly on modern Python versions; Python version compatibility is unspecified.
Verify before relying
- Whether the package actually works with current Python versions given its abandonment since 2014-05-03
- Whether character mapping and language detection functions are production-ready or experimental
- What specific Indic languages are supported by the charmap module
- Whether the JSONRPC decorator is still relevant for current web frameworks
Package facts
| License | LGPL-2.1+ (copyleft) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 4,486 days since the last release |
| First released | |
| Downloads | 84,431/month — #13,997 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: silpa_common-0.3.tar.gz
Tags
More Linguistic packages
Detects and normalizes text encoding from…
permissive · top 100 on PyPI
tiktokentiktoken is a fast BPE tokenizer that converts…
permissive · top 1,000 on PyPI
chardetDetects character encoding and language in byte…
permissive · top 1,000 on PyPI
text-unidecodeConverts Unicode text to ASCII by…
copyleft · top 1,000 on PyPI
larkLark is a parsing library that builds abstract…
permissive · top 1,000 on PyPI
tree-sitterPython bindings to the tree-sitter parsing…
permissive · top 1,000 on PyPI
indic-nlp-libraryIndic NLP Library provides text processing and…
permissive · top 15,000 on PyPI
lingua-language-detectorDetects which language a text is written in,…
permissive · top 5,000 on PyPI
langdetectDetects the language of text input, supporting…
permissive · top 5,000 on PyPI
whisper-normalizerStandardizes and normalizes text using the…
permissive · top 15,000 on PyPI
indic-transliterationConverts text between different Indic script…
permissive · top 15,000 on PyPI
epitranEpitran converts written text in various…
permissive · top 15,000 on PyPI
bnunicodenormalizerNormalizes Bangla Unicode text by fixing…
permissive · top 15,000 on PyPI
spacy-language-detectionAdds language detection to spaCy pipelines at…
copyleft · top 5,000 on PyPI
unicodedataplusExtends Python's built-in unicodedata module…
permissive · top 15,000 on PyPI
soundexImplements the Soundex phonetic algorithm for…
copyleft · top 15,000 on PyPI