Utilities that I use regularly
Project description
hopsa
Developer Guide
If you are new to using nbdev here are some useful pointers to get you
started.
Install hopsa in Development mode
Using pip
Prefered method because nbdev assumes that you use pip.
# make sure hop package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to hop
$ nbdev_prepare
Using uv
The package manager uv has many advantages over pip, but is not the
default for nbdev, so this approach might lead to some confusion.
Contrary to pip, uv installs the project in editable mode, such that
changes to the source code are immediately reflected in the environment.
uv sync and uv run both accept a --no-editable flag, which
instructs uv to install the project in non-editable mode.
# make sure hop package is installed in development mode
$ uv sync
# make changes under nbs/ directory
# ...
# compile to have changes apply to hop
$ nbdev_prepare
Usage
Installation
Install latest from the GitHub repository:
$ pip install git+https://github.com/Hopsakee/hopsa.git
or with uv
$ uv add git+https://github.com/Hopsakee/hopsa.git
or from pypi
With pip
$ pip install hopsa
or with uv
$ uv add hopsa
Documentation
Documentation can be found hosted on this GitHub repository’s pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.
How to use
Fill me in please! Don’t forget code examples:
1+1
2
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
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
File details
Details for the file hopsa-0.1.2.tar.gz.
File metadata
- Download URL: hopsa-0.1.2.tar.gz
- Upload date:
- Size: 57.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fd9f5a86036651688f39f0a2737a8a79bba50d3cfca6faa2fb496c386ee16fb
|
|
| MD5 |
8327ae882c80c5288ab618a38ef944c9
|
|
| BLAKE2b-256 |
2c78d3f7832c28c24223eb5da6e82647761d267b0c49c1a6e561be9187f07987
|
File details
Details for the file hopsa-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hopsa-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e25f7388925577fb3c7733da0b53050d65897f8bb04a35bbbce6de9325b0428
|
|
| MD5 |
5d79aafbdc94ef404348bd728e0fe5cb
|
|
| BLAKE2b-256 |
30d3355f820b59f9b41d69cc811f568d34e63084cd94f0d29389929cb229f524
|