Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 1, 2019 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/66c114a31b112ba55d4bb42dec4c1b8f to your computer and use it in GitHub Desktop.
Save ryantm/66c114a31b112ba55d4bb42dec4c1b8f to your computer and use it in GitHub Desktop.
/nix/store/ahbjx80mb38lpsn9i4s3rfz5lf5whmmw-devpi-server-5.2.0
├── bin
│   ├── devpi-export
│   ├── devpi-fsck
│   ├── devpi-gen-config
│   ├── devpi-import
│   ├── devpi-init
│   ├── devpi-passwd
│   └── devpi-server
├── lib
│   └── python3.7
│   └── site-packages
│   ├── devpi_server
│   │   ├── auth_basic.py
│   │   ├── auth_devpi.py
│   │   ├── auth.py
│   │   ├── bgserver.py
│   │   ├── cfg
│   │   │   ├── crontab.template
│   │   │   ├── devpi.service.template
│   │   │   ├── __init__.py
│   │   │   ├── launchd-macos.txt.template
│   │   │   ├── nginx-devpi.conf.template
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── supervisord.conf.template
│   │   │   ├── supervisor-devpi.conf.template
│   │   │   └── windows-service.txt.template
│   │   ├── config.py
│   │   ├── extpypi.py
│   │   ├── filestore.py
│   │   ├── fileutil.py
│   │   ├── fsck.py
│   │   ├── genconfig.py
│   │   ├── hookspecs.py
│   │   ├── importexport.py
│   │   ├── __init__.py
│   │   ├── init.py
│   │   ├── keyfs.py
│   │   ├── keyfs_sqlite_fs.py
│   │   ├── keyfs_sqlite.py
│   │   ├── log.py
│   │   ├── __main__.py
│   │   ├── main.py
│   │   ├── model.py
│   │   ├── mythread.py
│   │   ├── passwd.py
│   │   ├── __pycache__
│   │   │   ├── auth_basic.cpython-37.pyc
│   │   │   ├── auth_basic.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── auth.cpython-37.pyc
│   │   │   ├── auth.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── auth_devpi.cpython-37.pyc
│   │   │   ├── auth_devpi.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── bgserver.cpython-37.pyc
│   │   │   ├── bgserver.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── config.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── extpypi.cpython-37.pyc
│   │   │   ├── extpypi.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── filestore.cpython-37.pyc
│   │   │   ├── filestore.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── fileutil.cpython-37.pyc
│   │   │   ├── fileutil.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── fsck.cpython-37.pyc
│   │   │   ├── fsck.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── genconfig.cpython-37.pyc
│   │   │   ├── genconfig.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── hookspecs.cpython-37.pyc
│   │   │   ├── hookspecs.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── importexport.cpython-37.pyc
│   │   │   ├── importexport.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── init.cpython-37.pyc
│   │   │   ├── __init__.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── init.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── keyfs.cpython-37.pyc
│   │   │   ├── keyfs.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── keyfs_sqlite.cpython-37.pyc
│   │   │   ├── keyfs_sqlite.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── keyfs_sqlite_fs.cpython-37.pyc
│   │   │   ├── keyfs_sqlite_fs.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── log.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── __main__.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── main.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── model.cpython-37.pyc
│   │   │   ├── model.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── mythread.cpython-37.pyc
│   │   │   ├── mythread.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── passwd.cpython-37.pyc
│   │   │   ├── passwd.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── readonly.cpython-37.pyc
│   │   │   ├── readonly.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── replica.cpython-37.pyc
│   │   │   ├── replica.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── view_auth.cpython-37.pyc
│   │   │   ├── view_auth.cpython-37-pytest-5.2.1.pyc
│   │   │   ├── views.cpython-37.pyc
│   │   │   └── views.cpython-37-pytest-5.2.1.pyc
│   │   ├── readonly.py
│   │   ├── replica.py
│   │   ├── vendor
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37-pytest-5.2.1.pyc
│   │   │   │   ├── xprocess.cpython-37.pyc
│   │   │   │   └── xprocess.cpython-37-pytest-5.2.1.pyc
│   │   │   └── xprocess.py
│   │   ├── view_auth.py
│   │   └── views.py
│   ├── devpi_server-5.2.0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── pytest_devpi_server
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   └── __init__.cpython-37-pytest-5.2.1.pyc
│   └── test_devpi_server
│   ├── conftest.py
│   ├── example.py
│   ├── functional.py
│   ├── importexportdata
│   │   ├── badindexname
│   │   │   └── dataindex.json
│   │   ├── badusername
│   │   │   └── dataindex.json
│   │   ├── basescycle
│   │   │   └── dataindex.json
│   │   ├── normalization
│   │   │   ├── dataindex.json
│   │   │   └── root
│   │   │   └── dev
│   │   │   └── hello.pkg
│   │   │   └── hello.pkg-1.0.tar.gz
│   │   ├── normalization_merge
│   │   │   ├── dataindex.json
│   │   │   └── root
│   │   │   └── dev
│   │   │   ├── hello-pkg
│   │   │   │   └── hello.pkg-1.1.tar.gz
│   │   │   └── hello.pkg
│   │   │   └── hello.pkg-1.0.tar.gz
│   │   ├── removedindexplugin
│   │   │   ├── dataindex.json
│   │   │   └── user
│   │   │   └── dev
│   │   │   └── pkg
│   │   │   └── pkg-1.0.tar.gz
│   │   └── toxresult_upload_default
│   │   └── dataindex.json
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── conftest.cpython-37.pyc
│   │   ├── example.cpython-37.pyc
│   │   ├── functional.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── reqmock.cpython-37.pyc
│   │   ├── simpypi.cpython-37.pyc
│   │   ├── test_auth.cpython-37.pyc
│   │   ├── test_bgserver.cpython-37.pyc
│   │   ├── test_config.cpython-37.pyc
│   │   ├── test_conftest.cpython-37.pyc
│   │   ├── test_ctl.cpython-37.pyc
│   │   ├── test_extpypi.cpython-37.pyc
│   │   ├── test_filestore.cpython-37.pyc
│   │   ├── test_genconfig.cpython-37.pyc
│   │   ├── test_importexport.cpython-37.pyc
│   │   ├── test_keyfs.cpython-37.pyc
│   │   ├── test_keyfs_sqlite_fs.cpython-37.pyc
│   │   ├── test_log.cpython-37.pyc
│   │   ├── test_main.cpython-37.pyc
│   │   ├── test_model.cpython-37.pyc
│   │   ├── test_mythread.cpython-37.pyc
│   │   ├── test_nginx_replica.cpython-37.pyc
│   │   ├── test_permissions.cpython-37.pyc
│   │   ├── test_readonly.cpython-37.pyc
│   │   ├── test_replica.cpython-37.pyc
│   │   ├── test_replica_functional.cpython-37.pyc
│   │   ├── test_reqmock.cpython-37.pyc
│   │   ├── test_stage_customizer.cpython-37.pyc
│   │   ├── test_streaming.cpython-37.pyc
│   │   ├── test_streaming_nginx.cpython-37.pyc
│   │   ├── test_streaming_replica.cpython-37.pyc
│   │   ├── test_streaming_replica_nginx.cpython-37.pyc
│   │   ├── test_view_auth.cpython-37.pyc
│   │   ├── test_views.cpython-37.pyc
│   │   ├── test_views_patch.cpython-37.pyc
│   │   ├── test_views_push_external.cpython-37.pyc
│   │   └── test_views_status.cpython-37.pyc
│   ├── reqmock.py
│   ├── simpypi.py
│   ├── test_auth.py
│   ├── test_bgserver.py
│   ├── test_config.py
│   ├── test_conftest.py
│   ├── test_ctl.py
│   ├── test_extpypi.py
│   ├── test_filestore.py
│   ├── test_genconfig.py
│   ├── test_importexport.py
│   ├── test_keyfs.py
│   ├── test_keyfs_sqlite_fs.py
│   ├── test_log.py
│   ├── test_main.py
│   ├── test_model.py
│   ├── test_mythread.py
│   ├── test_nginx_replica.py
│   ├── test_permissions.py
│   ├── test_readonly.py
│   ├── test_replica_functional.py
│   ├── test_replica.py
│   ├── test_reqmock.py
│   ├── test_stage_customizer.py
│   ├── test_streaming_nginx.py
│   ├── test_streaming.py
│   ├── test_streaming_replica_nginx.py
│   ├── test_streaming_replica.py
│   ├── test_view_auth.py
│   ├── test_views_patch.py
│   ├── test_views_push_external.py
│   ├── test_views.py
│   └── test_views_status.py
└── nix-support
└── propagated-build-inputs
34 directories, 200 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment