¡@

Home 

python Programming Glossary: author_email

Specifying optional dependencies in pypi python setup.py

http://stackoverflow.com/questions/10572603/specifying-optional-dependencies-in-pypi-python-setup-py

open 'README.md' .read author 'Calvin Cheng' author_email 'calvin@calvinx.com' install_requires 'cherrypy wsgiserver'..

How can I add post-install scripts to easy_install / setuptools / distutils?

http://stackoverflow.com/questions/250038/how-can-i-add-post-install-scripts-to-easy-install-setuptools-distutils

autocompletion library for Python' author 'Orestis Markou' author_email 'orestis@orestis.gr' packages 'pysmell' entry_points 'console_scripts'..

How can i bundle other files when using cx_freeze?

http://stackoverflow.com/questions/2553886/how-can-i-bundle-other-files-when-using-cx-freeze

version '1.0' description 'Janitor' author 'John Doe' author_email 'john.doe@gmail.com' url 'http www.this page intentionally left.. description 'A general enhancement utility' author 'lenin' author_email 'le...@null.com' options 'build_exe' 'excludes' excludes 'packages'..

Python distutils - does anyone know how to use it?

http://stackoverflow.com/questions/29562/python-distutils-does-anyone-know-how-to-use-it

Services and libraries ABC DEF author That Guy Initech Ltd author_email that.guy@initech.com version '1.0.5' package_dir 'Package3'..

Simple wrapping of C code with cython

http://stackoverflow.com/questions/3046305/simple-wrapping-of-c-code-with-cython

not in 0.14.1 # version # description # author # author_email # test import f # cat test f.py # usr bin env python #..

py2exe com dll problem

http://stackoverflow.com/questions/3126379/py2exe-com-dll-problem

# author maintainer contact go here author First Last author_email some_name@some_company.com packages view ctypes_com_server my_com_server_target..

How to create a python 2.x package - simple case

http://stackoverflow.com/questions/4155914/how-to-create-a-python-2-x-package-simple-case

setup name 'MyProject' version '0.1' author 'Your Name' author_email 'your@email' license 'MIT' description 'Example package that.. setup name 'MyProject' version '0.2' author 'Your Name' author_email 'your@email' license 'MIT' description 'Example package that..

trouble installing rpy2 on win7 (R 2.12, Python 2.5)

http://stackoverflow.com/questions/4924917/trouble-installing-rpy2-on-win7-r-2-12-python-2-5

except rpy2.rinterface LGPL author Laurent Gautier author_email lgautier@gmail.com ext_modules rinterface_exts 0 package_dir..

Can we shed some definitive light on how python packaging and import works?

http://stackoverflow.com/questions/5714916/can-we-shed-some-definitive-light-on-how-python-packaging-and-import-works

'Python Distribution Utilities' author 'Greg Ward' author_email 'gward@python.net' url 'http www.python.org sigs distutils sig..

Python package structure, setup.py for running unit tests

http://stackoverflow.com/questions/6164004/python-package-structure-setup-py-for-running-unit-tests

description 'Trend following library' author 'Nate Reed' author_email 'nate@natereed.com' packages find_packages install_requires..

How do I write a setup.py for a twistd/twisted plugin that works with setuptools, distribute, etc?

http://stackoverflow.com/questions/7275295/how-do-i-write-a-setup-py-for-a-twistd-twisted-plugin-that-works-with-setuptools

anything at all. url http example.com author John Doe author_email jdoe@example.com packages 'mypackage' 'twisted.plugins' # You..

SWIG wrapping C++ for Python: translating a list of strings to an STL vector of STL strings

http://stackoverflow.com/questions/8469138/swig-wrapping-c-for-python-translating-a-list-of-strings-to-an-stl-vector-of

version '0.1.0' description 'test module' author 'Craig' author_email 'balh.org' packages 'mymod' ext_modules Extension 'mymod._mymod'..