cached url fetching as unix pipe command: cat urls | urlstore.py | ...
Project description
Url that returns JSON can be converted to python data by store.data(url):
>>> from urlstore import Store
>>> store=Store()
# convert url to data (assuming that the url returns json)
>>> for repo in store.data('http://github.com/api/v2/json/repos/search/url+store')['repositories']:
... print repo['name']
...
url_store
url-store
urlStore
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
urlstore-0.0.1.tar.gz
(4.4 kB
view details)
File details
Details for the file urlstore-0.0.1.tar.gz.
File metadata
- Download URL: urlstore-0.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4a6e7783cb422a709bd5d10992590b9ac8dcc8216d63e5b92ea5b8c4f8dff52
|
|
| MD5 |
fa458ce84e4d579114027b5e5170ae58
|
|
| BLAKE2b-256 |
abfcf3d93c2b4de2daac610257984c07b01d26f972ebff218c3ee9062649bc97
|