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.8.tar.gz
(29.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.8-py3-none-any.whl
(40.1 kB
view details)
File details
Details for the file repoyard-0.1.8.tar.gz.
File metadata
- Download URL: repoyard-0.1.8.tar.gz
- Upload date:
- Size: 29.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 |
13863f819bde6b666aa89cc55618b4aa11aca60b705601b2995884808eb916e4
|
|
| MD5 |
ba794e561fb813bd08a6478c49e35cf7
|
|
| BLAKE2b-256 |
a4604af00437262d1a693db49e1bff6c9ca85e5943be4d357dfdf2c2c9c56298
|
File details
Details for the file repoyard-0.1.8-py3-none-any.whl.
File metadata
- Download URL: repoyard-0.1.8-py3-none-any.whl
- Upload date:
- Size: 40.1 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 |
b4bb255fe093b395c667911f1a9b5c0322059a29cb6b8fa16a884499e46821d3
|
|
| MD5 |
65ca1e78216276f03183b560a45bad5b
|
|
| BLAKE2b-256 |
ed1b336022343890f231d7a1da56cfd598af036c49e68490f58ec3cda182afb7
|