Add setup script
Hi!
Your module seems quite useful! I added a setup.py file so I can install it via pip. You know this, but a user can install the code with
pip install git+https://github.com/brorfred/python-xcall.git
that way. You could also register the script on pypi.
Thanks for publishing the code!
:-)B
Oops, missed the issue with lib/xcall.app. Stay tuned...
hi Rob, nice work on the ulysses python client and xcall. I have been playing with it. Ran into a issue with 'read-sheet to ulysses, as the returning object is a "sheet" + " "group". It may be that Ulysses changed their api. I am doing more research and looking at your code to see how to update it to address the changes. Any thoughts?
Hi @brorfred, sorry for my late reply. thanks for the pull request. Did you get anywhere on including the lib/xcall.app? --Rob