Closed vilmibm closed 6 years ago
Thanks so much for your work here!
_ttbp.py can be deprecated once we have a better environment on tilde.town for users to run the most recent stable version and not deal with buggy/incremental updates, which this PR puts us in a much better place to set up. I'm also fine with the ASCII banner being inlined; that was sort of an arbitrary decision on my end when I was putting it together outside of a python file :)
hi!
this PR addresses #15. It:
setup.py
file so ttbp can be installed withpip
config/__init__.py
bin
tottbp
and adds__init__.py
to make it a packagechatter
module and inlines the json file as a python dict as a default (can be overridden by a json file in endorphant's home directory)dir
function/var/global
directory on tilde.town and use it instead of the source directory to write persistent stuffIt is not intended to have functional changes for users.
I've tested it locally on my computer and it's all working. I'll test it out for my own existing ttbp installation tomorrow.
I have some questions!
_ttbp.py
be deleted?