Metadata-Version: 2.1
Name: ads2gephi
Version: 0.1.0
Summary: A command line tool for querying and modeling citation networks from the Astrophysical Data System (ADS) in a format compatible with Gephi
License: MIT
Author: Theo Costea
Author-email: theo.costea@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: ads (>=0.12.3,<0.13.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: configparser (>=3.7,<4.0)
Requires-Dist: hypothesis (>=4.28,<5.0)
Requires-Dist: igraph (>=0.1.11,<0.2.0)
Requires-Dist: pytest (>=5.0,<6.0)
Requires-Dist: sqlalchemy (>=1.3,<2.0)
