Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 20, 2021 14:52
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 r-ryantm/f346e9cc8912da70409023e7f82564ed to your computer and use it in GitHub Desktop.
Save r-ryantm/f346e9cc8912da70409023e7f82564ed to your computer and use it in GitHub Desktop.
/nix/store/dji6vykk67cj67j5cmsjwflxfj8ip075-python3.8-yfinance-0.1.64
├── bin
│   └── sample
├── lib
│   └── python3.8
│   └── site-packages
│   ├── yfinance
│   │   ├── base.py
│   │   ├── __init__.py
│   │   ├── multi.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── multi.cpython-38.pyc
│   │   │   ├── shared.cpython-38.pyc
│   │   │   ├── ticker.cpython-38.pyc
│   │   │   ├── tickers.cpython-38.pyc
│   │   │   ├── utils.cpython-38.pyc
│   │   │   └── version.cpython-38.pyc
│   │   ├── shared.py
│   │   ├── ticker.py
│   │   ├── tickers.py
│   │   ├── utils.py
│   │   └── version.py
│   └── yfinance-0.1.64.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment