Metadata-Version: 2.1
Name: twarc2sql
Version: 0.2.1
Summary: This package converts jsonl file generated by twarc2 to sql database in an opnionated way.
Home-page: https://github.com/unna97/twarc2sql
Author: Unnati Patel
Author-email: unnati97@gmail.com
License: MIT license
Keywords: twarc2sql
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: default
License-File: LICENSE
License-File: AUTHORS.rst

=========
twarc2sql
=========


.. image:: https://img.shields.io/pypi/v/twarc2sql.svg
        :target: https://pypi.python.org/pypi/twarc2sql

.. image:: https://img.shields.io/travis/unna97/twarc2sql.svg
        :target: https://travis-ci.com/unna97/twarc2sql

.. image:: https://readthedocs.org/projects/twarc2sql/badge/?version=latest
        :target: https://twarc2sql.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/unna97/twarc2sql/shield.svg
     :target: https://pyup.io/repos/github/unna97/twarc2sql/
     :alt: Updates



This package converts jsonl file generated by twarc2 to sql database in an opnionated way.


* Free software: MIT license
* Documentation: https://twarc2sql.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2023-03-23)
------------------

* First release on PyPI.
