{ "info": { "author": "VST Consulting", "author_email": "sergey.k@vstconsulting.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Cython", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "VST Compile utility\n===================\n\nLib for quick formatting `setup.py` in projects. Moved from `vstutils` projects for easyer integration.\n\nQuick start\n-----------\n\n1. Install package via `pip install vstcompile`\n\n2. Create `requirements.txt` and `setup.py` in your project:\n .. sourcecode:: python\n\n import os\n \n # allow setup.py to be run from any path\n \n os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))\n\n from vstcompile import load_requirements, make_setup, find_packages\n\n ext_list = [\n ... some extentions import paths with `*.py, *.c or *.pyx` extentions ...\n ]\n \n make_setup(\n packages=find_packages(exclude=['tests']+ext_list),\n \n ext_modules_list=ext_list,\n \n include_package_data=True,\n \n install_requires=load_requirements('requirements.txt')\n )\n\n3. Run `python setup.py compile` to compile and pack dist-package.\n\n\nRequirements\n------------\n\nIf you want to use Sphinx in projects, you should install package:\n\n .. sourcecode:: bash\n\n pip install vstcompile[doc]\n\n\nLICENCE\n-------\n\nApache Software License", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vstconsulting", "keywords": "cythonize,compile,util", "license": "Apache Software License", "maintainer": "", "maintainer_email": "", "name": "vstcompile", "package_url": "https://pypi.org/project/vstcompile/", "platform": "", "project_url": "https://pypi.org/project/vstcompile/", "project_urls": { "Homepage": "https://github.com/vstconsulting", "Issue Tracker": "https://gitlab.com/vstconsulting/vstcompile/issues", "Releases": "https://pypi.org/project/vstcompile/#history", "Source Code": "https://gitlab.com/vstconsulting/vstcompile" }, "release_url": "https://pypi.org/project/vstcompile/1.0.8/", "requires_dist": null, "requires_python": "", "summary": "VST util for easy compile", "version": "1.0.8" }, "last_serial": 3980754, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "3934f9396caf8082c648ff2fd3bcc7a9", "sha256": "419ca95950ccca744c2ca218682a38720febb16ab776bfc725aed1181f277864" }, "downloads": -1, "filename": "vstcompile-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3934f9396caf8082c648ff2fd3bcc7a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7062, "upload_time": "2018-06-04T07:25:32", "url": "https://files.pythonhosted.org/packages/9d/64/2b0722b04719841418eb8cb68dbe2c7e76e98becac57e0035db3a6a3feb4/vstcompile-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "cf0b551c508c142f16716268a7c409d3", "sha256": "48f9b36a9bd7d9c6d01c2961be90b86dffb013b939856bad2f69aaf177144bd5" }, "downloads": -1, "filename": "vstcompile-1.0.2.tar.gz", "has_sig": false, "md5_digest": "cf0b551c508c142f16716268a7c409d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7709, "upload_time": "2018-06-20T07:01:21", "url": "https://files.pythonhosted.org/packages/84/66/3ca1b9f69ba34908f79238b29aa13e9ae7fd168061282797de1232b9d2e2/vstcompile-1.0.2.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "1e8ff55d75a1e5d861d918ce7309266a", "sha256": "b156b7ff72ce68b25d7b4b4b4fc3aa66505298b6768957170bbc3dcb072e6697" }, "downloads": -1, "filename": "vstcompile-1.0.4.tar.gz", "has_sig": false, "md5_digest": "1e8ff55d75a1e5d861d918ce7309266a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7802, "upload_time": "2018-06-20T07:29:35", "url": "https://files.pythonhosted.org/packages/f5/8d/05463cdcad6bf5e3050829121c3f3ff8167cc5760211ecadd64172ac28c8/vstcompile-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "d9a6ed87afd3d1597c32c4874679b774", "sha256": "a6291839ed49c6989615bd38b591a0697e1bd46ac9c601dbc78e91ae90c9b2c3" }, "downloads": -1, "filename": "vstcompile-1.0.5.tar.gz", "has_sig": false, "md5_digest": "d9a6ed87afd3d1597c32c4874679b774", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7832, "upload_time": "2018-06-20T07:41:21", "url": "https://files.pythonhosted.org/packages/cc/8c/12c27f624524edf151289ae8026ee4b6a203016b3f0b2e49a1de42a3a745/vstcompile-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "64af050ad53b79a114ecada464784b15", "sha256": "9db675ec60462d2f432e020c83f850d7590fe337d22afac2b836943892a2dde7" }, "downloads": -1, "filename": "vstcompile-1.0.6.tar.gz", "has_sig": false, "md5_digest": "64af050ad53b79a114ecada464784b15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8148, "upload_time": "2018-06-20T08:10:28", "url": "https://files.pythonhosted.org/packages/76/47/2ed6a46bc15ccc4df5fcf3498dae7aafdcaf06f74ce4f75fc4539afb0a41/vstcompile-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "3f6a13ee248f159213183945fb9f84ee", "sha256": "0b330234e8dea83614a451047d2af86d44224c63fee350aa3e5b79691094bba6" }, "downloads": -1, "filename": "vstcompile-1.0.7.tar.gz", "has_sig": false, "md5_digest": "3f6a13ee248f159213183945fb9f84ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8149, "upload_time": "2018-06-20T09:26:00", "url": "https://files.pythonhosted.org/packages/c0/99/92551a1e9fb5b6f53d2aac1d877f2e5d6a4b317ac89041e35c590f147496/vstcompile-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "d25f3249927ef8778e90a2475788ce1c", "sha256": "d338e950044cbf325cb86d9e0d8ee8e5ff0abd1bfe4206f296c8383c338267ae" }, "downloads": -1, "filename": "vstcompile-1.0.8.tar.gz", "has_sig": false, "md5_digest": "d25f3249927ef8778e90a2475788ce1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7807, "upload_time": "2018-06-20T09:43:37", "url": "https://files.pythonhosted.org/packages/a4/d9/89bf86b1bf058e3990b1864795faad8d8a263fcab7828aeddffc8f58ed3b/vstcompile-1.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d25f3249927ef8778e90a2475788ce1c", "sha256": "d338e950044cbf325cb86d9e0d8ee8e5ff0abd1bfe4206f296c8383c338267ae" }, "downloads": -1, "filename": "vstcompile-1.0.8.tar.gz", "has_sig": false, "md5_digest": "d25f3249927ef8778e90a2475788ce1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7807, "upload_time": "2018-06-20T09:43:37", "url": "https://files.pythonhosted.org/packages/a4/d9/89bf86b1bf058e3990b1864795faad8d8a263fcab7828aeddffc8f58ed3b/vstcompile-1.0.8.tar.gz" } ] }