Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
olapy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
olapy
Commits
1b472a97
Commit
1b472a97
authored
Aug 04, 2017
by
mouadh
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
ae38cfaa
47be445f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
16 deletions
+31
-16
.travis.yml
.travis.yml
+21
-0
CHANGES.rst
CHANGES.rst
+9
-0
README.rst
README.rst
+0
-15
setup.py
setup.py
+1
-1
No files found.
.travis.yml
0 → 100644
View file @
1b472a97
sudo
:
required
dist
:
trusty
language
:
python
cache
:
pip
python
:
-
"
2.7"
install
:
-
pip install -U pip setuptools tox
script
:
-
tox
notifications
:
slack
:
rooms
:
-
abilian:dTtRD7DHS4Dw3jfRrqytQWU6#code
on_success
:
change
on_failure
:
always
CHANGES.rst
0 → 100644
View file @
1b472a97
Changelog for Olapy
===================
0.4.0 (2017-07-31)
------------------
- Use xmlwitch to generate XML content.
- User sqlalchemy core to access database.
README.rst
View file @
1b472a97
...
@@ -34,8 +34,6 @@ or just::
...
@@ -34,8 +34,6 @@ or just::
Usage
Usage
-----
-----
With an XMLA client
~~~~~~~~~~~~~~~~~~~
To use XMLA from Excel, just start the XMLA server by executing in the root directory::
To use XMLA from Excel, just start the XMLA server by executing in the root directory::
...
@@ -43,19 +41,6 @@ To use XMLA from Excel, just start the XMLA server by executing in the root dire
...
@@ -43,19 +41,6 @@ To use XMLA from Excel, just start the XMLA server by executing in the root dire
and use the url: http://127.0.0.1:8000/xmla in Excel
and use the url: http://127.0.0.1:8000/xmla in Excel
With the demo web app
~~~~~~~~~~~~~~~~~~~~~
Run:
1. `python manage.py initdb` to initialize the db
2. `python manage.py runserver` to run application, using the following credential to log in:
- **login**: admin
- **password**: admin
Developing
Developing
----------
----------
...
...
setup.py
View file @
1b472a97
...
@@ -18,7 +18,7 @@ install_requires = [str(ir.req) for ir in _install_requires]
...
@@ -18,7 +18,7 @@ install_requires = [str(ir.req) for ir in _install_requires]
setup
(
setup
(
name
=
'olapy'
,
name
=
'olapy'
,
version
=
"0.
3.1
"
,
version
=
"0.
4.0
"
,
packages
=
find_packages
(),
packages
=
find_packages
(),
author
=
"Abilian SAS"
,
author
=
"Abilian SAS"
,
author_email
=
"contact@abilian.com"
,
author_email
=
"contact@abilian.com"
,
...
...
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