Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.43 KB | None | 0 0
  1. /nix/store/64d59vp7w340jp6jcizp2r28b3qqmf5h-python3.7-palettable-3.2.0
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── palettable
  6. │   │   ├── cartocolors
  7. │   │   │   ├── cartocolorspalette.py
  8. │   │   │   ├── colormaps.py
  9. │   │   │   ├── diverging.py
  10. │   │   │   ├── __init__.py
  11. │   │   │   ├── __pycache__
  12. │   │   │   │   ├── cartocolorspalette.cpython-37.pyc
  13. │   │   │   │   ├── colormaps.cpython-37.pyc
  14. │   │   │   │   ├── diverging.cpython-37.pyc
  15. │   │   │   │   ├── __init__.cpython-37.pyc
  16. │   │   │   │   ├── qualitative.cpython-37.pyc
  17. │   │   │   │   └── sequential.cpython-37.pyc
  18. │   │   │   ├── qualitative.py
  19. │   │   │   └── sequential.py
  20. │   │   ├── cmocean
  21. │   │   │   ├── cmoceanpalette.py
  22. │   │   │   ├── colormaps.py
  23. │   │   │   ├── diverging.py
  24. │   │   │   ├── __init__.py
  25. │   │   │   ├── __pycache__
  26. │   │   │   │   ├── cmoceanpalette.cpython-37.pyc
  27. │   │   │   │   ├── colormaps.cpython-37.pyc
  28. │   │   │   │   ├── diverging.cpython-37.pyc
  29. │   │   │   │   ├── __init__.cpython-37.pyc
  30. │   │   │   │   └── sequential.cpython-37.pyc
  31. │   │   │   └── sequential.py
  32. │   │   ├── colorbrewer
  33. │   │   │   ├── colorbrewer.py
  34. │   │   │   ├── data
  35. │   │   │   │   ├── colorbrewer_all_schemes.csv
  36. │   │   │   │   ├── colorbrewer_all_schemes.json
  37. │   │   │   │   ├── colorbrewer_licence.txt
  38. │   │   │   │   ├── colorbrewer_schemes_csv_to_json.py
  39. │   │   │   │   └── __pycache__
  40. │   │   │   │   └── colorbrewer_schemes_csv_to_json.cpython-37.pyc
  41. │   │   │   ├── diverging.py
  42. │   │   │   ├── __init__.py
  43. │   │   │   ├── __pycache__
  44. │   │   │   │   ├── colorbrewer.cpython-37.pyc
  45. │   │   │   │   ├── diverging.cpython-37.pyc
  46. │   │   │   │   ├── __init__.cpython-37.pyc
  47. │   │   │   │   ├── qualitative.cpython-37.pyc
  48. │   │   │   │   └── sequential.cpython-37.pyc
  49. │   │   │   ├── qualitative.py
  50. │   │   │   └── sequential.py
  51. │   │   ├── cubehelix
  52. │   │   │   ├── cubehelix.py
  53. │   │   │   ├── __init__.py
  54. │   │   │   └── __pycache__
  55. │   │   │   ├── cubehelix.cpython-37.pyc
  56. │   │   │   └── __init__.cpython-37.pyc
  57. │   │   ├── __init__.py
  58. │   │   ├── lightbartlein
  59. │   │   │   ├── colordata.py
  60. │   │   │   ├── diverging.py
  61. │   │   │   ├── __init__.py
  62. │   │   │   ├── lightbartlein.py
  63. │   │   │   ├── __pycache__
  64. │   │   │   │   ├── colordata.cpython-37.pyc
  65. │   │   │   │   ├── diverging.cpython-37.pyc
  66. │   │   │   │   ├── __init__.cpython-37.pyc
  67. │   │   │   │   ├── lightbartlein.cpython-37.pyc
  68. │   │   │   │   └── sequential.cpython-37.pyc
  69. │   │   │   └── sequential.py
  70. │   │   ├── matplotlib
  71. │   │   │   ├── colormaps.py
  72. │   │   │   ├── __init__.py
  73. │   │   │   ├── matplotlib.py
  74. │   │   │   └── __pycache__
  75. │   │   │   ├── colormaps.cpython-37.pyc
  76. │   │   │   ├── __init__.cpython-37.pyc
  77. │   │   │   └── matplotlib.cpython-37.pyc
  78. │   │   ├── mycarta
  79. │   │   │   ├── colordata.py
  80. │   │   │   ├── __init__.py
  81. │   │   │   ├── mycarta.py
  82. │   │   │   └── __pycache__
  83. │   │   │   ├── colordata.cpython-37.pyc
  84. │   │   │   ├── __init__.cpython-37.pyc
  85. │   │   │   └── mycarta.cpython-37.pyc
  86. │   │   ├── palette.py
  87. │   │   ├── __pycache__
  88. │   │   │   ├── __init__.cpython-37.pyc
  89. │   │   │   ├── palette.cpython-37.pyc
  90. │   │   │   └── utils.cpython-37.pyc
  91. │   │   ├── tableau
  92. │   │   │   ├── __init__.py
  93. │   │   │   ├── __pycache__
  94. │   │   │   │   ├── __init__.cpython-37.pyc
  95. │   │   │   │   └── tableau.cpython-37.pyc
  96. │   │   │   └── tableau.py
  97. │   │   ├── utils.py
  98. │   │   └── wesanderson
  99. │   │   ├── __init__.py
  100. │   │   ├── __pycache__
  101. │   │   │   ├── __init__.cpython-37.pyc
  102. │   │   │   └── wesanderson.cpython-37.pyc
  103. │   │   └── wesanderson.py
  104. │   └── palettable-3.2.0.dist-info
  105. │   ├── INSTALLER
  106. │   ├── METADATA
  107. │   ├── RECORD
  108. │   ├── top_level.txt
  109. │   └── WHEEL
  110. └── nix-support
  111. └── propagated-build-inputs
  112.  
  113. 27 directories, 83 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement