Monsyne Dragon 0c619c133d Add database admin command.
Add admin command for db schema upgrade/downgrade/etc.
Move alembic migrations so above can find them when installed
    as a package.
Fix up packaging to use setup.cfg and pbr.
Flesh out README.
2014-09-07 04:07:20 +00:00

35 lines
771 B
INI

[metadata]
description-file = README.md
name = winchester
version = 0.10
author = Monsyne Dragon
author_email = mdragon@rackspace.com
summary = An OpenStack notification event processing library.
license = Apache-2
keywords =
stacktach
event_processing
pipeline
events
notification
openstack
triggers
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
home-page = https://github.com/StackTach/winchester
[files]
packages =
winchester
[entry_points]
console_scripts =
pipeline_worker = winchester.worker:main
winchester_db=winchester.db.db_admin:main