diff --git a/project.d/classifiers.txt b/project.d/classifiers.txt index 2dd6a20..99d52be 100644 --- a/project.d/classifiers.txt +++ b/project.d/classifiers.txt @@ -1,12 +1,16 @@ # Details at http://pypi.python.org/pypi?:action=list_classifiers -Development Status :: 2 - Pre-Alpha -#Development Status :: 3 - Alpha +Development Status :: 3 - Alpha #Development Status :: 4 - Beta #Development Status :: 5 - Production/Stable Intended Audience :: Developers -License :: OSI Approved :: Apache 2.0 +Intended Audience :: Information Technology +Intended Audience :: System Administrators +License :: OSI Approved :: Apache Software License Operating System :: OS Independent Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 +Topic :: Software Development :: Libraries :: Python Modules +Topic :: System :: Monitoring +Topic :: Utilities diff --git a/src/jmx4py/__init__.py b/src/jmx4py/__init__.py index a6254e8..a05b396 100644 --- a/src/jmx4py/__init__.py +++ b/src/jmx4py/__init__.py @@ -4,6 +4,17 @@ """ JMX for Python – A Python Client for the Jolokia JMX Agent. + Jolokia is a JMX-HTTP bridge giving an alternative to JSR-160 connectors. + It is an agent based approach with support for many platforms. In addition + to basic JMX operations it enhances JMX remoting with unique features like + bulk requests or fine grained security policies. + + jmx4py offers a client API similar to the existing Jolokia clients for Perl + (jmx4perl), Java and Javascript. Additionally, it'll build upon the basic + API and offer further features related to monitoring and controlling JVMs + via JMX using Python. + + Copyright © 2011 Jürgen Hermann Licensed under the Apache License, Version 2.0 (the "License");