Metadata-Version: 2.1
Name: sysflow
Version: 0.1.6
Summary: A utility to saving time (time is flow)
Home-page: https://github.com/pypa/sampleproject
Author: Jimmy
Author-email: jiahaoyao.math@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/pypa/sampleproject/issues
Project-URL: Funding, https://donate.pypi.org
Project-URL: Say Thanks!, http://saythanks.io/to/example
Project-URL: Source, https://github.com/pypa/sampleproject/
Keywords: utility toolbox for convenience
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Description-Content-Type: text/markdown
Requires-Dist: bs4
Requires-Dist: schedule
Requires-Dist: python-dateutil
Requires-Dist: arxiv2bib
Requires-Dist: pybtex
Requires-Dist: bibtexparser
Requires-Dist: ruamel-yaml
Requires-Dist: pyperclip
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

# Flow

[![PyPI version](https://badge.fury.io/py/sysflow.svg)](https://badge.fury.io/py/sysflow)


Flow that exists as an aid to saving time for research.



## Installation

Install the newest version by

```bash
pip install -U git+https://github.com/JiahaoYao/Flow.git@master
```



