{
"info": {
"author": "Mikhail Kashkin",
"author_email": "mkashkin@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "Hopak \n######\n\nFormerly project was ``formgear``.\n\n.. image:: https://api.travis-ci.org/xen/hopak.png?branch=master\n :target: https://travis-ci.org/xen/hopak\n\nMain idea behind ``hopak`` allow iteratively create data models in easy \nreadable form and use them as part of your websites. At this moment only \nMongoDB is allowed. \n\nImagine what happends when you plan to create new site (for yourself or \nclient). You doing several steps and one important is make raw draft of what\ncontent you will publish and relation between different types of content. \nUsually it implies you bootstrap your framework, step over several stages of\ncreating scaffold and only then write models code. In the worst case you write \nSQL. \n\nBut we are living in 21 century, have decoded DNA, pushing frontier into \nspace, digging into core of the atoms and listening dubstep! Why we must to \nwrite all that crap? Why computers cann't just do all this stuff?\n\nSo that is why we invent ``hopak``. Because we want computers to do that they\nsupposed to do. \n\n`hopak` is only part of this effort, but there are already some results. So,\nexample how to make simple model. We use `YAML` because it is very human \nreadable. Minimal file::\n\n # user.yaml\n title: User\n description: >\n This is user model. \n\n fields:\n - name: name\n - name: email\n - name: site\n - name: about\n\nThis file is enough to use it as model in your python code::\n\n # models.py\n from hopak.models import Model\n class User(Model):\n __yaml__ = 'user.yaml'\n\n``hopak`` is only a library for bigger framework, if you decide to use the whole \nstack then you will get site with admin section including list, edit, add, \nsearch, delete sections for each models.\n\nChanges\n========\n\n0.5.1:\n\n- setup.py dependency changed to setuptools form distutils\n\n0.5:\n\n- Python 3 support\n\n0.4.2: \n\n- urgent fix for non saving model instances \n\n0.4.1:\n\n- fix release, added ``hopak.ds`` to package\n\n0.4:\n\n- renamed from ``formgear`` to ``hopak``\n\n0.3.5:\n\n- added independed data sources, but atm still have only mongodb datasource\n\n0.3.4: \n\n- Started this log.\n\nMore\n======\n\nLinks:\n\n* ``hopak`` page on PyPI: `http://pypi.python.org/pypi/hopak/ \n `_\n* Github page: `https://github.com/xen/hopak \n `_\n\nMore documentation is approaching.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/xen/hopak",
"keywords": null,
"license": "BSD",
"maintainer": null,
"maintainer_email": null,
"name": "hopak",
"package_url": "https://pypi.org/project/hopak/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/hopak/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/xen/hopak"
},
"release_url": "https://pypi.org/project/hopak/0.5.1/",
"requires_dist": null,
"requires_python": null,
"summary": "hopak framework base package",
"version": "0.5.1"
},
"last_serial": 960715,
"releases": {
"0.4": [
{
"comment_text": "",
"digests": {
"md5": "6c3ce8d68692543507689d76e8c9b016",
"sha256": "c36291d54623087aaaef7594ab65d7fee13e12f317c0c6505fd82991593c24f7"
},
"downloads": -1,
"filename": "hopak-0.4.tar.gz",
"has_sig": false,
"md5_digest": "6c3ce8d68692543507689d76e8c9b016",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15260,
"upload_time": "2012-12-19T03:40:23",
"url": "https://files.pythonhosted.org/packages/3d/c9/d92096a864085912212cafe5ac5c387765c4de174f32f8d54cf0ce707f63/hopak-0.4.tar.gz"
}
],
"0.4.1": [
{
"comment_text": "",
"digests": {
"md5": "bf6cb35161656538e9506b33a00c14e7",
"sha256": "53f308cdacab61b6fdc6622ce990c5b22900402c5b55d0401ed0f13e508c3725"
},
"downloads": -1,
"filename": "hopak-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "bf6cb35161656538e9506b33a00c14e7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15869,
"upload_time": "2012-12-19T04:50:04",
"url": "https://files.pythonhosted.org/packages/2c/24/c51a5e9a2d99ff02d94f28daf168e012f1f7e8b2ce290a2f006ed175a059/hopak-0.4.1.tar.gz"
}
],
"0.4.2": [
{
"comment_text": "",
"digests": {
"md5": "aa912712223b4e553331b323cfda303e",
"sha256": "83416231e0bf10902ac30776264dc25bf9bcc72dcc3fcfe52dd07a8c2bd47063"
},
"downloads": -1,
"filename": "hopak-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "aa912712223b4e553331b323cfda303e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15931,
"upload_time": "2012-12-20T06:29:50",
"url": "https://files.pythonhosted.org/packages/1e/1a/a2b7f06a0c89bd7b2b52a13fe7a14b22a974bd84bf7e3356b92a285ec92f/hopak-0.4.2.tar.gz"
}
],
"0.5": [
{
"comment_text": "",
"digests": {
"md5": "53dfb139497e4aac0a988faeb066bb7b",
"sha256": "8bdb0e34bb15cdc46ab86452b4f5f01a9f9b35cc080fbe09b7e70a2bbd2fd957"
},
"downloads": -1,
"filename": "hopak-0.5.tar.gz",
"has_sig": false,
"md5_digest": "53dfb139497e4aac0a988faeb066bb7b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16194,
"upload_time": "2014-01-04T21:01:18",
"url": "https://files.pythonhosted.org/packages/55/41/1f97f969ea753e468ac30dd27cd2962b14d532cf97c4cc2d3e22497456ef/hopak-0.5.tar.gz"
}
],
"0.5.1": [
{
"comment_text": "",
"digests": {
"md5": "742a014be20b8d4abc42d9a0a94f5301",
"sha256": "38414f3c77cad2d00799af3037dd1250f2ae2ed4abf5815d9d8576776a13e161"
},
"downloads": -1,
"filename": "hopak-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "742a014be20b8d4abc42d9a0a94f5301",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16918,
"upload_time": "2014-01-04T21:09:41",
"url": "https://files.pythonhosted.org/packages/8f/d1/b95288c6798e1d3b70a5cacd3b0eca1681e24a9ea45ad9483045cd40b55e/hopak-0.5.1.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "742a014be20b8d4abc42d9a0a94f5301",
"sha256": "38414f3c77cad2d00799af3037dd1250f2ae2ed4abf5815d9d8576776a13e161"
},
"downloads": -1,
"filename": "hopak-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "742a014be20b8d4abc42d9a0a94f5301",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16918,
"upload_time": "2014-01-04T21:09:41",
"url": "https://files.pythonhosted.org/packages/8f/d1/b95288c6798e1d3b70a5cacd3b0eca1681e24a9ea45ad9483045cd40b55e/hopak-0.5.1.tar.gz"
}
]
}