PyUnitWizard

About

  • Introduction
  • Installation
    • Last stable version
    • Last testing version
    • Developing version from the source code
  • Showcase
    • Quick Guide
      • Import PyUnitWizard and choose the libraries you are going to work with.
      • Let’s play a bit with quantities and units
      • The default quantity form
      • The standards
      • Integrate PyUnitWizard in your library

User guide

  • Import and configure PyUnitWizard
  • Quantities and Units
  • Dimensionality and Compatibility
  • Convert quantities
  • Working with strings
  • Working with lists and arrays
    • Concatenate
    • Stack
  • Standardization
  • Check
  • PyUnitWizard in your library

Developer Guide

  • Introduction
    • Introduction
  • Names convention
    • Project name
      • GitHub repo and Conda env
      • README file and documents
      • Package
    • Modules, classes, methods, variables, and others programming elements.
      • Modules
      • Classes
      • Exceptions
      • Methods and functions
      • Variables, input arguments and parameters.
      • Constants
      • Not public methods and variables
  • Exceptions
    • NotImplementedMethodError
    • NotImplementedClassError
    • BadCallError
    • NoStandardError
    • UnknownFormError
    • LibraryNotFoundError
  • Documentation
    • Sphinx
    • Docstrings
      • Documenting a class
      • Documenting a method
    • Admonitions
      • Note
      • Did you know…?
      • It is suggested…
      • See also
      • Warning

API Documentation

  • Users
    • pyunitwizard.get_form
      • get_form()
  • Developers
    • Exceptions
      • pyunitwizard._private.exceptions.NotImplementedMethodError
      • pyunitwizard._private.exceptions.LibraryNotFoundError
PyUnitWizard
  • pyunitwizard.utils package

pyunitwizard.utils package

Subpackages

  • pyunitwizard.utils.matplotlib package
    • Module contents
  • pyunitwizard.utils.numpy package
    • Submodules
    • pyunitwizard.utils.numpy.column_stack module
      • column_stack()
    • pyunitwizard.utils.numpy.hstack module
      • hstack()
    • pyunitwizard.utils.numpy.repeat module
      • repeat()
    • pyunitwizard.utils.numpy.stack module
      • stack()
    • pyunitwizard.utils.numpy.vstack module
      • vstack()
    • Module contents
  • pyunitwizard.utils.plot package
    • Module contents
  • pyunitwizard.utils.sequences package
    • Submodules
    • pyunitwizard.utils.sequences.concatenate module
      • concatenate()
    • pyunitwizard.utils.sequences.is_quantity_value_sequence module
      • is_quantity_value_sequence()
    • pyunitwizard.utils.sequences.is_sequence module
      • is_sequence()
      • is_sequence_of_quantities()
      • is_sequence_of_sequences()
      • is_sequence_of_sequences_of_sequences()
    • pyunitwizard.utils.sequences.slice module
      • slice()
    • Module contents

Module contents

Fork me on GitHub

© Copyright 2021-2022, The Mexico City Childrens' Hospital Federico Gomez, its Unit of Research on Computational Biology and Drug Design, and authors | This project is licensed under the terms of the MIT license. See further details in the source code repository | Project based on the Computational Molecular Science Python Cookiecutter version 1.5.

Built with Sphinx using a theme provided by Read the Docs.