Skip to main content

ImperialBin is a hastebin alternative built with UI and user experience in mind.

Project description

imperial.py

imperialbin is a code/text sharing site with the user experience in mind, it has feautures such as editing, encryption and integration with github gists and discord.

BUILT WITH SWAG MADE WITH PYTHON FIXED BUGS

API Token

An API Token is not required, but you can't do most things without one. Add IMPERIAL_TOKEN to path to set it automatically; this will get overwritten by setting one manually.

Example Usage

Shorthand Functions are more optimal if you have your API token set as an environmental variable.

Shorthand Functions

import imperial

document = imperial.create_document("Hello, World!")
# document.content is "Hello, World!"
document.edit("Hello from Python!")
# document.content is "Hello from Python!"
document.delete()
# document is deleted off imperial servers,
# but information about the document still lives in the object
document.edit("This will raise an error!")
# imperial.exceptions.DocumentNotFound("We couldn't find that document!")

Imperial Class

from imperial import Imperial

imp = Imperial("IMPERIAL-00000000-0000-0000-0000-000000000000")
document = imp.create_document("Hello, World!")
# etc...

Documentation

Refer to imperial documentation for full docs.
To see what goes on with imperial-py, view the full code. All important functions have docstrings and a description.

Contributing

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work to your fork
  5. Submit a Pull request so that I can review your changes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imperial.py-2.0.1.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

imperial.py-2.0.1-py3-none-any.whl (29.7 kB view details)

Uploaded Python 3

File details

Details for the file imperial.py-2.0.1.tar.gz.

File metadata

  • Download URL: imperial.py-2.0.1.tar.gz
  • Upload date:
  • Size: 22.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for imperial.py-2.0.1.tar.gz
Algorithm Hash digest
SHA256 43df0ab4c576252b829c8510a43a4f2cbd6650cb900cf84773a1807b03c178d8
MD5 a84fc55c198d2bab9b5329063acfa362
BLAKE2b-256 2a44f1340b8f3899f9f35ba2d1ad9fe7095055ee4651b981dcbd2298108b29c1

See more details on using hashes here.

File details

Details for the file imperial.py-2.0.1-py3-none-any.whl.

File metadata

  • Download URL: imperial.py-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 29.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for imperial.py-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5ac37e9d89495d86c584ca683fd0b3e088594436ae0ce5e573f8eb98f854e385
MD5 68dab52e7842e42e94f7fe79f2537edd
BLAKE2b-256 ed6c9def7ba6d19f99ed625cd7e606097c503f319d428b47c06eb91e6158284c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page