Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 10:25
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/500fa8e30d04848849678a67d1b2f010 to your computer and use it in GitHub Desktop.
Save ryantm/500fa8e30d04848849678a67d1b2f010 to your computer and use it in GitHub Desktop.
/nix/store/5szbnhgdy1hi50cdw2d0826p2ff6gi6r-python3.7-node-semver-0.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── node_semver-0.7.0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── semver
│   ├── __init__.py
│   ├── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── tests
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   ├── test_comparators.cpython-37.pyc
│   │   ├── test_comparison.cpython-37.pyc
│   │   ├── test_equality.cpython-37.pyc
│   │   ├── test_for_4digit.cpython-37.pyc
│   │   ├── test_increment_version.cpython-37.pyc
│   │   ├── test_intersect_comparators.cpython-37.pyc
│   │   ├── test_invalid_version_number.cpython-37.pyc
│   │   ├── test_max_satisfying.cpython-37.pyc
│   │   ├── test_min_satisfying.cpython-37.pyc
│   │   ├── test_negative_range.cpython-37.pyc
│   │   ├── test_passing_bytes.cpython-37.pyc
│   │   ├── test_range.cpython-37.pyc
│   │   ├── test_range_test_method.cpython-37.pyc
│   │   ├── test_recovery.cpython-37.pyc
│   │   ├── test_regression.cpython-37.pyc
│   │   ├── test_sort.cpython-37.pyc
│   │   ├── test_strict_vs_loose_version_number.cpython-37.pyc
│   │   └── test_valid_range.cpython-37.pyc
│   ├── test_comparators.py
│   ├── test_comparison.py
│   ├── test_equality.py
│   ├── test_for_4digit.py
│   ├── test_increment_version.py
│   ├── test_intersect_comparators.py
│   ├── test_invalid_version_number.py
│   ├── test_max_satisfying.py
│   ├── test_min_satisfying.py
│   ├── test_negative_range.py
│   ├── test_passing_bytes.py
│   ├── test_range.py
│   ├── test_range_test_method.py
│   ├── test_recovery.py
│   ├── test_regression.py
│   ├── test_sort.py
│   ├── test_strict_vs_loose_version_number.py
│   ├── test_valid_range.py
│   └── todo.md
└── nix-support
└── propagated-build-inputs
9 directories, 48 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment