python-packaging-tutorial
python-packaging-tutorial copied to clipboard
Tutorial on python packaging
Help needed with conda-build and setting up meta.yaml, and setup.py for module/submodule structure.
Hello, I am trying to build a conda package, using conda-build, from pure python modules (and submodules). As a starter I use the cookiecutter at https://github.com/conda/cookiecutter-conda-python.git. If I understand correctly,...
All examples should be tested Reference to command, code snippet could be integrated using `literalinclude`. For example: ``` .. literalinclude:: ../appveyor.yml :language: yaml :start-after: scikit-ci-yml.rst: start :end-before: scikit-ci-yml.rst: end :emphasize-lines:...
* [x] Manylinux docker image - https://github.com/pypa/manylinux * [ ] Delocate - https://github.com/matthew-brett/delocate * [ ] Auditwheel - https://github.com/pypa/auditwheel cc: @thewtex
* [x] scikit-ci: https://github.com/scikit-build/scikit-ci * [x] scikit-ci-addons: https://github.com/scikit-build/scikit-ci-addons * [ ] Multibuild - https://github.com/matthew-brett/multibuild
* [ ] Create `sphinx_presentation/prerequisites.rst` * [ ] Move the related content from `README.md` into `prerequisites.rst` file * Make sure to convert to use restructure text convention by looking at...