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.3.tar.gz
(25.4 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.3-py3-none-any.whl
(34.5 kB
view details)
File details
Details for the file repoyard-0.1.3.tar.gz.
File metadata
- Download URL: repoyard-0.1.3.tar.gz
- Upload date:
- Size: 25.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
342dfa4937260fc43ac8fb00ffc4793eda326b1fd74ef62149a46eac222ad2ff
|
|
| MD5 |
a1088e5661e7910e22586acd9b2e8e45
|
|
| BLAKE2b-256 |
cf76f9c041990ac6835dbbbbf8ac73f1d0830a758903f4413b7af0b343b89fe4
|
File details
Details for the file repoyard-0.1.3-py3-none-any.whl.
File metadata
- Download URL: repoyard-0.1.3-py3-none-any.whl
- Upload date:
- Size: 34.5 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 |
2c44886e354b0877de1a5eaadcbb2b783447cacc34797ea09c5d330025bb216c
|
|
| MD5 |
3f8b124437a1e097ccc229d851a60b46
|
|
| BLAKE2b-256 |
850115f1ced5a5c4c94d139d67c53dc026be085b6c35bca103ef9037e63462da
|