Metadata-Version: 2.4
Name: docdrop
Version: 0.1.0
Summary: Publish HTML and Markdown documents to DocDrop by unguessable link.
Project-URL: Homepage, https://docdrop.anvil.app
Project-URL: Repository, https://github.com/Empiria/docdrop
Project-URL: Documentation, https://github.com/Empiria/docdrop#readme
Author-email: Owen Campbell <directors@empiria.co.uk>
License-Expression: MIT
License-File: LICENSE
Keywords: markdown,publishing,sharing
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Description-Content-Type: text/markdown

# docdrop

`docdrop` is the command-line publisher for [docdrop][repo] — it uploads HTML
and Markdown documents to a docdrop server and gives you back an unguessable
link to share.

```bash
pip install docdrop
```

Full documentation — installation, CLI configuration and precedence, the
complete command reference, and how the server side works — lives in the main
README:

**https://github.com/Empiria/docdrop#readme**

[repo]: https://github.com/Empiria/docdrop
