{ "info": { "author": "Gary M. Josack", "author_email": "gary@byoteki.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "tattrdb\n=======\n\nDescription\n~~~~~~~~~~~\n\nTattrDB is a simple way to add Tags and Attributes to hostnames for use\nas a very generic service management database.\n\nInstallation\n~~~~~~~~~~~~\n\n::\n\n pip install tattrdb\n\nDatabase Creation\n~~~~~~~~~~~~~~~~~\n\nTattr uses sqlalchemy underneath and those uses a database url to\nconnect. Once you've constructed your url you can plugin it into the\nexample below:\n\n::\n\n from tattrdb import models\n models._sync(models.connect(\"sqlite:///tattr.sqlite\"))\n\nConfiguration\n~~~~~~~~~~~~~\n\nUsing the same url from the example above you'll need to create a\nconfiguration file at /etc/tattr.yaml as follows:\n\n::\n\n db_uri: \"sqlite:///tattr.sqlite\"\n\nCommand-line\n~~~~~~~~~~~~\n\nOnce you've finished installing and configuring tattr you can use the\ntattr command line tool to add/rm/modify hosts/tags/attributes. Tattr\nuses subcommands and each individual subcommand has it's own help\nmessages.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/gmjosack/tattrdb/archive/master.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gmjosack/tattrdb", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "tattrdb", "package_url": "https://pypi.org/project/tattrdb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tattrdb/", "project_urls": { "Download": "https://github.com/gmjosack/tattrdb/archive/master.tar.gz", "Homepage": "https://github.com/gmjosack/tattrdb" }, "release_url": "https://pypi.org/project/tattrdb/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Tag and Attribute Database.", "version": "0.1.2" }, "last_serial": 954295, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "628b82d05e030f3f09f5b669196eea9d", "sha256": "d4f2b330957197a5f43ac8723f0978e23b624dd2c626b3d5462b4a0428e70e0a" }, "downloads": -1, "filename": "tattrdb-0.1.1.tar.gz", "has_sig": false, "md5_digest": "628b82d05e030f3f09f5b669196eea9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6137, "upload_time": "2013-12-25T00:43:40", "url": "https://files.pythonhosted.org/packages/0d/7d/dc9f358a9175d8e44cbce568a98f91ecdb6b3c3c509fd8c00b088015dd36/tattrdb-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "da2ed78ecb9326e0b57d4822a4ca45cd", "sha256": "67f1fb5ed92785be8b0ab8bd5927b0bd8317f8127d595ddb5ac7f1a40a39fcb7" }, "downloads": -1, "filename": "tattrdb-0.1.2.tar.gz", "has_sig": false, "md5_digest": "da2ed78ecb9326e0b57d4822a4ca45cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6684, "upload_time": "2013-12-25T00:56:37", "url": "https://files.pythonhosted.org/packages/d3/e8/1dd3c9e7c6026114a242e05f687dd23967c4d9c636a7ce2817e097a0ae0f/tattrdb-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "da2ed78ecb9326e0b57d4822a4ca45cd", "sha256": "67f1fb5ed92785be8b0ab8bd5927b0bd8317f8127d595ddb5ac7f1a40a39fcb7" }, "downloads": -1, "filename": "tattrdb-0.1.2.tar.gz", "has_sig": false, "md5_digest": "da2ed78ecb9326e0b57d4822a4ca45cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6684, "upload_time": "2013-12-25T00:56:37", "url": "https://files.pythonhosted.org/packages/d3/e8/1dd3c9e7c6026114a242e05f687dd23967c4d9c636a7ce2817e097a0ae0f/tattrdb-0.1.2.tar.gz" } ] }