Metadata-Version: 1.1
Name: lims
Version: 1.0.1
Summary: toolkits for lims
Home-page: https://github.com/suqingdong/lims
Author: suqingdong
Author-email: suqingdong@novogene.com
License: BSD License
Description: tools to operate `lims <http://172.17.8.19/starlims11.novogene/starthtml.lims>`_
        
        - ``login``
        
          * username 转成大写
          * password 每个字符转成十六进制的ascii码，用0补齐4位，再拼到一起，转成大写
          * 使用username和password获取用户信息，得到dept和role
          * 最后使用username, password, dept, role进行登录验证，保留session
        
        - 1 ``project``
        
          * 获取项目信息
        
        - 2 ``sample``
        
          * 获取信息收集表
          * 获取样本信息路径等
        
        - 3 ``report``
        
          * 上传报告
          * 首次上传结题报告需指定SOP，样本数和数据量
        
        - 4 ``check``
        
          * doublecheck报告
          * 提交或退回
        
        - 5 ``release``
        
          * 释放数据
          * 查看历史
        
        INSTALL
        
        - 1 ``pip install lims``
        
        - 2 ``python setup.py install``
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
