Python packages of recent versions of appy
Is there any way to install a recent version of appy.pod via pip? Here http://
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Appy Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2011-06-14
- Last reply:
- 2011-06-14
Hi! No, currently there is only this good old zip file at http://
Script for publishing to Pypi needs some finalization... soooOOooorry
Maybe a simple setup.py will be helpful to somebody:
#!/usr/bin/env python
# encoding: utf-8
from distutils.core import setup
setup(name='appy',
version=
descripti
author=
<email address hidden>",
license=
keywords=
url='http://
package_
packages=
)
download appy 0.6.6, extract to e.g. appy-package, add empty appy-package/
Can you help with this problem?
Provide an answer of your own, or ask Kostia Lopuhin for more information if necessary.