Publishing at Anaconda and Automating the Process - 9/9
Published at February 25, 2021 · 3 min read
Heya fellows, This is part 9 of the multi-part series “The Evolution of a Script”. The code of this post can be found on Github (see here). Contents A Simple Script Sys Module Argparse Module Distribution via Installation Script Distribution via Setup File Testing and Continuous Integration Documentation Publishing at PyPI Publishing at Anaconda When a setup.py file was already created, it’s pretty simple to go a step further and create an Anaconda package....