We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755ded0 commit dad643cCopy full SHA for dad643c
README.md
@@ -3,6 +3,12 @@ Signa
3
4
Utility lib to create authorized requests for various services.
5
6
+Supported services:
7
+
8
+- AWS S3
9
+- Digital Ocean Spaces
10
+- Yandex Object storage
11
12
**Currently in alpha, use with caution!**
13
14
Install
setup.py
@@ -15,6 +15,12 @@
15
with open('README.md', 'r') as readme_fp:
16
__description__ = readme_fp.read()
17
18
+# NOTE: Steps for publishing
19
+# - pip install twine wheel
20
+# - python setup.py sdist bdist_wheel
21
+# - twine check dist/*
22
+# - twine upload dist/*
23
24
setup(
25
name='signa',
26
version=__version__,
0 commit comments