{ "info": { "author": "Moises Gautier Gomez", "author_email": "moisesgautiergomez@correo.ugr.es", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: System :: Monitoring" ], "description": "=====\nSecurity sensor\n=====\n\nSecurity sensor is a Django app to process events log from different security source.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"secapp\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'secapp',\n ]\n\n2. Include the secapp URLconf in your project urls.py like this::\n\n url(r'^secapp/', include('secapp.urls')),\n\n3. Run `python manage.py migrate` to create the secapp models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a user isolated like user-secapp (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/secapp/ to see events log in a chart.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MGautier/security-sensor", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "security-sensor", "package_url": "https://pypi.org/project/security-sensor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/security-sensor/", "project_urls": { "Homepage": "https://github.com/MGautier/security-sensor" }, "release_url": "https://pypi.org/project/security-sensor/1.0/", "requires_dist": null, "requires_python": null, "summary": "Security sensor is a Django app to process events log from different security source.", "version": "1.0" }, "last_serial": 2301125, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "a24bb1f33251f6c2f55733582355f1de", "sha256": "c82353ee188987deeed7e5679d69d69fd1f04085485d79470959dbe2e169f75b" }, "downloads": -1, "filename": "security-sensor-1.0.tar.gz", "has_sig": false, "md5_digest": "a24bb1f33251f6c2f55733582355f1de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5060432, "upload_time": "2016-08-24T19:39:11", "url": "https://files.pythonhosted.org/packages/0e/ea/8f7958202b2275eca62babedc643ef1b54223c8a31137dac92e32597af57/security-sensor-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a24bb1f33251f6c2f55733582355f1de", "sha256": "c82353ee188987deeed7e5679d69d69fd1f04085485d79470959dbe2e169f75b" }, "downloads": -1, "filename": "security-sensor-1.0.tar.gz", "has_sig": false, "md5_digest": "a24bb1f33251f6c2f55733582355f1de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5060432, "upload_time": "2016-08-24T19:39:11", "url": "https://files.pythonhosted.org/packages/0e/ea/8f7958202b2275eca62babedc643ef1b54223c8a31137dac92e32597af57/security-sensor-1.0.tar.gz" } ] }