You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyPi is the official Python Package Index. By uploading this library to PyPi, anyone in the world will be able to install it via pip install lispify instead of by cloning this repository. It's a nice thing to do since lispify is a generally useful library.
We should only release on PyPi once we are Python 3.x compatible (see #2).
Additional step: since we are releasing this on PyPi, we need some form of documentation. Luckily, there's only one public function -- lispify. Our situation is similar to that of unidecode. Following their example, add a "demo" section to the README showing all the data types we can convert from Python --> Lisp. The demo should be a copy-paste of a session in the Python interpreter, just like in the Unidecode documentation.
When released on PyPi, make sure this "demo" is included on PyPi as well (don't know how this is done, needs to be Googled).
PyPi is the official Python Package Index. By uploading this library to PyPi, anyone in the world will be able to install it via
pip install lispify
instead of by cloning this repository. It's a nice thing to do since lispify is a generally useful library.We should only release on PyPi once we are Python 3.x compatible (see #2).
Resources:
The text was updated successfully, but these errors were encountered: