Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriso345/brainfrick-language
https://github.com/chriso345/brainfrick-language
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chriso345/brainfrick-language
- Owner: ChrisO345
- Created: 2020-08-17T22:56:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T22:58:52.000Z (over 4 years ago)
- Last Synced: 2024-10-13T20:41:59.002Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/