{ "info": { "author": "John Jefferies", "author_email": "j.jefferies@ntlworld.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Visualization" ], "description": "Little CMS Python Bindings\n==========================\n\n`SWIG `_ generated Python bindings for v2.7 of `Little CMS `_.\n\nThis distribution contains the necessary C source files from littlecms in the c_sources directory.\n\n\nInstalling\n==========\n\nThe distributed product is best installed by users using pip:\n pip install littlecms\n\nBuilding in Development Mode\n============================\n\nBuilding the product during further development is best done in the setuptools\ndevelopment mode. From the base of the repo, use this command:\n setup develop --install-dir=\n\nwhere is a location on your PYTHONPATH. This requires that you have both\nsetuptools and the appropriate C build tools available for the target version of\nPython [On Windows, that's Visual Studio 2015 for Python 3.5 and Visual Studio 2010\nfor Python 3.3-3.4].\n\nInstalling setuptools\n=====================\n\nFollow the instructions at https://pypi.python.org/pypi/setuptools. The\nrecommended method is to download ez_setup.py and run it using the target Python\nenvironment.\nNB. This step isn't required for Python 3.4+ because setuptools are pre-installed\n in the Python distribution.\n\nGenerating the SWIG Wrapper\n===========================\n\nThis package contains swig/littlecms_wrap.cpp and littlecms/littlecms.py, which\nform a pre-generated Python3 SWIG wrapper for the littlecms library.\nIf you need to regenerate the wrapper, the SWIG source files are also included.\nThis is the command line used on Windows:\n\n swig -python -py3 -Ic_sources/include -I\"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\include\" -outdir littlecms -o swig/littlecms_wrap.cpp swig/littlecms.i\n\nThis command requires that SWIG is installed, and that the VS2015 header files are\navailable in the given location.\nNB. This command is for Python 3.5+ which requires VS2015 (includes Visual C v14).\n Python 3.3-3.4 requires VS2010, so change this command to use headers from\n \"Microsoft Visual Studio 10.0\" instead.\n Actually, for the purpose of this command only, it doesn't make any difference\n which headers are used for either version of Python.\n\n\nCurrently Unsupported LittleCMS Functions\n=========================================\nIt is believed that support for the LittleCMS API is nearly complete with the\nexception of these functions. They are unsupported because the types of the\nnamed params aren't yet supported; they are mostly arrays:\n cmsGetHeaderCreationDateTime - struct tm *Dest\n cmsGetSupportedIntents - char** Descriptions\n cmsCreateExtendedTransform - cmsBool BPC[]\n cmsIT8EnumProperties - char ***PropertyNames\n cmsIT8EnumPropertyMulti - char ***SubpropertyNames\n cmsIT8EnumDataFormat - char ***SampleNames\n cmsPipelineUnlinkStage - cmsStage **mpe (Does work with None value for pointer)\n cmsStageAllocCLutFloat - cmsFloat32Number *Table (Does work with None value for pointer)\n cmsStageSampleCLutFloat - cmsSAMPLERFLOAT (The uint16 sampler is supported)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://johnpfjefferies@bitbucket.org/johnpfjefferies/little-cms-python-bindings", "keywords": "LittleCMS,LCMS,ICC,Colour", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "littlecms", "package_url": "https://pypi.org/project/littlecms/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/littlecms/", "project_urls": { "Homepage": "https://johnpfjefferies@bitbucket.org/johnpfjefferies/little-cms-python-bindings" }, "release_url": "https://pypi.org/project/littlecms/0.1b3/", "requires_dist": null, "requires_python": "", "summary": "Bindings for Little CMS", "version": "0.1b3" }, "last_serial": 2154825, "releases": { "0.1b1": [ { "comment_text": "", "digests": { "md5": "f5c551e9940d4632c6995e6ba725a743", "sha256": "94aa9ed3111ec38d69403b293135da1af0c66a6897278a02052fa674ca3c0acb" }, "downloads": -1, "filename": "littlecms-0.1b1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "f5c551e9940d4632c6995e6ba725a743", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 424068, "upload_time": "2016-05-22T16:08:50", "url": "https://files.pythonhosted.org/packages/41/a0/4a8a9f9052d89b4f7fca83bbfdb9380369503389aedc64b2e6a329905ea2/littlecms-0.1b1-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "f4d48a52fbb97ad112d75983b1fd2cad", "sha256": "dff8a67e3106088d5955d7d4c33f04bbb0eac018037d32094896f31a02c52293" }, "downloads": -1, "filename": "littlecms-0.1b1.zip", "has_sig": false, "md5_digest": "f4d48a52fbb97ad112d75983b1fd2cad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 432498, "upload_time": "2016-05-22T16:09:34", "url": "https://files.pythonhosted.org/packages/20/73/e90dd346b22535751e07ac43df2aac0d15da7604ecb6c213b4225137c44f/littlecms-0.1b1.zip" } ], "0.1b3": [ { "comment_text": "", "digests": { "md5": "52e73cbdb843c505b49024088a0f9091", "sha256": "4ed3a3f2c3d980c7fcc286464c9603f08b02b4a13ca93f00d755064f57d75956" }, "downloads": -1, "filename": "littlecms-0.1b3.zip", "has_sig": false, "md5_digest": "52e73cbdb843c505b49024088a0f9091", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 435646, "upload_time": "2016-06-06T09:30:10", "url": "https://files.pythonhosted.org/packages/ba/a4/81ae9c604b09e7e2b23ee155cfe8d8125ec7fa6317a8203c680b672e81a9/littlecms-0.1b3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "52e73cbdb843c505b49024088a0f9091", "sha256": "4ed3a3f2c3d980c7fcc286464c9603f08b02b4a13ca93f00d755064f57d75956" }, "downloads": -1, "filename": "littlecms-0.1b3.zip", "has_sig": false, "md5_digest": "52e73cbdb843c505b49024088a0f9091", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 435646, "upload_time": "2016-06-06T09:30:10", "url": "https://files.pythonhosted.org/packages/ba/a4/81ae9c604b09e7e2b23ee155cfe8d8125ec7fa6317a8203c680b672e81a9/littlecms-0.1b3.zip" } ] }