File: PKG-INFO

package info (click to toggle)
python-cgecore 1.5.6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 2,149; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 1,212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Metadata-Version: 1.0
Name: cgecore
Version: 1.5.6
Summary: Center for Genomic Epidemiology Core Module
Home-page: https://bitbucket.org/genomicepidemiology/cge_core_module
Author: Center for Genomic Epidemiology
Author-email: cgehelp@cbs.dtu.dk
License: Apache License, Version 2.0
Description: # cge_core_module
        
        Core module for the Center for Genomic Epidemiology
        
        This module contains classes and functions needed to run the service wrappers and pipeline scripts
        
        The pypi project can be found here:
        https://pypi.org/project/cgecore/
        
        # How to update:
        1. Make changes to the modules
        2. Bump the version number accordingly in cgecore/__init__.py
        3. Install package locally
        4. Test the changes locally (for both python2 and python3)
        5. Distribute to Pypi
        
        # Install package locally
        python2 setup.py install
        
        python3 setup.py install
        
        # Distribute to PyPi
        python3 setup.py sdist bdist_wheel
        
        twine upload dist/*
        
        *deprecated:*
        ~~python setup.py sdist upload -r pypi~~
        
Platform: UNKNOWN