mirror of
https://github.com/harvard-lil/data-vault.git
synced 2025-03-22 10:32:19 +00:00
Update readme
This commit is contained in:
parent
404c3627f7
commit
9aba34c026
3 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ Util libraries used by other scripts.
|
||||||
|
|
||||||
### data_gov
|
### data_gov
|
||||||
|
|
||||||
Scripts for working with the [data.gov](https://data.gov) collection.
|
Scripts for working with the [data.gov collection](https://source.coop/repositories/harvard-lil/gov-data/description) .
|
||||||
|
|
||||||
* fetch_jsonl.py: fetch a jsonl file of the full API.
|
* fetch_jsonl.py: fetch a jsonl file of the full API.
|
||||||
* fetch_index.py: fetch the full API and store updates in a sqlite database.
|
* fetch_index.py: fetch the full API and store updates in a sqlite database.
|
||||||
|
@ -44,7 +44,7 @@ Scripts for working with the [data.gov](https://data.gov) collection.
|
||||||
|
|
||||||
### github
|
### github
|
||||||
|
|
||||||
Scripts for working with the [github](https://github.com) collection.
|
Scripts for working with the github collection.
|
||||||
|
|
||||||
* download_git.py: use [gitspoke](https://github.com/harvard-lil/gitspoke) to download all repositories listed in a CSV.
|
* download_git.py: use [gitspoke](https://github.com/harvard-lil/gitspoke) to download all repositories listed in a CSV.
|
||||||
|
|
||||||
|
|
|
@ -115,5 +115,5 @@ that link only to a landing page will need to be collected separately.
|
||||||
Source code
|
Source code
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
The source code used to generate this and other repositories is available at [https://github.com/harvard-lil/data-mirror](https://github.com/harvard-lil/data-mirror).
|
The source code used to generate this and other repositories is available at [https://github.com/harvard-lil/data-vault](https://github.com/harvard-lil/data-vault).
|
||||||
We welcome conversation and collaboration in the issue tracker for that project.
|
We welcome conversation and collaboration in the issue tracker for that project.
|
||||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -156,7 +156,7 @@ wheels = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "data-mirror"
|
name = "data-vault"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue