Metadata-Version: 2.1
Name: netport
Version: 0.1.0
Summary: Tool for managing resources on a remove machine using openapi
Home-page: https://github.com/IgalKolihman/netport
License: MIT
Keywords: manager,resources,remote,managing,network,networking,openapi
Author: Igal Kolihman
Author-email: igalk.spam@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Framework :: FastAPI
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Networking :: Monitoring
Requires-Dist: fastapi (>=0.85.0,<0.86.0)
Requires-Dist: psutil (>=5.9.2,<6.0.0)
Requires-Dist: redis (>=4.3.4,<5.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: uvicorn[standard] (>=0.18.3,<0.19.0)
Project-URL: Repository, https://github.com/IgalKolihman/netport
Description-Content-Type: text/markdown

# Developer Guide
1. Clone the repo
2. Make sure that poetry is installed on your computer (How to install 
   [Poetry](https://python-poetry.org/docs/))
3. run `poetry install`
4. Your environment is now ready to run, develop and test **netport**!


# Run

```bash
# Inside the repository
uvicorn netport.netport:app --host 0.0.0.0 --port 80 --reload
```

Open browser at: http://host_ip/docs
