File size: 1,476 Bytes
12389fa
 
5b141a4
 
 
 
 
 
 
a305b24
f095010
 
a305b24
 
 
 
 
 
 
 
45159d9
7d63721
a305b24
40d1759
a305b24
 
 
 
 
 
 
4394f95
a305b24
40d1759
 
 
a87822a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
license: apache-2.0
language:
- en
tags:
- PyPi
- package
- dataset
- Large
pretty_name: kfj pypi
---

# kfj-pypi Dataset

This dataset contains a collection of PyPI packages scraped from PyPI. The dataset includes metadata about each package, including its name, version, description, author, license, and more. The dataset is intended to be used for research and development in various natural language processing (NLP) applications such as named entity recognition and text classification.

## Usage

To use this dataset, you can download it from [Hugging Face Datasets](https://huggingface.co/datasets/KingfernJohn/kfj-pypi-packages-metadata) using the `datasets` library in Python:

```python
from datasets import load_dataset

dataset = load_dataset("KingfernJohn/kfj-pypi-packages-metadata")
```

This will load the kfj-pypi dataset into a Python variable, which you can then use to access the metadata for each package.


## Info

The dataset contains metadata of 161,346 packages, with a total size of 743MB (.zip 304MB).


## Versions
- version 0.1

## Structure

```json
{
  "name": "",
  "version": "",
  "description": "",
  "author": "",
  "author_email": "",
  "maintainer": "",
  "maintainer_email": "",
  "license": "",
  "keywords": "",
  "classifiers": "",
  "download_url": "",
  "platform": "",
  "homepage": "",
  "project_urls": "",
  "requires_python": "",
  "requires_dist": "",
  "provides_dist": "",
  "obsoletes_dist": "",
  "summary": ""
}
```