Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dimans

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dimans

Dimensional analysis and unit conversion library

  • 0.0.24
  • PyPI
  • Socket score

Maintainers
1

dimAns

Dimensional analysis and unit conversion library

PyPI - Version GitHub Tag PyPI - Downloads GitHub License

GitHub Actions Workflow Status Codacy Code Quality Badge Codacy Coverage Badge

Installation

pip install --upgrade dimans

If you want to use the calculator, you will need to install the "cli" extra to install some additional dependencies:

pip install --upgrade dimans[cli]

If you are using a Linux distribution like Arch that disallows installing packages using pip, you will need to use a tool such as pipx:

pipx install --upgrade dimans[cli]

Usage

>>> from dimans.units import gram, kilogram, metre
>>> (32_000 * gram).to(kilogram)
<Quantity 32.0 kg>

Calculator

dimans

dimAns Calculator Screenshot: Main ScreendimAns Calculator Screenshot: Command Search

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc