Skip to main content

Translate data type specifiers between common frameworks

Project description

pydtype

PyPI Python Test License

Translate data type specifiers between common frameworks.

Features

This library provides:

Installation

pip install pydtype

Usage

To translate struct format h (2-byte integer) to Numpy format, run the following script.

>>> import pydtype
>>> pydtype.translate("h", "struct", "numpy")
'i16'

This library is using Semantic Versioning.

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

pydtype-0.1.0.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

pydtype-0.1.0-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

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