{ "info": { "author": "Niels G. W. Serup", "author_email": "ns@metanohi.name", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: DFSG approved", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: HTML", "Topic :: Utilities" ], "description": "====\nmege\n====\n\nmege is a combined content manager and content generator made specifically for\nthe website \"metanohi\" (available at http://metanohi.name/ ). Because of\nlazyness, currently mege is tightly integrated with this website, though it\nshould be possible to adapt it to work with other sites.\n\nmege is in constant on-and-off development --- special features are only added\nas they are needed --- and there will not be any release out for a long time,\nif ever.\n\nmege is both a command line tool and a Python module. It requires Python 3.1+.\n\nmege uses bottle as its web framework, serves HTML generated from Org-Mode\nfiles, and uses Git for revisions. It uses modwsgi and the Apache web server.\n\n\nLicense\n=======\n\nmege is free software under the terms of the GNU Affero General Public License\nversion 3 (or any later version, see file ``COPYING.txt`` or webpage\nhttp://gnu.org/licenses/agpl.html for full license). The author of mege is\nNiels G. W. Serup, contactable at ns@metanohi.name.\n\n\nInstallation\n------------\n\nThere is no actual release. To get mege, clone mege's git repository. The\naddres is available at http://metanohi.name/projects/mege/\n\nTo install mege, run::\n\n python3 setup.py install\n\nYou must be a superuser to do this.\n\n\nDependencies\n------------\n\n+ ``bottle``: http://bottlepy.org/\n+ ``Pygments``: http://pygments.org/\n+ WSGI Apache interface for Python 3: http://code.google.com/p/modwsgi/\n\n\nUse\n===\n\nAs a command-line tool\n----------------------\n\nWhen you have installed mege, run::\n\n mege COMMAND [OPTION]... [INPUT FILE]...\n\nTo see how to interact with mege in general, run::\n\n mege --help\n\n\nAs a Python module\n------------------\n\nWhen mege has been installed, it can be used just like any other Python\nmodule. To see which functions and classes are available and usable, run::\n\n pydoc3 mege\n\nAnd also::\n\n pydoc3 mege.server\n pydoc3 mege.htmlgen\n pydoc3 mege.macrolang\n pydoc3 mege.htmlfunc\n pydoc3 mege.git\n\nAnd so on.\n\n\nThis document\n=============\nCopyright (C) 2011, 2012 Niels G. W. Serup\n\nCopying and distribution of this file, with or without modification,\nare permitted in any medium without royalty provided the copyright\nnotice and this notice are preserved. This file is offered as-is,\nwithout any warranty.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://metanohi.name/projects/mege/", "keywords": null, "license": "AGPLv3+", "maintainer": null, "maintainer_email": null, "name": "mege", "package_url": "https://pypi.org/project/mege/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mege/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://metanohi.name/projects/mege/" }, "release_url": "https://pypi.org/project/mege/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "metanohi content manager and generator", "version": "0.1.0" }, "last_serial": 407392, "releases": { "0.1.0": [] }, "urls": [] }