-
Notifications
You must be signed in to change notification settings - Fork 0
Releasing packages
markvankoningsveld edited this page Jun 24, 2019
·
1 revision
When you consider to release your package here are some things to consider
- Your code should be well tested. Consider using CircleCI to implement continuous integration of your software.
- Furthermore it is recommended to keep your code well documented.
- After your code is ready, you can upload it to PyPi so that it may be installed using 'pip install [package_name]'
- You can then publish the documentation via [package_name].readthedocs.io
- You can then create a doi for it, e.g. via Zenodo
- Finally you can facilitate easy use through providing working notebooks via Azure notebooks