Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
I
instrumented-soap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
thelabnyc
instrumented-soap
Commits
b52055c5
Commit
b52055c5
authored
Apr 15, 2016
by
Craig Weber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README
parent
f98c6a80
Pipeline
#1864400
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
Dockerfile
Dockerfile
+1
-1
README.rst
README.rst
+13
-0
No files found.
Dockerfile
View file @
b52055c5
FROM
python:3.5
-alpine
FROM
python:3.5
ENV
PYTHONUNBUFFERED 0
RUN
mkdir
/code
...
...
README.rst
View file @
b52055c5
...
...
@@ -2,6 +2,8 @@
Instrumented SOAP
=================
| |license| |kit| |format| |downloads|
This package is a wrapper around suds_ that adds django_statsd instrumentation and improved HTTP proxy support.
.. _suds: https://bitbucket.org/jurko/suds
...
...
@@ -64,3 +66,14 @@ Changelog
1.0.0
------------------
- Initial release.
.. |license| image:: https://img.shields.io/pypi/l/instrumented-soap.svg
:target: https://pypi.python.org/pypi/instrumented-soap
.. |kit| image:: https://badge.fury.io/py/instrumented-soap.svg
:target: https://pypi.python.org/pypi/instrumented-soap
.. |format| image:: https://img.shields.io/pypi/format/instrumented-soap.svg
:target: https://pypi.python.org/pypi/instrumented-soap
.. |downloads| image:: https://img.shields.io/pypi/dm/instrumented-soap.svg?maxAge=2592000
:target: https://pypi.python.org/pypi/instrumented-soap
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment