Metadata-Version: 2.1
Name: capylang
Version: 0.11.0
Summary: Python's little programming language.
Author: Kia Kazemi
Author-email: kia@anistick.com
Requires-Python: >=3.8.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy (>=1.22.2,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

# Capylang
### Capylang is a pretty simple language.
### Here is an example of using Capylang.
```python
from capylang import capy
capy.help() # Prints the functions down
capy.log("Hello, World!") # Prints Hello, World!
```
### That's pretty much it for a basic tutorial of Capylang.
