Skip to content

quantumista/MetaForge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaForge

HyperThought Data/MetaData Uploading program

How to install

Conda with Pip installed dependencies

Best practice would be to create a virtual environment for python.

conda create -n easybake python=3.8
conda env create -f environment.yml

That will create a conda virtual environment called MetaForge using conda installed dependencies

Conda with Conda installed dependencies

Best practice would be to create a virtual environment for python.

conda create -n easybake python=3.8
conda activate easybake
conda install -r Requirements.txt

Full Install Notes

  1. git clone into the directory.
git clone https://www.github.com/bluequartzsoftware/EasyBake
  1. Open up terminal and execute (if you already have not installed the dependencies from above)
pip install PySide2 tqdm requests

How to Run

From a command prompt within the EasyBake directory (shown using an Anaconda prompt on a Unix Terminal)

(easybake) [user@host.com:EasyBake]% python MetaForge.py

Current Bugs

https://github.com/BlueQuartzSoftware/MetaForge/issues

About

HyperThough File Uploading using PySide2/Qt5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.5%
  • CSS 2.5%
  • Other 1.0%