Sin descripción

tsteuer 0bb741a79f Update 'README.md' hace 5 años
cdplib b17311cdd4 update hace 5 años
README.md 0bb741a79f Update 'README.md' hace 5 años
setup.py f3511d549b Update 'setup.py' hace 5 años

README.md

Install the package

Install cdplib via pipenv: pipenv install -e git+https://readonly:readonly@intra.acdp.at/gogs/tanja/cdplib.git#egg=cdplib

Adding new Features/Folders/Packages

How to set up a new Package:

  • Copy folder to respository into cdplib folder
  • Add required package names in setup.py
    • Open setup.py and add package name under install_requires
  • Add a init.py file inside the new package folder
  • Open it and addall python skript which schould be included
    • Script name is FeatureSelection.py the line to add would be: from .FeatureSelection import *

Import into Script

from cdplib.db_migration import DataFrameToCollection