Python packaging sprint at EuroPython 2020
We welcome package maintainers, backend and frontend web developers, infrastructure administrators, technical writers, and testers to join us at sprints to help us make the new PyPI, and the entire packaging/distribution toolchain, as usable and robust as possible.
We're working on Warehouse, pip, bandersnatch, wheel, and more. We're using Pyramid, Pylons, StimulusJS, CSS, static typechecking with mypy, ElasticSearch, Sphinx, and regular Python, and we also need help with Travis CI and continuous integration, and Anaconda and Windows support.
Or, if you just want to learn to use the tools to package your scripts up and distribute them on PyPI, we'll help you with that, too.
Newcomers are welcome -- we'll help you learn and contribute!
Contents
Register
You'll need to register and get a free ticket ahead of time.
You should probably register by July 20th or so - no registration deadline has yet been announced.
Dates
This sprint will happen during the EuroPython weekend: Saturday & Sunday July 25 & 26, online.
Participants
Attending:
- Sumana Harihareswara
- Cooper Lees
- Julian Berman
- Tzu-Ping Chung
- Felipe Rodrigues
- [add your name here!]
Working on
- bandersnatch: getting the next release out
- Warehouse
- black (formatter)
- self-contained wheel(-only) installer outside of pip
- helping newcomers learn to make packages
Discussion
https://discuss.python.org/t/europython-online-sprint-july-25-26/4300
Tutorials/resources
If you don't know git: https://swcarpentry.github.io/git-novice/
If you have never packaged a Python project before: https://packaging.python.org/tutorials/packaging-projects/
If you want to understand the internals of PyPI & pip: https://warehouse.readthedocs.io/application/ & https://pip.pypa.io/en/latest/development/architecture/
Presentations you can read: https://www.pypa.io/en/latest/presentations/
In case you want to use a template to start a new package: https://nsls-ii.github.io/scientific-python-cookiecutter/preliminaries.html