Skip to main content

Views for the info objects from zope.introspector.

Project description

zope.introspectorui

What is zope.introspectorui?

zope.introspectorui is a set of views for the information objects provided by zope.introspector.

Installing zope.introspectorui

zope.introspectorui is provided as an Python egg on cheeseshop and set up via zc.buildout

You may have setuptools already installed for your system Python. In that case, you may need to upgrade it first because buildout requires a very recent version:

$ sudo easy_install -U setuptools

If this command fails because easy_install is not available, there is a good chance you do not have setuptools available for your system Python. If so, there is no problem because setuptools will be installed locally by buildout.

Because zope.introspectorui is a developer tool, you normally use it by including the package the setup.py file of your own package. There will most probably a section called install_requires where you add ‘zope.introspector’ like this:

...
install_requires=['setuptools',
                  # Add extra requirements here
                  'zope.introspectorui',
                  ...
                  ],

In zc.buildout based package setups you can ‘activate’ usage of zope.introspectorui afterwards simply by (re)running bin/buildout.

CHANGES

0.2 (2009-01-29)

  • Add explicit dependency to zope.location and clean up ZCML activation.

0.1 (2008-10-24)

  • Initial Release

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

zope.introspectorui-0.2.tar.gz (13.0 kB view details)

Uploaded Source

File details

Details for the file zope.introspectorui-0.2.tar.gz.

File metadata

File hashes

Hashes for zope.introspectorui-0.2.tar.gz
Algorithm Hash digest
SHA256 ab895f7afa4f01e60514824753192ac7a103c96d58896076b69acd18eb0b123d
MD5 9f208d315f02b5cc0187c8bed846b6f5
BLAKE2b-256 9cc8703ba8849c47259db4b3f9505034e404775825215bcb75cded9a2cf57145

See more details on using hashes here.

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