Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chriso345/brainfrick-language


https://github.com/chriso345/brainfrick-language

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Brainfrick

Python Brainfuck Interpreter project created for PyPI packages

## Installation

git clone [email protected]:chrisoliver345/brainfrick.git

## Usage

Example project layout intended to be used as a demo for PyOhio 2016 talk

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## History

* 0.1.0 - Initial setup

## Credits

https://softwaredev3loper.wordpress.com/2016/02/28/creating-my-first-pypi-package/
https://packaging.python.org/en/latest/
https://the-hitchhikers-guide-to-packaging.readthedocs.io/en/latest/