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.1.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.1-py3-none-any.whl
(23.0 kB
view details)
File details
Details for the file repoyard-0.1.1.tar.gz.
File metadata
- Download URL: repoyard-0.1.1.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 |
281904655c13ddaae2e80e8555f6cd449f601ecaf63258a3ef76303ad79c6227
|
|
| MD5 |
d343df1e9af9e7f1a9b217941976570d
|
|
| BLAKE2b-256 |
a5949053951c14d35ee54c271370fdbaf3a64a3aeff7b385407dbc39e533e666
|
File details
Details for the file repoyard-0.1.1-py3-none-any.whl.
File metadata
- Download URL: repoyard-0.1.1-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 |
1f51a9a22c699cea9f97283e6d4128edac569f8481d6ae4a63aa5c53a7c329ab
|
|
| MD5 |
f81f1a996a3bca311206c0208431e271
|
|
| BLAKE2b-256 |
61759b38b5b53128d2bd8678e4c5a624874e77a3e3e6808b3322f2e79a007962
|