{ "info": { "author": "Kai Blin", "author_email": "kblin@biosustain.dtu.dk", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "SecMet - A Python Library to Handle Secondary Metabolite Annotations\n====================================================================\n\n| This library is intended to make dealing with secondary metabolite\n annotations\n| as provided by databases like\n `MIBiG `__ or tools like\n| `antiSMASH `__ easier from\n within python programs.\n\n| At the moment, it just supports the GenBank file format used by\n `MIBiG `__\n| and `antiSMASH `__, not\n the MIBiG JSON format. Support for this is\n| planned.\n\nInstalling\n----------\n\n| SecMet is a normal Python module, so you can install it from a local\n repository\n| checkout using ``python setup.py install``, or from PyPi using\n ``pip install secmet``.\n\nNote that secmet is still in early development, and not fit for\nproduction use.\n\nPackaging\n---------\n\n| Because I perfer to work with markdown and Python forces me to use\n| reStructuredText, a Makefile helps in order to create a new PyPi\n release. The\n| ``pandoc`` utility is required. Run the Makefile using\n ``make release`` to create a\n| new secmet library sdist.\n\nLicense\n-------\n\n::\n\n Copyright 2015 Kai Blin \n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/kblin/python-secmet/", "keywords": "bioinformatics", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "secmet", "package_url": "https://pypi.org/project/secmet/", "platform": "any", "project_url": "https://pypi.org/project/secmet/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/kblin/python-secmet/" }, "release_url": "https://pypi.org/project/secmet/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A library to handle secondary metabolite annotations", "version": "0.0.1" }, "last_serial": 1841582, "releases": { "0.0.1": [] }, "urls": [] }