About: Seqbuild
Go to the Github project, Seqbuild for more information.
Basic Usage
After installation, the below script would load up the user interface.
from seqbuild.face import sb_ui
sb_ui.run_sb_app()
Inside the interface, there is a HELP button. Additionally, for any term T of
question, submit
help T.
for more details.
There is also a convenient way to auto-generate Comm Lang files, which can then be
loaded up into the user interface at py main.py, or used for other purposes.
from face.easy_gen_struct import *
filepath = "Your_Comm_Lang_filepath.txt"
base_gen_name = "name"
use_prng_for_prng_pr = 0.5
vector_files = ["your_vector_files.txt"]
cl_files = ["other_Comm_Lang_files_you_want_to_load_up.txt"]
consistent_PRNG_output = True | False
cauto = TimeBasedCommLangFileGenerator(filepath,base_gen_name,\
use_prng_for_prng_pr,vector_files,cl_files,consistent_PRNG_output)
cauto.generate()
Disclaimer
The class<TimeBasedCommLangFileGenerator> is still in Alpha development. At some timestamps, the
generated Comm Lang file may fail certain randomness measures.
Third-Party Python Libraries
numpy>=1.22.1 matplotlib>=3.5.3 scipy>=1.14.1 morebs2>=0.1.72 python-resources>=0.3
Release files for seqbuild 0.0.55
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| seqbuild-0.0.55.tar.gz | 653.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| seqbuild-0.0.55-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.3 MB
Release files / seqbuild-0.0.55.tar.gz
| Download URL | seqbuild-0.0.55.tar.gz |
|---|---|
| Size | 653.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
abf0a0d68ed640990dcab052f97ab3eb94a8b57cb912b17b88497558d8be1ddf
|
|
BLAKE2b-256 checksum How to use checksums |
853f2371d88909c8b7bd8228343d4eb7dfc16b91e0f0f78543572f5652b78d05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|
Release files / seqbuild-0.0.55-py3-none-any.whl
| Download URL | seqbuild-0.0.55-py3-none-any.whl |
|---|---|
| Size | 687.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a211fdcee86595ed5427957dc0256bd0ed90ddfffa7eafa6ede732a0b4ad0f1c
|
|
BLAKE2b-256 checksum How to use checksums |
9dae22c9a97c601d5be89a363ab1933fd2b98589e4076524ac273fc949870d5c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|