easier_install 0.1
Create setup.py files for a number of modules and scripts quickly
Easily create setup.py files for easy_install / setuptools
I'm too lazy to author setup.py files for installation of simple python modules and scripts, and setuptools/easy_install is very handy for installing scripts "properly" on both win32 and unix. Hence this script for creating a functional setup.py quickly. It's perfectly usable for creating source and binary distributions as well.
Quick guide:
- Go to a directory with lots of python modules (no packages!).
- If the directory name is /home/foo/bar, 'bar' will be used as the name of the distribution.
- If a python module has 'def main' in it, it's considered executable
- Run easier_install
- Review the resulting ei_setup.py and run it, as instructed.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| easier_install-0.1-py2.5.egg (md5) | Python Egg | 2.5 | 2006-10-19 | 4KB | 1396 |
| easier_install-0.1.win32.exe (md5) | MS Windows installer | any | 2006-10-19 | 67KB | 934 |
| easier_install-0.1.zip (md5) | Source | 2006-10-19 | 4KB | 913 | |
- Author: Ville M. Vainio
- Home Page: http://opensvn.csie.org/vvprj/trunk/easier_install/
- License: MIT Open Source License
- Package Index Owner: vivainio
- DOAP record: easier_install-0.1.xml
