Pytricia is a Python module to store IP prefixes in a
patricia tree. It's based on Dave Plonka's modified patricia tree
code, and has three things to recommend it over related modules
(including py-radix and SubnetTree):
* it's faster,
* it works nicely in Python 3, and
* there are a few nicer library features for manipulating the structure.
See the github repo for documentation and some performance numbers: <https://github.com/jsommers/pytricia>.
Pytricia is released under terms of the GNU Lesser General Public License,
version 3.
Raw data
{
"_id": null,
"home_page": "https://github.com/jsommers/pytricia",
"name": "pytricia",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "patricia tree, IP addresses",
"author": "Joel Sommers",
"author_email": "jsommers@acm.org",
"download_url": "https://files.pythonhosted.org/packages/42/a3/8180f27782d670632bdf859d692d84a994808b7b1df89416b68e3a6b1ecd/pytricia-1.2.0.tar.gz",
"platform": null,
"description": "\nPytricia is a Python module to store IP prefixes in a\npatricia tree. It's based on Dave Plonka's modified patricia tree\ncode, and has three things to recommend it over related modules\n(including py-radix and SubnetTree):\n\n * it's faster,\n\n * it works nicely in Python 3, and\n\n * there are a few nicer library features for manipulating the structure.\n\nSee the github repo for documentation and some performance numbers: <https://github.com/jsommers/pytricia>.\n\nPytricia is released under terms of the GNU Lesser General Public License,\nversion 3.\n",
"bugtrack_url": null,
"license": null,
"summary": "An efficient IP address storage and lookup module for Python.",
"version": "1.2.0",
"project_urls": {
"Homepage": "https://github.com/jsommers/pytricia"
},
"split_keywords": [
"patricia tree",
" ip addresses"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "42a38180f27782d670632bdf859d692d84a994808b7b1df89416b68e3a6b1ecd",
"md5": "60edefa72575334e2f5b6a936febd285",
"sha256": "9c1643aed71db24379639b18513f36fa6e5d25c10007c6f4a23ad623002ee432"
},
"downloads": -1,
"filename": "pytricia-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "60edefa72575334e2f5b6a936febd285",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 34094,
"upload_time": "2025-07-11T14:47:03",
"upload_time_iso_8601": "2025-07-11T14:47:03.941933Z",
"url": "https://files.pythonhosted.org/packages/42/a3/8180f27782d670632bdf859d692d84a994808b7b1df89416b68e3a6b1ecd/pytricia-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-11 14:47:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jsommers",
"github_project": "pytricia",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"lcname": "pytricia"
}