[18:24:01] <sumanah> https://pyfound.blogspot.com/2019/07/pypi-now-supports-uploading-via-api.html PyPI now supports uploading via API token
[18:54:31] <snbk97> Does "Persist data on "Add API token" form when validation fails" #6293 still exist or has it been fixed ?
[18:57:05] <di_codes> snbk97: still exists, the issue is still open <https://github.com/pypa/warehouse/issues/6293>
[19:00:47] <snbk97> di_code, Thanks for clarification. I'm quite new to contributing to project. I wanted to ask if I'm going in the right direction. Right now, I'm trying to understand the warehouse code base a bit as well as pyramid web framework.
[19:01:40] <di_codes> snbk97: sure, feel free to ask any questions in here, you're in the right place
[19:08:18] <sumanah> snbk97: and thank you for helping out!
[19:08:31] <sumanah> snbk97: https://warehouse.readthedocs.io/application/#usage-assumptions-and-concepts may help
[19:09:10] <snbk97> sumanah: Thanks, I'll check it out.
[19:09:35] <sumanah> snbk97: We close a GitHub issue when it is fixed (or no longer reproducible). When you start working on an issue, you should post a comment on that issue saying that you're working on it :)
[19:10:16] <snbk97> sumanah, yes I'll keep that in mind from next time.