Skip to content

Commit

Permalink
🔀 moved information out of pavement
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Mar 26, 2015
1 parent 8db7a92 commit e2f486e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
10 changes: 7 additions & 3 deletions 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
11 changes: 11 additions & 0 deletions src/jmx4py/__init__.py
Expand Up @@ -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 <jh@web.de>
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit e2f486e

Please sign in to comment.