FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
querystring-parser/setup.py at master · dimaboro-code/querystring-parser · GitHub
dimaboro-code
/
querystring-parser
Public
forked from
bernii/querystring-parser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
querystring-parser
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (18 loc) · 651 Bytes
Breadcrumbs
querystring-parser
/
setup.py
Copy path
File metadata and controls
19 lines (18 loc) · 651 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
from
setuptools
import
setup
setup
(
name
=
"querystring_parser"
,
version
=
"1.2.4"
,
description
=
"QueryString parser for Python/Django that correctly handles nested dictionaries"
,
author
=
"bernii"
,
author_email
=
"berni@extensa.pl"
,
url
=
"https://github.com/bernii/querystring-parser"
,
packages
=
[
"querystring_parser"
],
install_requires
=
[
"six"
],
classifiers
=
[
"Development Status :: 6 - Mature"
,
"License :: OSI Approved :: MIT License"
,
"Operating System :: OS Independent"
,
"Programming Language :: Python :: 2.7"
,
"Programming Language :: Python :: 3"
,
],
)
Back
|
FazBrowse Home
|
New Git URL