Metadata-Version: 2.0
Name: foss-finder
Version: 0.2.0
Summary: Finds Open Source dependencies for a GitHub Organization and/or Project
Home-page: https://github.com/iotile/foss_finder
Author: Arch Systems Inc
Author-email: info@archsys.io
License: MIT
Keywords: FOSS,Open Source,Licenses
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requirements-parser (==0.1.0)
Requires-Dist: PyGithub

FOSS_FINDER
-----------

The script is fairly easy to use but if you need any help, you can run:

```
python foss_finder_cli.py -h
```

The standard way to run the script is to get an access token for your GitHub organization, then run:

```
python foss_finder_cli.py -t <your_access_token> <name_of_your_organization>
```

Alternatively, you can directly use your GitHub username to login:

```
python foss_finder_cli.py -u <your_username> <name_of_your_organization>
```


