{"id":16598194,"url":"https://github.com/collove/pasteme-cli","last_synced_at":"2025-03-21T13:32:35.086Z","repository":{"id":44470148,"uuid":"512454424","full_name":"collove/pasteme-cli","owner":"collove","description":"✍️ CLI Tool to Interact w/ PasteMe RESTful Service","archived":false,"fork":false,"pushed_at":"2023-07-20T11:39:50.000Z","size":85,"stargazers_count":22,"open_issues_count":4,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-01T06:51:12.544Z","etag":null,"topics":["cli","cli-command","cookiecutter","hacktoberfest","linux","package","pastebin","pasteme","pypi","python","python-package"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pasteme-cli/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/collove.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-07-10T14:21:28.000Z","updated_at":"2024-02-28T16:26:59.000Z","dependencies_parsed_at":"2023-12-02T08:42:16.974Z","dependency_job_id":null,"html_url":"https://github.com/collove/pasteme-cli","commit_stats":{"total_commits":75,"total_committers":6,"mean_commits":12.5,"dds":"0.29333333333333333","last_synced_commit":"d0d34e8017fb1cb434d6d7dc9d1a874f52500a02"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collove%2Fpasteme-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collove%2Fpasteme-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collove%2Fpasteme-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collove%2Fpasteme-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/collove","download_url":"https://codeload.github.com/collove/pasteme-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141580,"owners_count":20404835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cli-command","cookiecutter","hacktoberfest","linux","package","pastebin","pasteme","pypi","python","python-package"],"created_at":"2024-10-12T00:07:57.775Z","updated_at":"2025-03-21T13:32:34.793Z","avatar_url":"https://github.com/collove.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"``pasteme-cli`` Python Package\n------------------------------\n\n`PasteMe \u003chttps://github.com/collove/pasteme\u003e`__ is a RESTful pastebin\nservice. Install this CLI tool and paste right from your command-line\ninterface.\n\n.. list-table::\n    :stub-columns: 1\n\n    * - docs\n      - |docs|\n    * - tests\n      - |\n        |\n    * - package\n      - | |version| |wheel| |supported-versions| |supported-implementations|\n        | |commits-since|\n.. |docs| image:: https://readthedocs.org/projects/pasteme-cli/badge/?style=flat\n    :target: https://pasteme-cli.readthedocs.io/\n    :alt: Documentation Status\n\n.. |version| image:: https://img.shields.io/pypi/v/pasteme-cli.svg\n    :alt: PyPI Package latest release\n    :target: https://pypi.org/project/pasteme-cli\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/pasteme-cli.svg\n    :alt: PyPI Wheel\n    :target: https://pypi.org/project/pasteme-cli\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/pasteme-cli.svg\n    :alt: Supported versions\n    :target: https://pypi.org/project/pasteme-cli\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pasteme-cli.svg\n    :alt: Supported implementations\n    :target: https://pypi.org/project/pasteme-cli\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/collove/pasteme-cli/v1.0.6.svg\n    :alt: Commits since latest release\n    :target: https://github.com/collove/pasteme-cli/compare/v1.0.6...main\n\nSetup \u0026 Installation\n~~~~~~~~~~~~~~~~~~~~\n\nSince PasteMe provides API endpoints, you can install the following\nPython package and paste your source codes and code snippets using your\nCLIs or Terminals.\n\n.. code:: sh\n\n   $ pip install pasteme-cli\n\nUsage\n~~~~~\n\n.. code:: sh\n\n   $ pasteme [OPTIONS] file.py\n   PASTE -\u003e \u003cURL\u003e\n\nTo paste with the following attributes, run the command with the specified options and values.\n\n.. code:: sh\n\n   title       -\u003e  \"Here is the Title\" (default: Untitled)\n   line_start  -\u003e  20 (default: First line)\n   line_end    -\u003e  35 (defalut: Last line)\n   language    -\u003e  C++ (default: PlainText)\n   expires at  -\u003e  One month (default: One week)\n\n.. code:: sh\n\n   $ pasteme --start 20 --end 35 --title \"Here is the Title\" --language cpp -x 1m program.cpp\n\nYou will have your 15 lines of code highlighted in C++ ready to share. Also visit the manual by typing ``$ pasteme --help`` and you have more\nhints on the options and arguments.\n\nLicense\n~~~~~~~\n\nPasteMe is being licensed under the `MIT\nLicense \u003chttps://github.com/collove/pasteme/blob/main/LICENSE\u003e`__.\n\nSpecial Thanks to\n~~~~~~~~~~~~~~~~~\n\n-  `Hashnode \u003chttps://hashnode.com/\u003e`__\n-  `PlanetScale \u003chttps://planetscale.com/\u003e`__\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollove%2Fpasteme-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollove%2Fpasteme-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollove%2Fpasteme-cli/lists"}