Add your description here
Project description
repoyard
Usage
To run all all scripts in core in sequence, run
repoyard.core.run_all()
from within Python, or
repoyard run-core
from the terminal.
Development install instructions
Prerequisites
- Install uv.
- Install direnv to automatically load the project virtual environment when entering it.
- Mac:
brew install direnv - Linux:
curl -sfL https://direnv.net/install.sh | bash
- Mac:
Setting up the environment
Run the following:
# In the root of the repo folder
uv sync # Installs the virtual environment at './.venv'
direnv allow # Allows the automatic running of the script './.envrc'
nbl install-hooks # Installs a git hooks that ensures that notebooks are added properly
You are now set up to develop the codebase.
Further instructions:
- To export notebooks run
nbl export. - To clean notebooks run
nbl clean. - To see other available commands run just
nbl. - To add a new dependency run
uv add package-name. See the the uv documentation for more details. - You need to
git addall 'twinned' notebooks for the commit to be validated by the git-hook. For example, if you addnbs/my-nb.ipynb, you must also addpts/my-nb.pct.py.
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
repoyard-0.1.2.tar.gz
(15.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
repoyard-0.1.2-py3-none-any.whl
(23.0 kB
view details)
File details
Details for the file repoyard-0.1.2.tar.gz.
File metadata
- Download URL: repoyard-0.1.2.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b445be4cda1996a56bbc90a7c42996287a8489b323c72ca0340b28491055b75
|
|
| MD5 |
c0b0288b2eca53519ea6558f460e0bd5
|
|
| BLAKE2b-256 |
5f8a1a45f1a5d69291593c2a6f16e2914b12bb155c192c14ed93801f974be8ee
|
File details
Details for the file repoyard-0.1.2-py3-none-any.whl.
File metadata
- Download URL: repoyard-0.1.2-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
647826323318e78c4147b0b556c421f05d0606c8712e7ad7bc07022b42db49d3
|
|
| MD5 |
d65b2ed529d67cddd04399e104a86fcd
|
|
| BLAKE2b-256 |
b224463f1367a03df1f9f5ed880be85b0c3f851f98227f49e64a42e67e8408a8
|