Metadata-Version: 2.4
Name: modulehub
Version: 1.0.1
Summary: A library to install/publish modules
Home-page: https://github.com/ISviterI/modulehub
Author: Sviter
License: MIT
Project-URL: Homepage, https://github.com/ISviterI/modulehub
Project-URL: Discord, https://discord.gg/MXv3KTFmPE
Project-URL: Wiki, https://github.com/ISviterI/modulehub/wiki
Project-URL: Documentation, https://github.com/ISviterI/modulehub/wiki/Documentation
Keywords: modulehub,module,modules,module.py,hub,cool,peak,library,install,create,pip,py
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ModuleHub

[![PyPI version](https://img.shields.io/pypi/v/modulehub.svg)](https://pypi.org/project/modulehub/)
[![Python versions](https://img.shields.io/pypi/pyversions/modulehub.svg)](https://pypi.org/project/modulehub/)
[![License](https://img.shields.io/pypi/l/modulehub.svg)](https://opensource.org/licenses/MIT)
[![Downloads](https://img.shields.io/pypi/dm/modulehub.svg)](https://pypi.org/project/modulehub/)

**ModuleHub** — a marketplace for Python modules where you can install and publish scripts.

## Features

- Install modules — `modulehub.install({modulename})`
- Search — `modulehub.search({text})`
- Publish — `modulehub.publish({many arguments})`
- More info — `modulehub.more({modulename})`

### Installation
```bash
pip install modulehub
```
