General Synthesis
Project description
# General Synthesis Service for Electronic Lab Notebooks (ELN) ## Setup ### Python Recommended: - [pyenv](https://github.com/pyenv/pyenv) - to manage Python versions - [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) - to manage virtual environments ```sh pyenv install 3.9.10 pyenv virtualenv 3.9.10 gensyn-eln pyenv local gensyn-eln pip install --upgrade pip pip install -r requirements.txt ``` ## Running Ensure Ray is running: ```sh ray start --head ``` Run the service: ```sh python src/main.py ``` # noqa: E501
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
gensyn-client-0.0.2.tar.gz
(40.2 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
File details
Details for the file gensyn-client-0.0.2.tar.gz.
File metadata
- Download URL: gensyn-client-0.0.2.tar.gz
- Upload date:
- Size: 40.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93636906fb31c1dce06267cbf9020b4db7af147fbc17f56bbf1ed756d1935e19
|
|
| MD5 |
8b0a619154f39a795859e7e648ee985e
|
|
| BLAKE2b-256 |
e34352ab023623bf9c67568231447739083196b3e9f9657ae4cb0fc3a00e175e
|
File details
Details for the file gensyn_client-0.0.2-py3-none-any.whl.
File metadata
- Download URL: gensyn_client-0.0.2-py3-none-any.whl
- Upload date:
- Size: 45.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27c497aea685860b9cb627c1ce2ba67440124d7a10e65bc13518d3724e4228e3
|
|
| MD5 |
6763f09aeadb36a95fa99c6356fe803b
|
|
| BLAKE2b-256 |
bcac80d27f4acdea67ffc03a211502e53f79d9c7e866edaf8c67cbb8c14f2b17
|