No project description provided
Project description
znlib
This package provides you with a CLI to list your installed zincware libraries.
When installing via pip install znlib[zntrack]
your output should look something like:
>>> znlib
Available zincware packages:
✓ znlib (0.1.0)
✓ zntrack (0.4.3)
✗ mdsuite
✓ znjson (0.2.1)
✓ zninit (0.1.1)
✓ dot4dict (0.1.1)
✗ znipy
✗ supercharge
✗ znvis
✗ symdet
Furthermore, znlib
provides you with some example ZnTrack Nodes.
from znlib.examples import MonteCarloPiEstimator
mcpi = MonteCarloPiEstimator(n_points=1000).write_graph(run=True)
print(mcpi.load().estimate)
>>> 3.128
The idea of the znlib
package is to provide a collection of ZnTrack Nodes from all different fields of research.
Every contribution is very welcome.
For new Nodes:
- Fork this repository.
- Create a file under the directory
znlib/examples
- Make a Pull request.
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
znlib-0.1.1.tar.gz
(14.4 kB
view details)
Built Distribution
znlib-0.1.1-py3-none-any.whl
(15.9 kB
view details)
File details
Details for the file znlib-0.1.1.tar.gz
.
File metadata
- Download URL: znlib-0.1.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.13 Linux/5.4.0-132-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9e838a2b863a7474216e5792be9e775fa6039a7a3764b9dc77402f142408a7a |
|
MD5 | 0b84bdcdd74c3c10433c972e165b0732 |
|
BLAKE2b-256 | 9f22b636af8eaa6748d0be443421a0a41fccff2bb8b58569cbd75eb142b4f9de |
File details
Details for the file znlib-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: znlib-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.13 Linux/5.4.0-132-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b626d6966ea1d32566fee8bb9634983e0ef3d17fe70e5a5f734610c58688839 |
|
MD5 | b59958791bc7a0675244751844c21fdf |
|
BLAKE2b-256 | 261c1f8f92df597af29b55190f5a9740910b94fec60f2e58507b51587176a4b7 |