Metadata-Version: 2.1
Name: paste2sms
Version: 1.1.0
Summary: Sent clipboard content as a SMS.
Home-page: http://framagit.org/spalax/paste2sms
Author: Louis Paternault
Author-email: spalax+python@gresille.org
License: GPLv3 or any later version
Project-URL: Documentation, http://paste2sms.readthedocs.io
Project-URL: Source, https://framagit.org/spalax/paste2sms
Project-URL: Tracker, https://framagit.org/spalax/paste2sms/issues
Keywords: clipboard sms
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Communications :: Telephony
Requires-Python: <4,>=3.7
Description-Content-Type: text/x-rst
Requires-Dist: notify2
Requires-Dist: pyperclip
Requires-Dist: pyxdg
Requires-Dist: requests

paste2sms 📲 Send clipboard content as a SMS
============================================

`paste2sms` is a small tool which send the content of your clipboard as a SMS: do you want to share that cool link you just found (on your computer) to your friend? Copy it, and run `paste2sms` to send it as a SMS.

.. image:: https://framagit.org/spalax/paste2sms/raw/master/doc/_static/screencast.gif

What's new?
-----------

See `changelog
<https://git.framasoft.org/spalax/paste2sms/blob/master/CHANGELOG.md>`_.

Download and install
--------------------

* From sources:

  * Download: https://pypi.python.org/pypi/paste2sms
  * Install::

        python3 setup.py install

* From pip::

    pip install paste2sms

* Quick and dirty Debian (and Ubuntu?) package

  This requires `stdeb <https://github.com/astraw/stdeb>`_ (and `setuptools-scm <https://pypi.org/project/setuptools-scm/>`_) to be installed::

      python3 setup.py --command-packages=stdeb.command bdist_deb
      sudo dpkg -i deb_dist/paste2sms-<VERSION>_all.deb

  This will also install the launcher.


Documentation
-------------

* The compiled documentation is available on `readthedocs
  <http://paste2sms.readthedocs.io>`_

* To compile it from source, download and run::

      cd doc && make html


