KingfernJohn commited on
Commit
a87822a
1 Parent(s): 7d63721

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -35,4 +35,30 @@ This will load the kfj-pypi dataset into a Python variable, which you can then u
35
  The dataset contains metadata of 161,346 packages, with a total size of 743MB.
36
  We skipped packages that returned no metadata to avoid empty files.
37
 
38
- Please note that the dataset is currently being updated and more packages will be added soon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  The dataset contains metadata of 161,346 packages, with a total size of 743MB.
36
  We skipped packages that returned no metadata to avoid empty files.
37
 
38
+ Please note that the dataset is currently being updated and more packages will be added soon.
39
+
40
+ ## Structure
41
+
42
+ ```json
43
+ {
44
+ "name": "",
45
+ "version": "",
46
+ "description": "",
47
+ "author": "",
48
+ "author_email": "",
49
+ "maintainer": "",
50
+ "maintainer_email": "",
51
+ "license": "",
52
+ "keywords": "",
53
+ "classifiers": "",
54
+ "download_url": "",
55
+ "platform": "",
56
+ "homepage": "",
57
+ "project_urls": "",
58
+ "requires_python": "",
59
+ "requires_dist": "",
60
+ "provides_dist": "",
61
+ "obsoletes_dist": "",
62
+ "summary": ""
63
+ }
64
+ ```