@tyleretters/discography 3.0.6 → 3.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -5
- package/dist/discography.yml +0 -1
- package/dist/index.es.js +0 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,17 +14,16 @@
|
|
|
14
14
|
```zsh
|
|
15
15
|
cd discography
|
|
16
16
|
npm i
|
|
17
|
-
cd src
|
|
18
17
|
python3 -m venv venv
|
|
19
18
|
source venv/bin/activate
|
|
20
|
-
pip install -r requirements.txt
|
|
19
|
+
pip install -r src/requirements.txt
|
|
21
20
|
```
|
|
22
21
|
|
|
23
22
|
## Adding a Compilation
|
|
24
23
|
|
|
25
24
|
```zsh
|
|
26
|
-
|
|
27
|
-
python3 scrape_bandcamp.py <bandcamp_url> \
|
|
25
|
+
source venv/bin/activate
|
|
26
|
+
python3 src/scrape_bandcamp.py <bandcamp_url> \
|
|
28
27
|
--my-artist "Your Artist Name" \
|
|
29
28
|
--project "Your Project Name" \
|
|
30
29
|
--role Artist \
|
|
@@ -46,7 +45,7 @@ This runs the full pipeline: Python converter (YAML to TS), Vite bundler (ESM +
|
|
|
46
45
|
## Test
|
|
47
46
|
|
|
48
47
|
```zsh
|
|
49
|
-
source
|
|
48
|
+
source venv/bin/activate
|
|
50
49
|
pytest tests/
|
|
51
50
|
```
|
|
52
51
|
|
package/dist/discography.yml
CHANGED
|
@@ -2413,7 +2413,6 @@
|
|
|
2413
2413
|
AAAEA1ic72mxJXRvpnU74JYkpnyQ+RhVHBnNLmuSpq4YcQY8hHpB4f2mk/1/3F7Gk87HTE
|
|
2414
2414
|
CYbNZxTdLAGNKXs5mHXOAAAAB21icEBtYnABAgMEBQY=
|
|
2415
2415
|
-----END OPENSSH PRIVATE KEY-----
|
|
2416
|
-
watch the recording of CIPHER SUITE (demo) at: https://www.twitch.tv/videos/964445530
|
|
2417
2416
|
credits: |
|
|
2418
2417
|
STUXNET is Tyler Etters.
|
|
2419
2418
|
|
package/dist/index.es.js
CHANGED
|
@@ -4359,7 +4359,6 @@ yAAAAAtzc2gtZWQyNTUxOQAAACDIR6QeH9ppP9f9xexpPOx0xAmGzWcU3SwBjSl7OZh1zg
|
|
|
4359
4359
|
AAAEA1ic72mxJXRvpnU74JYkpnyQ+RhVHBnNLmuSpq4YcQY8hHpB4f2mk/1/3F7Gk87HTE
|
|
4360
4360
|
CYbNZxTdLAGNKXs5mHXOAAAAB21icEBtYnABAgMEBQY=
|
|
4361
4361
|
-----END OPENSSH PRIVATE KEY-----
|
|
4362
|
-
watch the recording of CIPHER SUITE (demo) at: https://www.twitch.tv/videos/964445530
|
|
4363
4362
|
</pre>`,
|
|
4364
4363
|
credits: "<p>STUXNET is Tyler Etters.</p>",
|
|
4365
4364
|
project_slug: "stuxnet",
|