{ "info": { "author": "Wesley Liu", "author_email": "silencesword@foxmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "\n\ufeffsetup.py (for humans)\n=======================\n\nThis repo exists to provide [an example setup.py] file, that can be used\nto bootstrap your next Python project. It includes some advanced\npatterns and best practices for `setup.py`, as well as some\ncommented\u2013out nice\u2013to\u2013haves.\n\nFor example, this `setup.py` provides a `$ python setup.py upload`\ncommand, which creates a *universal wheel* (and *sdist*) and uploads\nyour package to [PyPi] using [Twine], without the need for an annoying\n`setup.cfg` file. It also creates/uploads a new git tag, automatically.\n\nIn short, `setup.py` files can be daunting to approach, when first\nstarting out \u2014 even Guido has been heard saying, \"everyone cargo cults\nthems\". It's true \u2014 so, I want this repo to be the best place to\ncopy\u2013paste from :)\n\n[Check out the example!][an example setup.py]\n\nInstallation\n-----\n\n```bash\ncd your_project\n\n# Download the setup.py file:\n# download with wget\nwget https://raw.githubusercontent.com/kennethreitz/setup.py/master/setup.py -O setup.py\n\n# download with curl\ncurl -O https://raw.githubusercontent.com/kennethreitz/setup.py/master/setup.py\n```\n\nTo Do\n-----\n\n- Tests via `$ setup.py test` (if it's concise).\n\nPull requests are encouraged!\n\nMore Resources\n--------------\n\n- [What is setup.py?] on Stack Overflow\n- [Official Python Packaging User Guide](https://packaging.python.org)\n- [The Hitchhiker's Guide to Packaging]\n- [Cookiecutter template for a Python package]\n\nLicense\n-------\n\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any means.\n\n [an example setup.py]: https://github.com/kennethreitz/setup.py/blob/master/setup.py\n [PyPi]: https://docs.python.org/3/distutils/packageindex.html\n [Twine]: https://pypi.python.org/pypi/twine\n [image]: https://farm1.staticflickr.com/628/33173824932_58add34581_k_d.jpg\n [What is setup.py?]: https://stackoverflow.com/questions/1471994/what-is-setup-py\n [The Hitchhiker's Guide to Packaging]: https://the-hitchhikers-guide-to-packaging.readthedocs.io/en/latest/creation.html\n [Cookiecutter template for a Python package]: https://github.com/audreyr/cookiecutter-pypackage\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": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wtpy", "package_url": "https://pypi.org/project/wtpy/", "platform": "", "project_url": "https://pypi.org/project/wtpy/", "project_urls": null, "release_url": "https://pypi.org/project/wtpy/0.1.2/", "requires_dist": [ "numpy", "pandas", "ta-lib" ], "requires_python": ">=3.6.0", "summary": "Wonder Trading Platform With Python Wrapper", "version": "0.1.2" }, "last_serial": 5709774, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "139cefc8b0babc229981897aebec422a", "sha256": "084f6a6033b9b39f514e843187b8ce2355a6e7aa5ce46f8b7d805feec1224ae3" }, "downloads": -1, "filename": "wtpy-0.1.2-cp36-none-any.whl", "has_sig": false, "md5_digest": "139cefc8b0babc229981897aebec422a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6.0", "size": 5246205, "upload_time": "2019-08-21T13:33:11", "url": "https://files.pythonhosted.org/packages/60/36/32068e584227e5da81766640f5e381fca53b719cbddaab69a6368fb41f9c/wtpy-0.1.2-cp36-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "139cefc8b0babc229981897aebec422a", "sha256": "084f6a6033b9b39f514e843187b8ce2355a6e7aa5ce46f8b7d805feec1224ae3" }, "downloads": -1, "filename": "wtpy-0.1.2-cp36-none-any.whl", "has_sig": false, "md5_digest": "139cefc8b0babc229981897aebec422a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6.0", "size": 5246205, "upload_time": "2019-08-21T13:33:11", "url": "https://files.pythonhosted.org/packages/60/36/32068e584227e5da81766640f5e381fca53b719cbddaab69a6368fb41f9c/wtpy-0.1.2-cp36-none-any.whl" } ] }