Metadata-Version: 2.1
Name: fn-reflection
Version: 0.3.2
Summary: python utility scripts
Home-page: https://github.com/fn-reflection/fn_reflection
Author: Naoki Fujita
Author-email: fujitanaoki0718@gmail.com
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy
Requires-Dist: typing
Requires-Dist: selenium
Requires-Dist: requests
Requires-Dist: pandas
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

# fn-reflection
python utility scripts for my private projects

## How to install
```
$ pip install fn-reflection
```
## How to use
```
import fn-reflection
```

