{ "info": { "author": "refnode", "author_email": "refnode@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "=====\ncycle\n=====\n\nA Python software build management tool inspired by Maven.\n\nQuickstart\n----------\n\nAfter installing cycle via pip or rpm, just generate your first simple project calling::\n\n cycle prototype generate mynewproject [-p prototype]\n \nIntro\n-----\n\nCycle is small prototype of a build tool inspired by Apache Maven.\nOn the long term, it should provide some of the features Maven provides, such as\n\n* a predefined, but flexible to customize lifecycle for projects\n* a flexible integration of additional commands\n* integrations to pypi, github and other remote services\n* and a bunch of prototypes (maven archetypes) with good common used conventions\n\nWhy I started the project?\n--------------------------\n\nI'm a sysadmin and developers for a while working with several languages and tools.\nFor some languages there a powerful tools and guidelines how to develop,\nfor other languages a developer has to review a bunch of projects to analyze the common practices.\n\nFor almost all software projects a basic software lifecylce is identical as you can\nreview for yourself looking at the Maven documentation, eg.\n\n* generate a project from a skeleton/template\n* generate additional config files (special environments, test-tools config, ...)\n* registering/setup remote resource (pypi, scm repo, ...)\n* develop and test (best in the way of feature branches)\n* write/generate documentation\n* release (source, binary, distro formats)\n\nSometimes this seems a bit far away from `DRY `_?\n\nWhy not just using Maven?\n\nGood question! Maybe the best answer is: Maven is too powerful and a too huge step for many\ndevelopers. At least working/customizing the pom.xml files seems to be a too horrible thing\nfor many.\n\nSo I try to develop this small Maven inspired tool as a lightweight tools for Python and other\nlanguages. Let's look what it becomes :-)\n\nContributions are welcome.\n\nReferences\n==========\n\n* `Apache Maven Website `_", "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/refnode/cycle", "keywords": "cycle code generator builder maven", "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "cycle", "package_url": "https://pypi.org/project/cycle/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cycle/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/refnode/cycle" }, "release_url": "https://pypi.org/project/cycle/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A Python software build management tool inspired by Maven", "version": "0.1.0" }, "last_serial": 1502460, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3dc425922c7f668e824c53ba6efb3771", "sha256": "12b4dd38a8e9f3cb9a63dffdf14fd7d2d905bdb5e2c07f7750a88be145f32608" }, "downloads": -1, "filename": "cycle-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3dc425922c7f668e824c53ba6efb3771", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16514, "upload_time": "2015-04-12T19:15:06", "url": "https://files.pythonhosted.org/packages/ea/3a/71e73c2311946c250ca47933ea9311201f498baea72c30e3f18ae1be9194/cycle-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3dc425922c7f668e824c53ba6efb3771", "sha256": "12b4dd38a8e9f3cb9a63dffdf14fd7d2d905bdb5e2c07f7750a88be145f32608" }, "downloads": -1, "filename": "cycle-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3dc425922c7f668e824c53ba6efb3771", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16514, "upload_time": "2015-04-12T19:15:06", "url": "https://files.pythonhosted.org/packages/ea/3a/71e73c2311946c250ca47933ea9311201f498baea72c30e3f18ae1be9194/cycle-0.1.0.tar.gz" } ] }