Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
pyramid-linkaja
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 279e6871
authored
Sep 15, 2020
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Melengkapi ketergantunan paket
1 parent
2810ef06
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
pyramid_linkaja/decorator.py
pyramid_linkaja/structure.py
setup.py
pyramid_linkaja/decorator.py
View file @
279e687
import
venusian
from
.structure
import
RENDERER
# view decorator
class
csv_method
:
def
__init__
(
self
,
**
kw
):
...
...
pyramid_linkaja/structure.py
View file @
279e687
...
...
@@ -18,3 +18,5 @@ METHOD = {
METHOD_CODE
=
dict
()
for
key
,
value
in
METHOD
.
items
():
METHOD_CODE
[
value
]
=
key
RENDERER
=
'csv'
setup.py
View file @
279e687
...
...
@@ -19,15 +19,16 @@ version = line.split()[0]
requires
=
[
'colander'
,
'venusian'
,
'opensipkd-hitung @ git+https://git.opensipkd.com/sugiana/opensipkd-hitung.git'
,
'opensipkd-hitung @ '
'git+https://git.opensipkd.com/sugiana/opensipkd-hitung.git'
,
]
setup
(
name
=
'pyramid-linkaja'
,
version
=
version
,
description
=
'Modul Pyramid untuk menerjemahkan data host to host LinkAja,'
\
' produk PT Telkom'
,
description
=
'Modul Pyramid untuk menerjemahkan data host to host LinkAja,'
' produk PT Telkom'
,
long_description
=
README
+
'
\n\n
'
+
CHANGES
,
classifiers
=
[
'Programming Language :: Python :: 3.6'
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment