Skip to content

Commit

Permalink
Removed (web) API code.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettkromkamp committed Dec 24, 2016
1 parent 089c247 commit 748581d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 426 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
@@ -1,2 +1 @@
include topicdb/conf/topicmap-definition.sql
include topicdb/conf/swagger.yaml
3 changes: 0 additions & 3 deletions requirements.txt
@@ -1,4 +1 @@
connexion>=1.0.129
flask-cors>=3.0.2
gevent>=1.1.2
python-slugify>=1.2.1
6 changes: 2 additions & 4 deletions setup.py
Expand Up @@ -18,14 +18,12 @@
'Topic :: Database :: Database Engines/Servers',
'Topic :: Software Development :: Libraries :: Python Modules'
],
keywords='topic map, graph database, nosql, semantic, topic mapping, concept mapping',
keywords='topic map, graph database, nosql, semantic, concept map, knowledge management',
url='https://github.com/brettkromkamp/topic_db',
author='Brett Alistair Kromkamp',
author_email='brett.kromkamp@gmail.com',
license='MIT',
packages=find_packages(),
install_requires=[
'connexion', 'flask-cors', 'gevent', 'python-slugify'
],
install_requires=['python-slugify'],
include_package_data=True,
zip_safe=False)
File renamed without changes.
21 changes: 0 additions & 21 deletions topicdb/api/app.py

This file was deleted.

259 changes: 0 additions & 259 deletions topicdb/api/service.py

This file was deleted.

0 comments on commit 748581d

Please sign in to comment.