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.0.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.0-py3-none-any.whl
(23.0 kB
view details)
File details
Details for the file repoyard-0.1.0.tar.gz.
File metadata
- Download URL: repoyard-0.1.0.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 |
5c43c2169a9bb25379e98801d6ac98fee4aed437d5c3519fe62a0a12d3c9e04c
|
|
| MD5 |
e2a55247af54c93d152b9ab685e9ce24
|
|
| BLAKE2b-256 |
852789be1f7aa11cc2442f6fc9b73a525abca1bbb310002366c7eaf7fbd61b98
|
File details
Details for the file repoyard-0.1.0-py3-none-any.whl.
File metadata
- Download URL: repoyard-0.1.0-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 |
dd42ed4611124ba1d0aa996da7cb9f3f1a3779bf3bc44489c6ab2ff1be00ad4e
|
|
| MD5 |
cb8b500c04ee405982278600d4b3903f
|
|
| BLAKE2b-256 |
028c5458de4d1123f210354a773387e0d6279d133e810e746b047a63ddb5fd42
|