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
Provides-Extra: dev
Provides-Extra: plot
Provides-Extra: gpu
Provides-Extra: full

```
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/*
```
