pluginserver 0.5.4__tar.gz → 0.5.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pluginserver
3
- Version: 0.5.4
3
+ Version: 0.5.5
4
4
  Summary: Plugin-driven API server
5
5
  Home-page: https://github.com/nicciniamh/pluginserver
6
- Author: Your Name
6
+ Author: Nicole Stevens
7
7
  License: MIT
8
8
  Project-URL: Documentation, https://pluginserver.readthedocs.io
9
9
  Classifier: Programming Language :: Python :: 3
@@ -13,9 +13,12 @@ Requires-Dist: aiohttp
13
13
  Requires-Dist: aiohttp_cors
14
14
  Dynamic: author
15
15
  Dynamic: classifier
16
+ Dynamic: description
16
17
  Dynamic: home-page
17
18
  Dynamic: license
18
19
  Dynamic: license-file
19
20
  Dynamic: project-url
20
21
  Dynamic: requires-dist
21
22
  Dynamic: summary
23
+
24
+ A REST-like API Server built on asyncio and aiohttp, leverageing plugins for actual api management
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pluginserver
3
- Version: 0.5.4
3
+ Version: 0.5.5
4
4
  Summary: Plugin-driven API server
5
5
  Home-page: https://github.com/nicciniamh/pluginserver
6
- Author: Your Name
6
+ Author: Nicole Stevens
7
7
  License: MIT
8
8
  Project-URL: Documentation, https://pluginserver.readthedocs.io
9
9
  Classifier: Programming Language :: Python :: 3
@@ -13,9 +13,12 @@ Requires-Dist: aiohttp
13
13
  Requires-Dist: aiohttp_cors
14
14
  Dynamic: author
15
15
  Dynamic: classifier
16
+ Dynamic: description
16
17
  Dynamic: home-page
17
18
  Dynamic: license
18
19
  Dynamic: license-file
19
20
  Dynamic: project-url
20
21
  Dynamic: requires-dist
21
22
  Dynamic: summary
23
+
24
+ A REST-like API Server built on asyncio and aiohttp, leverageing plugins for actual api management
@@ -4,11 +4,12 @@ from setuptools import setup
4
4
 
5
5
  setup(
6
6
  name='pluginserver',
7
- version='0.5.4',
7
+ version='0.5.5',
8
8
  packages=['plugincore'],
9
9
  include_package_data=True,
10
10
  description='Plugin-driven API server',
11
- author='Your Name',
11
+ long_description='A REST-like API Server built on asyncio and aiohttp, leverageing plugins for actual api management',
12
+ author='Nicole Stevens',
12
13
  url='https://github.com/nicciniamh/pluginserver',
13
14
  license='MIT',
14
15
  classifiers=[
File without changes
File without changes
File without changes
File without changes