FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
labstack-python/setup.py at master · labstack/labstack-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
labstack
/
labstack-python
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
8
Code
Issues
2
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
labstack-python
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (21 loc) · 706 Bytes
Breadcrumbs
labstack-python
/
setup.py
Copy path
File metadata and controls
22 lines (21 loc) · 706 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
from
setuptools
import
setup
setup
(
name
=
'labstack'
,
version
=
'1.0.1'
,
description
=
'Official Python client library for the LabStack API'
,
long_description
=
'`<https://github.com/labstack/labstack-python>`_'
,
keywords
=
'image compress, image resize, text summary, barcode generate, barcode scan'
,
url
=
'https://github.com/labstack/labstack-python'
,
author
=
'Vishal Rana'
,
author_email
=
'vr@labstack.com'
,
license
=
'MIT'
,
packages
=
[
'labstack'
],
install_requires
=
[
'requests==2.22.0'
],
classifiers
=
[
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
'Programming Language :: Python :: 3.8'
]
)
Back
|
FazBrowse Home
|
New Git URL