Skip to main content

MappingTools. Do stuff with Mappings and more.

Project description

MappingTools

Do stuff with Mappings and more

This library provides utility functions for creating, manipulating, and transforming data structures, which have or include Mapping-like characteristics.

Including inverting dictionaries, converting class-like objects to dictionaries, creating nested defaultdicts, and unwrapping complex objects.

Package PyPI - Version PyPI - Status PyPI - Python Version PyPI - Downloads PyPI - Dependents Libraries.io SourceRank
Code GitHub GitHub repo size GitHub last commit (by committer) Contributors
Tools PyCharm uv Ruff Hatch project commitizen Zensical
CI/CD Test Publish Publish Publish Docs
Scans Coverage Quality Gate Status Security Rating Maintainability Rating Reliability Rating Lines of Code Vulnerabilities Bugs Codacy Quality Codacy Coverage CodeFactor DeepSource DeepSource Snyk

🚀 Why use MappingTools?

Built for developers who need more than just standard dictionaries.

Problem Solution
Boilerplate Reduction Use Dictifier to broadcast method calls to a collection of objects (users.greet() instead of a for loop).
Deep JSON Diffing Use flatten() to collapse nested JSON into single-layer paths for easy comparison.
Data Collisions Use inverse() to swap keys/values without losing data (automatically creates sets for duplicates).
Slow Config Loading Use MeteredDict to profile exactly how many times your app reads specific config keys.
Quick Serialization Use simplify() to instantly convert Dataclasses, DateTime, and custom objects into pure Dicts.
Complex Grouping Use reshape() to pivot lists of dicts into N-dimensional nested dictionaries (tensors).
Key Remapping Use rename() or rekey() to transform dictionary keys using functions or maps.
Multi-Dimensional Counting Use CategoryCollector to aggregate data into multiple buckets simultaneously (e.g., by type AND by status).
Safe Deep Modification Use Lens to immutably update nested values without cloning the entire structure manually.

Documentation

https://erivlis.github.io/mappingtools/

Development

Ruff

ruff check src

ruff check tests

Test

Standard terminal Coverage Report

python -m pytest tests --cov=src --cov-branch --doctest-modules --cov-report=term-missing

Standard (cobertura) XML Coverage Report

python -m pytest tests --cov=src --cov-branch --doctest-modules --cov-report=xml

HTML Coverage Report

python -m pytest tests --cov=src --cov-branch --doctest-modules --cov-report=html

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

mappingtools-0.18.2.tar.gz (749.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mappingtools-0.18.2-py3-none-any.whl (42.8 kB view details)

Uploaded Python 3

File details

Details for the file mappingtools-0.18.2.tar.gz.

File metadata

  • Download URL: mappingtools-0.18.2.tar.gz
  • Upload date:
  • Size: 749.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mappingtools-0.18.2.tar.gz
Algorithm Hash digest
SHA256 3b85207addd892077f518f89fa5621990e355603bccf3285c896982db1f6ad06
MD5 327f46fb2c64056f06351c07893cd00d
BLAKE2b-256 f8dd06ab9213a99de60f1dcefd8e1c740926c3124b0c221a76bc63e1f085830d

See more details on using hashes here.

File details

Details for the file mappingtools-0.18.2-py3-none-any.whl.

File metadata

  • Download URL: mappingtools-0.18.2-py3-none-any.whl
  • Upload date:
  • Size: 42.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mappingtools-0.18.2-py3-none-any.whl
Algorithm Hash digest
SHA256 aac2113258776f12b82794debe11208f5a77841ebe59e23272105406ca09df18
MD5 dfdb0142a02781d3098679524542d7b0
BLAKE2b-256 a42ccc79fe0efe6624867170c624404472f8e24380ad3fc3b0f282304268e480

See more details on using hashes here.

Supported by

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