alterpy


Namealterpy JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryMulti-key dictionary, supports adding and manipulating key-aliases pointing to shared values
upload_time2024-12-14 11:01:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords multi-key dictionary multidict alias-dict
VCS
bugtrack_url
requirements pytest ruff build twine
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src="https://github.com/kaliv0/alterpy/blob/main/assets/alter-ego.jpg?raw=true" width="250" alt="Alter Ego">
</p>

---

# AlterPy
## My alter ego

[![tests](https://img.shields.io/github/actions/workflow/status/kaliv0/alterpy/ci.yml)](https://github.com/kaliv0/alterpy/actions/workflows/ci.yml)
![Python 3.x](https://img.shields.io/badge/python-^3.11-blue?style=flat-square&logo=Python&logoColor=white)
[![PyPI](https://img.shields.io/pypi/v/alterpy.svg)](https://pypi.org/project/alterpy/)
[![License](https://img.shields.io/badge/License-MIT-yellow?style=flat-square)](https://github.com/kaliv0/alterpy/blob/main/LICENSE)

Multi-key dictionary, supports adding and manipulating key-aliases pointing to shared values

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "alterpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "multi-key dictionary, multidict, alias-dict",
    "author": null,
    "author_email": "Kaloyan Ivanov <kaloyan.ivanov88@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/23/f2/174567123658fce3724eb4504051444a6b9bcc47565aa09f8d32aa200c04/alterpy-1.0.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img src=\"https://github.com/kaliv0/alterpy/blob/main/assets/alter-ego.jpg?raw=true\" width=\"250\" alt=\"Alter Ego\">\n</p>\n\n---\n\n# AlterPy\n## My alter ego\n\n[![tests](https://img.shields.io/github/actions/workflow/status/kaliv0/alterpy/ci.yml)](https://github.com/kaliv0/alterpy/actions/workflows/ci.yml)\n![Python 3.x](https://img.shields.io/badge/python-^3.11-blue?style=flat-square&logo=Python&logoColor=white)\n[![PyPI](https://img.shields.io/pypi/v/alterpy.svg)](https://pypi.org/project/alterpy/)\n[![License](https://img.shields.io/badge/License-MIT-yellow?style=flat-square)](https://github.com/kaliv0/alterpy/blob/main/LICENSE)\n\nMulti-key dictionary, supports adding and manipulating key-aliases pointing to shared values\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Multi-key dictionary, supports adding and manipulating key-aliases pointing to shared values",
    "version": "1.0.0",
    "project_urls": {
        "repository": "https://github.com/kaliv0/alterpy"
    },
    "split_keywords": [
        "multi-key dictionary",
        " multidict",
        " alias-dict"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d0b0ab715c0e42c487c68d7c53c6328ed4949c7bae5c2c817797f2cf9388bde",
                "md5": "98a3a3d4fa17d40321949c31ed51201c",
                "sha256": "d83bd5c34251c95d57433dd6987ceae3f9c83be563e0c3cb6bf9479aaa9092d0"
            },
            "downloads": -1,
            "filename": "alterpy-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "98a3a3d4fa17d40321949c31ed51201c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 3719,
            "upload_time": "2024-12-14T11:01:31",
            "upload_time_iso_8601": "2024-12-14T11:01:31.324799Z",
            "url": "https://files.pythonhosted.org/packages/9d/0b/0ab715c0e42c487c68d7c53c6328ed4949c7bae5c2c817797f2cf9388bde/alterpy-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23f2174567123658fce3724eb4504051444a6b9bcc47565aa09f8d32aa200c04",
                "md5": "fe0a5f0fc5fa2a63d91d61aa83fee647",
                "sha256": "84a8f111851ac63e3681f1f32046e72b329902f7195abec9165e4d9a04596cd2"
            },
            "downloads": -1,
            "filename": "alterpy-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fe0a5f0fc5fa2a63d91d61aa83fee647",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 4260,
            "upload_time": "2024-12-14T11:01:34",
            "upload_time_iso_8601": "2024-12-14T11:01:34.427594Z",
            "url": "https://files.pythonhosted.org/packages/23/f2/174567123658fce3724eb4504051444a6b9bcc47565aa09f8d32aa200c04/alterpy-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-14 11:01:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kaliv0",
    "github_project": "alterpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "8.3.4"
                ]
            ]
        },
        {
            "name": "ruff",
            "specs": [
                [
                    ">=",
                    "0.8.3"
                ]
            ]
        },
        {
            "name": "build",
            "specs": [
                [
                    ">=",
                    "1.2.2"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    ">=",
                    "6.0.1"
                ]
            ]
        }
    ],
    "lcname": "alterpy"
}
        
Elapsed time: 1.39267s