DEV Community

ranms25
ranms25

Posted on • Updated on

OSDC-2023-assignment4

Quick review of the lecture at the course OSDC

We get familiar with the PyDigger website, and learned about the different metadata which is important to have in the details of the various projects, for example, license, author name, a summary of the project, and so on.
We looked at pypi page of numpy
We found that the mrflagly project was missing the author field from the meta-data, so we sent PR, and learn about pyproject.toml
@szabgab mentioned the recommended books listed at the bottom of the OSDC main page. Especially Uncurled by Daniel Stenberg, author of curl.

Assignment

Our assignment was to Find 5 projects via PyDigger that have no author, not license, or no VCS. Add the missing information and send a PR.
And in this way contribute to the projects

I hope to contribute to the following projects:

vortexpy
stormlock
unformat
MathTranslate
crypt-dir
frontend

By Added licenses to the metadata file (i.e. pyproject.toml, setup.py to appear in the website pypi.org

Top comments (0)