Metadata-Version: 2.1
Name: abide
Version: 0.0.1
Summary: A Python package for intelligent information bagging system
Home-page: https://github.com/lqxnjk/abide
Author: lqxnjk
Author-email: lqxnjk@qq.com
License: MIT
Project-URL: Bug Reports, https://github.com/lqxnjk/abide/issues
Project-URL: Source, https://github.com/lqxnjk/abide
Keywords: rule,tool,data
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: typing-extensions
Requires-Dist: requests
Requires-Dist: deepdiff
Requires-Dist: orjson
Requires-Dist: pytz
Requires-Dist: selenium
Requires-Dist: webdriver-manager
Requires-Dist: pyyaml
Requires-Dist: ruamel.yaml
Requires-Dist: cos-python-sdk-v5
Requires-Dist: pyroaring
Requires-Dist: psycopg2
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: xlrd
Requires-Dist: typing-extensions ; python_version < "3.8"
Provides-Extra: dev
Provides-Extra: full
Requires-Dist: abide[dev] ; extra == 'full'
Requires-Dist: abide[plot] ; extra == 'full'
Requires-Dist: abide[gpu] ; extra == 'full'
Provides-Extra: gpu
Provides-Extra: plot

```
pip install -r ./requirements.txt -i https://mirrors.tencent.com/pypi/simple
pip install wheel setuptools -i https://mirrors.tencent.com/pypi/simple
python -m pip install twine  -i https://mirrors.tencent.com/pypi/simple
python setup.py sdist bdist_wheel
python -m build
pip install .
pip install -e .
pip install -e .[dev]
python -m twine upload dist/*
```
```shell
pip install -e .
```
```shell
python setup.py sdist bdist_wheel
```
```shell
python -m twine upload dist/*
```
