Skip to main content

A small pure-python package for data structure relatedutility functions.

Project description

PyPI-Status PyPI-Versions Build-Status Codecov LICENCE

A small pure-python package for data structure related utility functions.

from strct.dict import get_nested_val

>>> dict_obj = {'a': {'b': 7}}
>>> get_nested_val(('a', 'b'), dict_obj)
7

1 Installation

Install strct with:

pip install strct

2 Use

strct is divided into five sub-modules:

2.1 dicts

Getting values from nested dicts in various ways; operations on number-valued dicts; merging, normalizing, reversing and printing dicts (nicely)

2.2 lists

Index and element shifts that preserve order.

2.3 sets

Operations on sets:

  • Getting a set element by a priority list.

2.4 sortedlists

Operations on sortedcontainers.SortedList objects.

2.5 hash

Provide cross-kernel stable hash functions that work for built-in data structures and types, and for any custom data structure complying with the iterable or dict schemes.

3 Contributing

Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help. Contributions are very welcomed.

3.1 Installing for development

Clone:

git clone git@github.com:shaypal5/strct.git

Install in development mode with test dependencies:

cd strct
pip install -e ".[test]"

3.2 Running the tests

To run the tests, use:

python -m pytest --cov=strct --doctest-modules

3.3 Adding documentation

This project is documented using the numpy docstring conventions, which were chosen as they are perhaps the most widely-spread conventions that are both supported by common tools such as Sphinx and result in human-readable docstrings (in my personal opinion, of course). When documenting code you add to this project, please follow these conventions.

4 Credits

Created by Shay Palachy (shay.palachy@gmail.com).

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

strct-0.0.35.tar.gz (15.3 kB view details)

Uploaded Source

Built Distribution

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

strct-0.0.35-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

Details for the file strct-0.0.35.tar.gz.

File metadata

  • Download URL: strct-0.0.35.tar.gz
  • Upload date:
  • Size: 15.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for strct-0.0.35.tar.gz
Algorithm Hash digest
SHA256 82ed6a7d4ab520f5eb1e75f059fb8eb1fb44cc2840e4ca97b48bd9080689c776
MD5 d7e044b4819b19ba34847292dd535ad0
BLAKE2b-256 cb10a46d5df5fda3cabf24a0ff4bb39ff1e2139e56df9a41aa1cde2388b1c037

See more details on using hashes here.

File details

Details for the file strct-0.0.35-py3-none-any.whl.

File metadata

  • Download URL: strct-0.0.35-py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for strct-0.0.35-py3-none-any.whl
Algorithm Hash digest
SHA256 fc56ba62268ee70bd375223f9f5ac6a1c586747df833472f9f261264fb0153df
MD5 f0d35b97c0f0d6bb57c905914bfb9916
BLAKE2b-256 227126aa1a149faa20211af886b90c5134486aeaad0093b4f2c5dc82e9a2de8e

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