tushare-deps 0.0.5
pip install tushare-deps
Released:
A library prepare the dependences for tushare library
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache Software License)
- Author: Hong-She Liang
- Tags tushare
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
tushare-deps
A library prepare the dependences for tushare library
License: Apache-2.0
Documentation: https://tushare-deps.readthedocs.io.
Preface
tushare is an utility for crawling historical and Real-time Quotes data of China stocks. It’s great but not setting install dependences correctly. We will found only tushare installed but without any dependences installed if we try install tushare in a virtualenv environment by pip in python3.6 on Ubuntu 18.04.
That’s so annoying to install those libraries manually.
Yes, fix this problem in tushare is more simple than just create a new library, but there have some PRs (#452, #264) related not been pay attention for a long time …
Usage
Just place ‘tushare-deps’ to your install_requires list in setup(), and remove ‘tushare’ depends, see sample below
from setuptools import setup, find_packages
install_requires = [
'tushare-deps',
]
setup(
name='testlib',
version='0.0.1',
description="Just for test",
long_description=long_description,
author="Hong-She Liang",
author_email='starofrainnight@gmail.com',
url='https://github.com/starofrainnight/testlib',
packages=find_packages(),
include_package_data=True,
install_requires=install_requires,
license="Apache Software License",
zip_safe=False,
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)
Credits
This package was created with Cookiecutter and the PyPackageTemplate project template.
History
0.0.3 (2018-06-11)
First release on PyPI.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache Software License)
- Author: Hong-She Liang
- Tags tushare
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tushare-deps-0.0.5.tar.gz.
File metadata
- Download URL: tushare-deps-0.0.5.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
039c474b6eae7ebc7a3d09489540e89cc389c1f80b9711b96373a744c53d20d0
|
|
| MD5 |
8d7d8e02cce1ab8e1ade7c4641681c58
|
|
| BLAKE2b-256 |
6a64ad0f1845a41a8efbf22deeea8ff02839498a4a1b71b91e40bfabb3f044c0
|