Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2019 01:19
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/a405b4a0151e384d20ce7e1b8dc75a2f to your computer and use it in GitHub Desktop.
Save ryantm/a405b4a0151e384d20ce7e1b8dc75a2f to your computer and use it in GitHub Desktop.
/nix/store/q1ayri83zim4shq520ib61hfaf1fwd4d-python3.7-ZConfig-3.4.0
├── bin
│   ├── zconfig
│   └── zconfig_schema2html
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ZConfig
│   │   ├── cfgparser.py
│   │   ├── cmdline.py
│   │   ├── _compat.py
│   │   ├── components
│   │   │   ├── basic
│   │   │   │   ├── component.xml
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mapping.py
│   │   │   │   ├── mapping.xml
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── mapping.cpython-37.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_mapping.cpython-37.pyc
│   │   │   │   └── test_mapping.py
│   │   │   ├── __init__.py
│   │   │   ├── logger
│   │   │   │   ├── abstract.xml
│   │   │   │   ├── base-logger.xml
│   │   │   │   ├── component.xml
│   │   │   │   ├── datatypes.py
│   │   │   │   ├── eventlog.xml
│   │   │   │   ├── factory.py
│   │   │   │   ├── formatter.py
│   │   │   │   ├── handlers.py
│   │   │   │   ├── handlers.xml
│   │   │   │   ├── __init__.py
│   │   │   │   ├── logger.py
│   │   │   │   ├── logger.xml
│   │   │   │   ├── loghandler.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── datatypes.cpython-37.pyc
│   │   │   │   │   ├── factory.cpython-37.pyc
│   │   │   │   │   ├── formatter.cpython-37.pyc
│   │   │   │   │   ├── handlers.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── logger.cpython-37.pyc
│   │   │   │   │   └── loghandler.cpython-37.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── support.cpython-37.pyc
│   │   │   │   │   ├── test_formatter.cpython-37.pyc
│   │   │   │   │   └── test_logger.cpython-37.pyc
│   │   │   │   ├── support.py
│   │   │   │   ├── test_formatter.py
│   │   │   │   └── test_logger.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── datatypes.py
│   │   ├── info.py
│   │   ├── __init__.py
│   │   ├── loader.py
│   │   ├── matcher.py
│   │   ├── __pycache__
│   │   │   ├── cfgparser.cpython-37.pyc
│   │   │   ├── cmdline.cpython-37.pyc
│   │   │   ├── _compat.cpython-37.pyc
│   │   │   ├── datatypes.cpython-37.pyc
│   │   │   ├── info.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── loader.cpython-37.pyc
│   │   │   ├── matcher.cpython-37.pyc
│   │   │   ├── schema2html.cpython-37.pyc
│   │   │   ├── schema.cpython-37.pyc
│   │   │   ├── schemaless.cpython-37.pyc
│   │   │   ├── _schema_utils.cpython-37.pyc
│   │   │   ├── sphinx.cpython-37.pyc
│   │   │   ├── substitution.cpython-37.pyc
│   │   │   ├── url.cpython-37.pyc
│   │   │   └── validator.cpython-37.pyc
│   │   ├── schema2html.py
│   │   ├── schemaless.py
│   │   ├── schemaless.txt
│   │   ├── schema.py
│   │   ├── _schema_utils.py
│   │   ├── sphinx.py
│   │   ├── substitution.py
│   │   ├── tests
│   │   │   ├── bad-component2.xml
│   │   │   ├── bad-component.xml
│   │   │   ├── foosample.zip
│   │   │   ├── __init__.py
│   │   │   ├── input
│   │   │   │   ├── base-datatype1.xml
│   │   │   │   ├── base-datatype2.xml
│   │   │   │   ├── base-keytype1.xml
│   │   │   │   ├── base-keytype2.xml
│   │   │   │   ├── base.xml
│   │   │   │   ├── include.conf
│   │   │   │   ├── inner.conf
│   │   │   │   ├── library.xml
│   │   │   │   ├── logger.xml
│   │   │   │   ├── non-ascii.txt
│   │   │   │   ├── outer.conf
│   │   │   │   ├── simple.conf
│   │   │   │   ├── simplesections.conf
│   │   │   │   ├── simplesections.xml
│   │   │   │   └── simple.xml
│   │   │   ├── library
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── README.txt
│   │   │   │   ├── thing
│   │   │   │   │   ├── component.xml
│   │   │   │   │   ├── extras
│   │   │   │   │   │   └── extras.xml
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── widget
│   │   │   │   ├── component.xml
│   │   │   │   ├── extra.xml
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── support.cpython-37.pyc
│   │   │   │   ├── test_cfgimports.cpython-37.pyc
│   │   │   │   ├── test_cmdline.cpython-37.pyc
│   │   │   │   ├── test_config.cpython-37.pyc
│   │   │   │   ├── test_cookbook.cpython-37.pyc
│   │   │   │   ├── test_datatypes.cpython-37.pyc
│   │   │   │   ├── test_info.cpython-37.pyc
│   │   │   │   ├── test_loader.cpython-37.pyc
│   │   │   │   ├── test_matcher.cpython-37.pyc
│   │   │   │   ├── test_readme.cpython-37.pyc
│   │   │   │   ├── test_schema2html.cpython-37.pyc
│   │   │   │   ├── test_schema.cpython-37.pyc
│   │   │   │   ├── test_schemaless.cpython-37.pyc
│   │   │   │   ├── test_subst.cpython-37.pyc
│   │   │   │   └── test_validator.cpython-37.pyc
│   │   │   ├── support.py
│   │   │   ├── test_cfgimports.py
│   │   │   ├── test_cmdline.py
│   │   │   ├── test_config.py
│   │   │   ├── test_cookbook.py
│   │   │   ├── test_datatypes.py
│   │   │   ├── test_info.py
│   │   │   ├── test_loader.py
│   │   │   ├── test_matcher.py
│   │   │   ├── test_readme.py
│   │   │   ├── test_schema2html.py
│   │   │   ├── test_schemaless.py
│   │   │   ├── test_schema.py
│   │   │   ├── test_subst.py
│   │   │   ├── test_validator.py
│   │   │   └── zipsource
│   │   │   ├── foo
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── sample
│   │   │   │   ├── component.xml
│   │   │   │   ├── datatypes.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── datatypes.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── README.txt
│   │   ├── url.py
│   │   └── validator.py
│   └── ZConfig-3.4.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
33 directories, 152 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment