microprobe.utils.info

microprobe.utils.info module

Module data

AUTHOR str(object=’‘) -> string
CLASSIFIERS list() -> new empty list
COPYRIGHT str(object=’‘) -> string
EMAIL str(object=’‘) -> string
KEYWORDS str(object=’‘) -> string
LICENSE str(object=’‘) -> string
MAINTAINER str(object=’‘) -> string
PACKAGEURL tuple() -> empty tuple
REVISION str(object=’‘) -> string
STATUS str(object=’‘) -> string
VERSION str(object=’‘) -> string
WEBSITE str(object=’‘) -> string



Module data

AUTHOR = 'Ramon Bertran'

str(object=’‘) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

CLASSIFIERS = ['Development Status :: 4 - Beta', 'Environment :: Console', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: Apache Software License', 'Natural Language :: English', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)', 'Topic :: Software Development', 'Topic :: Software Development :: Code Generators', 'Topic :: Utilities']

list() -> new empty list list(iterable) -> new list initialized from iterable’s items

COPYRIGHT = 'Copyright 2018 IBM Corporation'

str(object=’‘) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

EMAIL = 'rbertra@us.ibm.com'

str(object=’‘) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

KEYWORDS = 'microprobe microbenchmarks code generation stresstests characterization computer architecture microarchitecture'

str(object=’‘) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

LICENSE = 'Apache Version 2.0'

str(object=’‘) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

MAINTAINER = 'Ramon Bertran'

str(object=’‘) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

PACKAGEURL = ('https://pypi.org/project/microprobe/',)

tuple() -> empty tuple tuple(iterable) -> tuple initialized from iterable’s items

If the argument is a tuple, the return value is the same object.

REVISION = 'No packaged version. Use Git to find the current revision.'

str(object=’‘) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

STATUS = 'Development'

str(object=’‘) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

VERSION = '0.5'

str(object=’‘) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

WEBSITE = 'https://github.com/IBM/microprobe'

str(object=’‘) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.