Initial commit

This commit is contained in:
2022-09-03 02:28:03 +02:00
commit 7059efb6fa
8 changed files with 792 additions and 0 deletions

18
composer.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "noccylabs/dataset",
"description": "Static datasets distributed as dependencies",
"type": "library",
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"NoccyLabs\\Dataset\\": "src/"
}
},
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"require": {}
}