Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
cleaning and license
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 21, 2016
1 parent a091ce1 commit 888eb97
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 11 deletions.
89 changes: 85 additions & 4 deletions src/pymyinstall/installhelper/missing_license.py
Expand Up @@ -79,7 +79,7 @@
"pims": "~BSD",
"pipdeptree": "MIT",
"PyAudio": "MIT",
"pycrypto": "Public Domain + patent for some algorithm, check https://github.com/dlitz/pycrypto/tree/master/LEGAL",
"pycrypto": "Public Domain + patent for some algorithm",
"planar": "BSD",
"pygal_maps_world": "LGPLv3+",
"pymesos": "BSD",
Expand Down Expand Up @@ -184,11 +184,11 @@
"scoop": "GNU Library or Lesser General Public License (LGPL)",
"fuel": "MIT",
"hikvision": "MIT",
"PyMata": "GNU General Public License v3 or later (GPLv3+)",
"python-mpd2": "GNU Library or Lesser General Public License (LGPL)",
"PyMata": "GPLv3+",
"python-mpd2": "LGPL",
"python-nest": "Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License",
"temperusb": "GNU GENERAL PUBLIC LICENSE",
"sphinx-corlab-theme": "GNU Lesser General Public License v3 or later (LGPLv3+)",
"sphinx-corlab-theme": "LGPLv3+",
"sphinx-docs-theme": "MIT",
"sphinxjp.themes.gopher": "MIT",
"sphinxjp.themes.htmlslide": "MIT",
Expand All @@ -197,4 +197,85 @@
"typing": "PSF",
"sklearn_pandas": "~MIT",
"skll": "BSD",
"abcpmc": "GPLv3+",
"ad3": "GPLv3",
"amqp": "LGPL",
"ansiconv": "MIT",
"apscheduler": "MIT",
"autopy3": "MIT",
"azure-batch-apps": "MIT",
"azureml": "MIT",
"bigfloat": "LGPLv3",
"billiard": "BSD",
"biopython": "~MIT",
"bleach": "Apache",
"blist": "BSD",
"blosc": "MIT",
"bottlechest": "BSD",
"bqplot": "Apache",
"btrees": "Zope Public License",
"bz2file": "Apache",
"Cartopy": "LGPLv3+",
"chalmers": "MIT",
"CherryPy": "BSD",
"cobble": "BSD",
"comtypes": "MIT",
"contextlib2": "Python",
"cssselect": "BSD",
"cubes": "MIT",
"cuda4py": "BSD",
"CVXcanon": "?",
"cvxpy": "GNU",
"cymem": "MIT",
"datashader": "BSD",
"db.py": "BSD",
"deap": "LGPL",
"Django": "BSD",
"django-audiotracks": "MIT",
"django-celery": "BSD",
"django-configurations": "BSD",
"django-environ": "MIT",
"django-guardian": "BSD",
"django-storages": "BSD",
"dlib": "boost",
"dnspython": "~MIT",
"docrepr": "Modified BSD",
"entrypoints": "MIT",
"envoy": "~MIT",
"et_xmlfile": "MIT",
"Flask-Login": "MIT",
"Flask-SQLAlchemy": "BSD",
"GDAL": "MIT",
"gdata": "Apache 2.0",
"gensim": "LGPLv2+",
"geoplotlib": "MIT",
"geopy": "MIT",
"google-api-python-client": "Apache",
"googlemaps": "Apache",
"grab": "MIT",
"greenlet": "MIT",
"grequests": "BSD",
"grin": "BSD",
"HDDM": "BSD",
"heatmap": "MIT",
"Hebel": "GPLv2",
"hmmlearn": "MIT + Copyright",
"html2text": "GPL",
"html5lib": "MIT",
"httpie": "BSD",
"imageio": "BSD",
"imbox": "MIT",
"invoke": "BSD",
"ipyparallel": "BSD",
"jedi": "MIT",
"jieba": "MIT",
"julia": "MIT",
"jupytalk": "MIT",
"Keras": "MIT",
"Kivy": "MIT",
"kivy-garden": "MIT",
"luigi": "Apache 2.0",
"ldap3": "LGPLv3",
"lazy-object-proxy": "BSD",
"Lasagne": "MIT",
}
2 changes: 0 additions & 2 deletions src/pymyinstall/packaged/packaged_config_2_sphinx.py
Expand Up @@ -37,8 +37,6 @@ def sphinx_theme_set():
"sphinxjp.themes.sphinxjp", "pip", purpose="sphinx theme", usage="SPHINX"),
ModuleInstall(
"sphinx_py3doc_enhanced_theme", "pip", purpose="sphinx theme", usage="SPHINX") if sys.version_info[0] >= 3 else None,
ModuleInstall(
"epfl-sphinx-theme", "pip", mname="epfl_theme", purpose="sphinx theme", usage="SPHINX"),
ModuleInstall(
"sphinx-better-theme", "pip", mname="better", purpose="sphinx theme", usage="SPHINX"),
ModuleInstall("guzzle_sphinx_theme", "pip",
Expand Down
3 changes: 0 additions & 3 deletions src/pymyinstall/packaged/packaged_config_3_extended.py
Expand Up @@ -195,9 +195,6 @@ def extended_set():
"a convex optimization modeling software.", usage="OPTIM") if sys.version_info[:2] >= (3, 5) else None,
ModuleInstall("cvxpy", "pip", usage="OPTIM",
purpose="linear, quadratic optimization, depends on cvxopt") if sys.version_info[:2] >= (3, 5) else None,
# better large list
ModuleInstall(
"blist", "wheel", purpose="a list-like type with better asymptotic performance and similar performance on small lists"),
# to install packages with conda
ModuleInstall("libLAS", "wheel", mname="liblas",
purpose="libLAS is a C/C++ library for reading and writing the very common LAS LiDAR format."),
Expand Down
2 changes: 0 additions & 2 deletions src/pymyinstall/packaged/packaged_config_4_ml.py
Expand Up @@ -119,8 +119,6 @@ def ensae_set():
web="http://ab-initio.mit.edu/wiki/index.php/NLopt", usage="DATA/ML"),
ModuleInstall("Pmw", "pip", mname="Pmw",
purpose="Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module."),
ModuleInstall(
"appdirs", "pip", purpose="for pytool, A small Python module for determining appropriate + platform-specific dirs, e.g. a 'user data dir'."),
ModuleInstall(
"pytool", "pip", purpose="A collection of tools for Python"),
ModuleInstall(
Expand Down

0 comments on commit 888eb97

Please sign in to comment.