Metadata-Version: 2.1
Name: coded
Version: 1.98
Summary: Coded is a programming language and Python extension designed to make programming just a little bit easier
Author: The Open Project
Author-email: opendylan@proton.me
Requires-Python: >=3,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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.11
Description-Content-Type: text/markdown

# **Coded**

## Coded is a programming language and Python extension designed to make programming just a little bit easier.

With Coded, you can easily build projects - no matter how complex.  
Our libraries allow you to create whatever you can imagine, with just a few lines of code.

## Documentation

[View the full documentation](https://github.com/dylanopen/coded.py)

## Current features:

* write()
* writeline()
* prompt()
* clear()
* rand()
* readf()
* writef()
* rm()
* rmdir()
* syscmd()
* delay()
* request_get()
* request_get_cookies()
* request_post()
* request_post_content()
* request_post_cookies()
* getenv()
* setenv()
* get_working_dir()
* hash_sha512()
* hash_sha256()
* hash_sha384()
* hash_sha224()
* hash_sha1()
* hash_md5()

And MANY more!

## Changelog

1.1:

* Created basic project structure
* Created Coded
* Added `write`

1.2:

* Added `writeline`

1.3:

* Added `prompt`
* Reconfigured program structure
* Removed submodules (e.g. `console.write` is now just `write`)
* Added changelog
* Added project description
* Added documentation link
* Fixed `writeline` tuple bug

1.4:

* Use `os` module
* Added `clear`
* Added [current features](#current-features) view.

1.5:

* Added function documentation inline
* Handles exceptions in `prompt`

All newer minor versions:

* Bug fixes
* New features

[View full changelog](https://github.com/dylanopen/coded.py)

