Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. /nix/store/wv1xq3wrc6ya5fvc73119pxnz7kmc7nb-ledger-autosync-1.0.1
  2. ├── bin
  3. │   ├── hledger-autosync
  4. │   └── ledger-autosync
  5. ├── lib
  6. │   └── python3.7
  7. │   └── site-packages
  8. │   ├── ledgerautosync
  9. │   │   ├── cli.py
  10. │   │   ├── converter.py
  11. │   │   ├── __init__.py
  12. │   │   ├── ledgerwrap.py
  13. │   │   ├── plugins.py
  14. │   │   ├── __pycache__
  15. │   │   │   ├── cli.cpython-37.pyc
  16. │   │   │   ├── converter.cpython-37.pyc
  17. │   │   │   ├── __init__.cpython-37.pyc
  18. │   │   │   ├── ledgerwrap.cpython-37.pyc
  19. │   │   │   ├── plugins.cpython-37.pyc
  20. │   │   │   └── sync.cpython-37.pyc
  21. │   │   └── sync.py
  22. │   └── ledger_autosync-1.0.1.dist-info
  23. │   ├── entry_points.txt
  24. │   ├── INSTALLER
  25. │   ├── LICENSE
  26. │   ├── METADATA
  27. │   ├── RECORD
  28. │   ├── top_level.txt
  29. │   └── WHEEL
  30. └── nix-support
  31. └── propagated-build-inputs
  32.  
  33. 8 directories, 22 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement