Logo
Explore Help
Sign In
george/PBinCLI
1
0
Fork 0
You've already forked PBinCLI
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
29498b931528fc8b8285bb7c032605d46c61ceaa
PBinCLI/pbincli/__init__.py

8 lines
168 B
Python
Raw Normal View History

update information. todo: think about license.
2018-09-22 01:53:47 +03:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = "R4SAS <r4sas@i2pmail.org>"
0.3.0 New: * Added validation of PrivateBin instance URL - #18 (it must contain trailing slash because POST is used) * URL shortener support with various supported services - #19 * Shortener configuration, certificate validation and insecure warning settings can be configured in config file or via env Changed: * Restructured some parts of code by splitting big code chunks in funtions (encrypt/decrypt) * Rework error messaging repeatable code (moved in utils) * Reduce code duplication (requests session configuring) Signed-off-by: r4sas <r4sas@i2pmail.org>
2019-09-20 10:50:06 +00:00
__version__ = "0.3.0"
update information. todo: think about license.
2018-09-22 01:53:47 +03:00
__copyright__ = "Copyright (c) R4SAS"
let's use normal license
2019-05-31 12:00:28 +00:00
__license__ = "MIT"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 668ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API