ThirdParty/Jasy/jasy/__init__.py

branch
Py2 comp.
changeset 2847
1843ef6e2656
parent 2779
4d433896b6d6
child 3145
a9de05d4a22f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ThirdParty/Jasy/jasy/__init__.py	Mon Aug 12 22:21:53 2013 +0200
@@ -0,0 +1,19 @@
+#
+# Jasy - Web Tooling Framework
+# Copyright 2010-2012 Zynga Inc.
+# Copyright 2013 Sebastian Werner
+#
+
+"""
+**Jasy - Web Tooling Framework**
+
+Jasy is a powerful Python3-based tooling framework. 
+It makes it easy to manage heavy web projects. 
+Its main goal is to offer an API which could be used by developers to write their
+custom build/deployment scripts.
+"""
+
+from __future__ import unicode_literals    # __IGNORE_WARNING__
+
+__version__ = "1.1.0"
+__author__ = "Sebastian Werner <info@sebastian-werner.net>"

eric ide

mercurial