Skip to main content

Float and custom indexes in Python

Project description

fidx

A module for float and custom indexes in Python

Allows to use float indexes to access lists, tuples, … in percentage (e.g. 0.5 is the middle item).
Allows also to add custom index types to existing types or to custom ones.

Installation

pip install fidx

Usage example

>>> import fidx

>>> fidx([1,2,3])[.5]
2

>>> l = fidx([1,2,3,4])
>>> l[:.5], l[.5:]
([1, 2], [3, 4])

>>> t = fidx.tuple(i//2 for i in range(0,10))
>>> t[.2:-.2:.2]
(1, 2, 3)

For more examples and usage, please refer to the Wiki.

About

Davide Peressoni – dpdmancul+fidx@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://gitlab.com/DPDmancul/

Changelog

  • version 1.1.0

    • Fix of #1
    • Added float_id method to extended classes.
    • Added fidx.float_idx_of function.
  • version 1.1.1 and 1.1.2

    • Better support for NumPy indexes.

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

fidx-1.1.2.tar.gz (5.9 kB view details)

Uploaded Source

File details

Details for the file fidx-1.1.2.tar.gz.

File metadata

  • Download URL: fidx-1.1.2.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for fidx-1.1.2.tar.gz
Algorithm Hash digest
SHA256 6d7cb3ca772b0f833db7bfc29f07e3c91bd1a7cd63b53e7c02f1271e2757f118
MD5 0d2cac7040380f186800dfc050eeda10
BLAKE2b-256 dcf7e3c6134a02c3bd03fc73fe0dc37897fb3bdbe5544ac349bece83de5f50e5

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