With this config file:
[mirror]
directory = /srv/pypi
json = true
release-files = true
cleanup = false
master = https://pypi.org
timeout = 10
global-timeout = 1800
workers = 3
hash-index = false
simple-format = ALL
stop-on-error = false
storage-backend = filesystem
verifiers = 3
compare-method = hash
[plugins]
enabled = all
[size_project_metadata]
max_package_size = 1G
[blocklist]
platforms =
windows
py2.6
py2.7
[allowlist]
packages =
black
numpy
pandas
I do not see any packages downloaded. Empty folders are there only:
.
└── pypi
├── generation
├── mirrored-files
├── status
└── web
├── json
│ └── black
├── last-modified
├── local-stats
│ └── days
├── packages
├── pypi
│ └── black
│ └── json
└── simple
├── black
│ ├── index.html
│ ├── index.v1_html
│ └── index.v1_json
├── index.html
├── index.v1_html
└── index.v1_json

With this config file:
I do not see any packages downloaded. Empty folders are there only: