Metadata-Version: 2.1
Name: incantoos
Version: 1.0.1
Summary: IncantoOS Is intended to give 
Home-page: https://github.com/NinoTheMeano/incantoos
Author: NinoTheMeano
Author-email: ninosdeveloping@gmail.com
Project-URL: Discord, https://discord.com/users/255125932447236096
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: AsyncIO
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Overview
IncantoOS Is a wrapper related to OS functions that can made into a smaller faster function

# Usage
IncantoOS Wasnt intended for other people to use it use at your own caution

# Notes
I will try to keep up with the documentation of IncantoOS even though it wasnt meant for public use.

# Discresion
I am not the best coder so do not expect IncantoOS to work properly. If a bug is found you can report it to me via the github.

# Documentation

Prints the current system time.
```py
    incantoos.nowtime()
```

Adds two string values together.
```py
    incantoos.addstr(one, two)
```
