A better way to manage Keyence-generated microscopy data
Project description
keyence_file_management
A better way to manage Keyence files.
Install
This package is on PyPI, so just:
pip install kfm
Usage
???
Developer install
If you'd like to hack locally on kfm
, after cloning this repository:
$ git clone https://github.com/GallowayLabMIT/kfm.git
$ cd git
you can create a local virtual environment, and install kfm
in "development mode"
$ python -m venv env
$ .\env\Scripts\activate (on Windows)
$ source env/bin/activate (on Mac/Linux)
$ pip install -e .
After this 'local install', you can use kfm
freely, and it will update in real time as you work.
License
This is licensed by the MIT license. Use freely!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kfm-0.0.1.tar.gz
(9.2 kB
view hashes)
Built Distribution
kfm-0.0.1-py3-none-any.whl
(9.9 kB
view hashes)