(pinax)hdknr@deblen:~/.ve/pinax/src$ yolk -S name=pony
django-pony (1.0):
A pony for your django project.
plone.pony (1.2):
A pony for Plone.
pony (0.0.1a1):
web framework
xmppony (0.1):
XMPP library
(
pinax)hdknr@deblen:~/.ve/pinax/src$ yolk -M django-pony
maintainer: None
maintainer_email: None
cheesecake_code_kwalitee_id: None
keywords: None
author: Martin Mahner
author_email:
martin@mahner.org download_url: UNKNOWN
platform: UNKNOWN
version: 1.0
obsoletes: []
provides: []
cheesecake_documentation_id: None
_pypi_hidden: False
description: ===========
Django Pony
===========
There is no pony in django. Here is a application to add a pony to your
django project.
Installation
============
1. Add "pony" to your pytonpath.
2. Add this line of code somewhere in your template(s)::
{% include "pony/pony.html" %}
3. That's it! Easy what?
Credits and legal notice
========================
The ascii art pony was made by `Joan Stark`_ and released for free for
**non commercial use**. See his guidlines_ for details.
.. _`Joan Stark`:
http://www.ascii-art.com/ .. _guidlines:
http://www.geocities.com/SoHo/7373/please.htm _pypi_ordering: 1
classifiers: ['Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: Freeware', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Utilities']
name: django-pony
license: UNKNOWN
summary: A pony for your django project.
home_page:
http://code.google.com/p/django-pony/ stable_version: None
requires: []
cheesecake_installability_id: None
(
pinax)hdknr@deblen:~/.ve/pinax/src$ yolk -M pony
maintainer: None
maintainer_email: None
cheesecake_code_kwalitee_id: None
keywords: None
author: Pony Team
author_email:
team@justpony.org download_url:
http://pypi.python.org/pypi/pony/ platform: UNKNOWN
version: 0.0.1a1
obsoletes: []
provides: []
cheesecake_documentation_id: None
_pypi_hidden: False
description: Pony is a web framework
_pypi_ordering: 1
classifiers: ['Development Status :: 3 - Alpha', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU Affero General Public License v3', 'License :: Other/Proprietary License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Database', 'Topic :: Database :: Front-Ends', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: WSGI', 'Topic :: Software Development :: Libraries :: Application Frameworks']
name: pony
license: AGPL, Commercial
summary: web framework
home_page:
http://justpony.org stable_version: None
requires: []
cheesecake_installability_id: None
(
pinax)hdknr@deblen:~/.ve/pinax/src$ yolk -M plone.pony
maintainer: None
maintainer_email: None
cheesecake_code_kwalitee_id: None
keywords: plone pony
author: Plone Foundation
author_email:
plone-developers@lists.sourceforge.net download_url:
http://cheeseshop.python.org/pypi/plone.pony/ platform: Any
version: 1.2
obsoletes: []
provides: []
cheesecake_documentation_id: None
_pypi_hidden: False
description: Django's got a pony now, so hey...
Changelog
=========
1.2 - 2008-10-11
----------------
* Close the pre tag properly.
[davisagli]
1.1 - 2008-10-08
----------------
* Don't clobber other viewlets in plone.portalheader viewlet manager
[davisagli]
* Install pony to all themes.
[davisagli]
1.0 - 2008-10-08
----------------
* Initial release
[witsch]
_pypi_ordering: 12
classifiers: ['Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Plone', 'Intended Audience :: Other Audience', 'Intended Audience :: System Administrators', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
name: plone.pony
license: GPL
summary: A pony for Plone.
home_page:
http://svn.plone.org/svn/plone/plone.pony stable_version: None
requires: []
cheesecake_installability_id: None
(
pinax)hdknr@deblen:~/.ve/pinax/src$ LANG=C yolk -M xmppony
maintainer: None
maintainer_email: None
cheesecake_code_kwalitee_id: None
keywords: None
Traceback (most recent call last):
File "/home/hdknr/.ve/pinax/bin/yolk", line 8, in <module>
load_entry_point('yolk==0.4.1', 'console_scripts', 'yolk')()
File "/home/hdknr/.ve/pinax/lib/python2.5/site-packages/yolk/cli.py", line 1085, in main
my_yolk.run()
File "/home/hdknr/.ve/pinax/lib/python2.5/site-packages/yolk/cli.py", line 204, in run
return getattr(self, action)()
File "/home/hdknr/.ve/pinax/lib/python2.5/site-packages/yolk/cli.py", line 693, in query_metadata_pypi
print "%s: %s" % (key, metadata[key])
File "/home/hdknr/.ve/pinax/lib/python2.5/site-packages/yolk/cli.py", line 79, in write
self.stdout.write(inline)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xeb' in position 11: ordinal not in range(128)
(
pinax)hdknr@deblen:~/.ve/pinax/src$ yolk -H django-pony
(
pinax)hdknr@deblen:~/.ve/pinax/src$ git clone git://github.com/bartTC/django-pony.git
Initialized empty Git repository in /home/hdknr/.ve/pinax/src/django-pony/.git/
remote: Counting objects: 26, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 26 (delta 3), reused 24 (delta 3)
Receiving objects: 100% (26/26), done.
Resolving deltas: 100% (3/3), done.
(
pinax)hdknr@deblen:~/.ve/pinax/src$ cd django-pony/
(
pinax)hdknr@deblen:~/.ve/pinax/src/django-pony$ ls -al
合計 28
drwxr-xr-x 4 hdknr hdknr 4096 2009-11-24 01:22 .
drwxr-xr-x 4 hdknr hdknr 4096 2009-11-24 01:22 ..
drwxr-xr-x 8 hdknr hdknr 4096 2009-11-24 01:22 .git
-rw-r--r-- 1 hdknr hdknr 90 2009-11-24 01:22 MANIFEST.in
-rw-r--r-- 1 hdknr hdknr 590 2009-11-24 01:22 README.rst
drwxr-xr-x 3 hdknr hdknr 4096 2009-11-24 01:22 pony
-rw-r--r-- 1 hdknr hdknr 2019 2009-11-24 01:22 setup.py
(
pinax)hdknr@deblen:~/.ve/pinax/src/django-pony$ more README.rst
===========
Django Pony
===========
There is no pony in django. Here is a application to add a pony to your
django project.
Installation
============
1. Add "pony" to your pytonpath.
2. Add this line of code somewhere in your template(s)::
{% include "pony/pony.html" %}
3. That's it! Easy what?
Credits and legal notice
========================
The ascii art pony was made by `Joan Stark`_ and released for free for
**non commercial use**. See his guidlines_ for details.
.. _`Joan Stark`:
http://www.ascii-art.com/ .. _guidlines:
http://www.geocities.com/SoHo/7373/please.htm (
pinax)hdknr@deblen:~/.ve/pinax/src/django-pony$ more pony/templates/pony/pony.html
<pre class="pony"> .,,.
,;;*;;;;,
.-'``;-');;.
/' .-. /*;;
.' \d \;; .;;;,
/ o ` \; ,__. ,;*;;;*;,
\__, _.__,' \_.-') __)--.;;;;;*;;;;,
`""`;;;\ /-')_) __) `\' ';;;;;;
;*;;; -') `)_) |\ | ;;;;*;
;;;;| `---` O | | ;;*;;;
*;*;\| O / ;;;;;*
;;;;;/| .-------\ / ;*;;;;;
;;;*;/ \ | '. (`. ;;;*;;;
;;;;;'. ; | ) \ | ;;;;;;
,;*;;;;\/ |. / /` | ';;;*;
;;;;;;/ |/ / /__/ ';;;
'*jgs/ | / | ;*;
`""""` `""""` ;'</pre>
Comments [0]