paul-hoehne / MarkLogic_Python

MarkLogic Python API for managing MarkLogic servers
Other
7 stars 8 forks source link

Re-organize directory structure to work well with setuptools #2

Closed rmchamberlain closed 9 years ago

rmchamberlain commented 9 years ago

Do you have plans to do this in the near future to allow easy installation and development via pip and easy_install? I'm referring to the typical Python package structure:

docs/ examples/ tests/ marklogic/     models/     etc... setup.py README.md etc....

If so, I'd be happy to work it up in a PR. If not, no worries, I just wanted to know before I start using the code.

paul-hoehne commented 9 years ago

Yes, in the next push or two.

paul-hoehne commented 9 years ago

It should install using easy install, but I've only tried it with Python 3.4 and using a virtual environments.

rmchamberlain commented 9 years ago

Thanks! So far it's working for me at the system level with Python 2.7 using python setup.py develop