python-packaging-tutorial icon indicating copy to clipboard operation
python-packaging-tutorial copied to clipboard

Tutorial on python packaging

Results 7 python-packaging-tutorial issues
Sort by recently updated
recently updated
newest added

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:...

enhancement
help wanted

enhancement
help wanted
good first issue

* [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...

enhancement
good first issue