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.6.tar.gz
(27.6 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.6-py3-none-any.whl
(36.8 kB
view details)
File details
Details for the file repoyard-0.1.6.tar.gz.
File metadata
- Download URL: repoyard-0.1.6.tar.gz
- Upload date:
- Size: 27.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7939b0c2dbda2553e607847118e449faf0381049e3d56450329ef6b86990d00d
|
|
| MD5 |
ba855337ca248419ac18fb55a0ef40a1
|
|
| BLAKE2b-256 |
d2b93d047fad2de22d6e74d1db589adba906d7644923946480d0993ea619b6fa
|
File details
Details for the file repoyard-0.1.6-py3-none-any.whl.
File metadata
- Download URL: repoyard-0.1.6-py3-none-any.whl
- Upload date:
- Size: 36.8 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 |
a8e145d397c56f07fb3e0e99b18f1215a3b71280acc72019fa7ce90c117de0ec
|
|
| MD5 |
1a12c105f4a6b388e8969216c1f6fd23
|
|
| BLAKE2b-256 |
974e61d73740fc17cca1bab46fe1fa36f4bb7c02e52ecfd91e709a986956e186
|