A python module that converts strings in the metric scientific notation to numerical data types.
Project description
PyScientificStringParser
A python module that converts strings in the metric scientific notation to numerical data types.
This package is available at PyPI.
It is a very simple module that contains one function, made for a specific application, but i think that it can be useful for other people since i couldn't find anywhere a similar package.
Usage
You can import the module by calling the function parse_str.
The input is a string that contains the number in the metric scientific notation, like 1u -> 1e-6.
Example:
parse_str('1.2k')
Outuput: 1.2e3
It is compatible with all the metric system prefixes.
Installation
You can install this package by calling pip install scistringparser.
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
File details
Details for the file scistringparser-0.1.6.tar.gz.
File metadata
- Download URL: scistringparser-0.1.6.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b035dd209b3ff6279fba9754336be781a8e17c9d01db6adceb78840b0a43dbf
|
|
| MD5 |
12cbb643283467799a612890ebc1ba26
|
|
| BLAKE2b-256 |
870d7fbeb868ed0daeef41a79c209287aeac698b7cfb82b8e5208b913219e4d5
|