diff --git a/sylk_pushserver.egg-info/PKG-INFO b/sylk_pushserver.egg-info/PKG-INFO deleted file mode 100644 index 7bc36e8..0000000 --- a/sylk_pushserver.egg-info/PKG-INFO +++ /dev/null @@ -1,20 +0,0 @@ -Metadata-Version: 1.1 -Name: sylk-pushserver -Version: 1.0.5 -Summary: Mobile push notifications for RTC infrastructures -Home-page: http://sylkserver.com -Author: Bibiana Rivadeneira -Author-email: support@ag-projects.com -License: GPL v3 -Description: - Sylk Pushserver was designed to act as a central dispatcher for mobile push - notifications inside RTC provider infrastructures. Both the provider and - the mobile application customer, in the case of a shared infrastructure, can - easily audit problems related to the processing of push notifications. - -Platform: Platform Independent -Classifier: Development Status :: 5 - Production/Stable -Classifier: Intended Audience :: Service Providers -Classifier: License :: GPL v3 -Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python diff --git a/sylk_pushserver.egg-info/SOURCES.txt b/sylk_pushserver.egg-info/SOURCES.txt deleted file mode 100644 index 9e80203..0000000 --- a/sylk_pushserver.egg-info/SOURCES.txt +++ /dev/null @@ -1,60 +0,0 @@ -LICENSE -MANIFEST.in -README.md -__info__.py -debian-requirements.txt -requirements.txt -setup.py -sylk-pushserver -config/applications.ini.sample -config/general.ini.sample -config/opensips.cfg -config/applications/__init__.py -config/applications/myapp.py -config/pns/__init__.py -config/pns/mypns.py -debian/changelog -debian/compat -debian/control -debian/copyright -debian/dirs -debian/docs -debian/logrotate -debian/rules -debian/sylk-pushserver.examples -debian/sylk-pushserver.install -debian/sylk-pushserver.links -debian/sylk-pushserver.service -debian/source/format -debian/source/lintian-overrides -pushserver/__init__.py -pushserver/api/__init__.py -pushserver/api/errors/__init__.py -pushserver/api/errors/validation_error.py -pushserver/api/routes/__init__.py -pushserver/api/routes/api.py -pushserver/api/routes/home.py -pushserver/api/routes/push.py -pushserver/applications/__init__.py -pushserver/applications/apple.py -pushserver/applications/firebase.py -pushserver/applications/linphone.py -pushserver/applications/sylk.py -pushserver/models/__init__.py -pushserver/models/requests.py -pushserver/pns/__init__.py -pushserver/pns/apple.py -pushserver/pns/base.py -pushserver/pns/firebase.py -pushserver/pns/register.py -pushserver/resources/__init__.py -pushserver/resources/notification.py -pushserver/resources/server.py -pushserver/resources/settings.py -pushserver/resources/utils.py -scripts/sylk-pushclient -sylk_pushserver.egg-info/PKG-INFO -sylk_pushserver.egg-info/SOURCES.txt -sylk_pushserver.egg-info/dependency_links.txt -sylk_pushserver.egg-info/requires.txt -sylk_pushserver.egg-info/top_level.txt \ No newline at end of file diff --git a/sylk_pushserver.egg-info/dependency_links.txt b/sylk_pushserver.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/sylk_pushserver.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/sylk_pushserver.egg-info/requires.txt b/sylk_pushserver.egg-info/requires.txt deleted file mode 100644 index af36bb9..0000000 --- a/sylk_pushserver.egg-info/requires.txt +++ /dev/null @@ -1,8 +0,0 @@ -fastapi==0.52.0 -hyper>=0.7.0 -oauth2client>=4.1.3 -pydantic>=1.4 -pyinotify>=0.9.6 -requests>=2.23.0 -systemd>=0.16.1 -uvicorn>=0.11.3 diff --git a/sylk_pushserver.egg-info/top_level.txt b/sylk_pushserver.egg-info/top_level.txt deleted file mode 100644 index 53d6fb7..0000000 --- a/sylk_pushserver.egg-info/top_level.txt +++ /dev/null @@ -1,7 +0,0 @@ -pushserver/api -pushserver/api/errors -pushserver/api/routes -pushserver/applications -pushserver/models -pushserver/pns -pushserver/resources