{ "info": { "author": "Explore AI for Good", "author_email": "gcloudex@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Machine Learning - Python utility functions\n\nConvenient Python utility functions commonly used in the AI machine learning \nprojects.\n\n## Build Package\n\nReferences:\n- [Packaging Python Projects](https://packaging.python.org/tutorials/packaging-projects/#uploading-your-project-to-pypi)\n\nDependencies: `setuptools`, `wheel` and `twine`\n\n```\n$ python setup.py sdist bdist_wheel\n\n# For testing, upload to test.pypi.org\n$ twine upload --repository-url https://test.pypi.org/legacy/ dist/*\n\n# Install package from test.pypi.org\npip install --index-url https://test.pypi.org/simple/ --no-deps mlfns\n\n# Release upload to pypi.org\n$ twine upload --repository-url https://pypi.org/legacy/ dist/*\n\n# Install package from test.pypi.org\npip install --index-url https://pypi.org/simple/ --no-deps mlfns\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "development artificial intelligent machine learning ai ml", "license": "", "maintainer": "", "maintainer_email": "", "name": "mlfns", "package_url": "https://pypi.org/project/mlfns/", "platform": "", "project_url": "https://pypi.org/project/mlfns/", "project_urls": null, "release_url": "https://pypi.org/project/mlfns/0.0.5/", "requires_dist": null, "requires_python": "", "summary": "Machine Learning Python utility functions", "version": "0.0.5" }, "last_serial": 5148638, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "a04b9bf7e1caed654694123d62c79b0a", "sha256": "dbba08c8dbe439512d5c6e288d015632414f96d23594da18441217b1b02e1a0f" }, "downloads": -1, "filename": "mlfns-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "a04b9bf7e1caed654694123d62c79b0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9652, "upload_time": "2019-04-16T07:52:41", "url": "https://files.pythonhosted.org/packages/ba/96/215032616f08f0b157e2d93bd66fa90a8027932e72be781ba7d9098c4e62/mlfns-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee0ecab34bdff72c1fc8539a0d62ff18", "sha256": "06ed1855be05f023be29f0c7493bff61d9348c9d10ed5e591a877e9d2ae24c9b" }, "downloads": -1, "filename": "mlfns-0.0.5.tar.gz", "has_sig": false, "md5_digest": "ee0ecab34bdff72c1fc8539a0d62ff18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6381, "upload_time": "2019-04-16T07:52:43", "url": "https://files.pythonhosted.org/packages/8d/aa/37411a93078563031595cfc4f64ecf3a7013ceb47db6c7c1855424472214/mlfns-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a04b9bf7e1caed654694123d62c79b0a", "sha256": "dbba08c8dbe439512d5c6e288d015632414f96d23594da18441217b1b02e1a0f" }, "downloads": -1, "filename": "mlfns-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "a04b9bf7e1caed654694123d62c79b0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9652, "upload_time": "2019-04-16T07:52:41", "url": "https://files.pythonhosted.org/packages/ba/96/215032616f08f0b157e2d93bd66fa90a8027932e72be781ba7d9098c4e62/mlfns-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee0ecab34bdff72c1fc8539a0d62ff18", "sha256": "06ed1855be05f023be29f0c7493bff61d9348c9d10ed5e591a877e9d2ae24c9b" }, "downloads": -1, "filename": "mlfns-0.0.5.tar.gz", "has_sig": false, "md5_digest": "ee0ecab34bdff72c1fc8539a0d62ff18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6381, "upload_time": "2019-04-16T07:52:43", "url": "https://files.pythonhosted.org/packages/8d/aa/37411a93078563031595cfc4f64ecf3a7013ceb47db6c7c1855424472214/mlfns-0.0.5.tar.gz" } ] }