Update README.md
Browse files
README.md
CHANGED
|
@@ -12,8 +12,6 @@ tags:
|
|
| 12 |
- python
|
| 13 |
- software-engineering
|
| 14 |
- metadata
|
| 15 |
-
- package-registry
|
| 16 |
-
- downloads
|
| 17 |
pretty_name: PyPI Download and Package Analysis
|
| 18 |
configs:
|
| 19 |
- config_name: default
|
|
@@ -47,11 +45,9 @@ dataset_info:
|
|
| 47 |
- name: keywords
|
| 48 |
dtype: string
|
| 49 |
- name: classifiers
|
| 50 |
-
|
| 51 |
-
sub_dtype: string
|
| 52 |
- name: platform
|
| 53 |
-
|
| 54 |
-
sub_dtype: string
|
| 55 |
- name: home_page
|
| 56 |
dtype: string
|
| 57 |
- name: download_url
|
|
@@ -59,17 +55,49 @@ dataset_info:
|
|
| 59 |
- name: requires_python
|
| 60 |
dtype: string
|
| 61 |
- name: requires
|
| 62 |
-
|
| 63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
- name: project_urls
|
| 65 |
-
|
| 66 |
-
|
|
|
|
| 67 |
- name: upload_time
|
| 68 |
dtype: timestamp[us]
|
|
|
|
|
|
|
| 69 |
- name: size
|
| 70 |
dtype: int64
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
- name: packagetype
|
| 72 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
- name: recent_7d_downloads
|
| 74 |
dtype: int64
|
| 75 |
---
|
|
|
|
| 12 |
- python
|
| 13 |
- software-engineering
|
| 14 |
- metadata
|
|
|
|
|
|
|
| 15 |
pretty_name: PyPI Download and Package Analysis
|
| 16 |
configs:
|
| 17 |
- config_name: default
|
|
|
|
| 45 |
- name: keywords
|
| 46 |
dtype: string
|
| 47 |
- name: classifiers
|
| 48 |
+
sequence: string
|
|
|
|
| 49 |
- name: platform
|
| 50 |
+
sequence: string
|
|
|
|
| 51 |
- name: home_page
|
| 52 |
dtype: string
|
| 53 |
- name: download_url
|
|
|
|
| 55 |
- name: requires_python
|
| 56 |
dtype: string
|
| 57 |
- name: requires
|
| 58 |
+
sequence: string
|
| 59 |
+
- name: provides
|
| 60 |
+
sequence: string
|
| 61 |
+
- name: obsoletes
|
| 62 |
+
sequence: string
|
| 63 |
+
- name: requires_dist
|
| 64 |
+
sequence: string
|
| 65 |
+
- name: provides_dist
|
| 66 |
+
sequence: string
|
| 67 |
+
- name: obsoletes_dist
|
| 68 |
+
sequence: string
|
| 69 |
+
- name: requires_external
|
| 70 |
+
sequence: string
|
| 71 |
- name: project_urls
|
| 72 |
+
sequence: string
|
| 73 |
+
- name: uploaded_via
|
| 74 |
+
dtype: string
|
| 75 |
- name: upload_time
|
| 76 |
dtype: timestamp[us]
|
| 77 |
+
- name: filename
|
| 78 |
+
dtype: string
|
| 79 |
- name: size
|
| 80 |
dtype: int64
|
| 81 |
+
- name: path
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: python_version
|
| 84 |
+
dtype: string
|
| 85 |
- name: packagetype
|
| 86 |
dtype: string
|
| 87 |
+
- name: comment_text
|
| 88 |
+
dtype: string
|
| 89 |
+
- name: has_signature
|
| 90 |
+
dtype: bool
|
| 91 |
+
- name: md5_digest
|
| 92 |
+
dtype: string
|
| 93 |
+
- name: sha256_digest
|
| 94 |
+
dtype: string
|
| 95 |
+
- name: blake2_256_digest
|
| 96 |
+
dtype: string
|
| 97 |
+
- name: license_expression
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: license_files
|
| 100 |
+
sequence: string
|
| 101 |
- name: recent_7d_downloads
|
| 102 |
dtype: int64
|
| 103 |
---
|