MongoDB with Async Python Transcripts
Chapter: PyPI Beanie
Lecture: Recall: Importing the Data
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
So we're ready to build that API for PyPI. It's worth pointing out that this is just a theoretical API. There's an actual one that PyPI makes available
0:11
for certain use cases, not the least of which is pip itself. So that is not exactly what we're modeling.
0:19
This is just a theoretical one based on real live data that I've gotten for the top 5,000 packages from PyPI.
0:27
And speaking of which, you can download those right here. Recall at the beginning in the setup section, we actually went through and set up the tools
0:36
and we imported the data. So if you haven't done this yet, be sure to go to the GitHub repository to this section
0:44
where it talks about data for the course and the steps to installing it. You can see the link here at the bottom.
0:49
You can also go back and watch me do this step by step if for some reason you're having trouble to get this to work.
0:55
But we're going to assume, as we've already done in this course, that this data is imported and installed inside of MongoDB and ready to go.