Provides multiple methods to hide and retrieve data
Project description
FHMake
FredHappyface Makefile for python. Run one of the following subcommands:
-
install: Poetry install
-
build: Building docs, requirements.txt, setup.py, poetry build
-
security: Run some basic security checks that are not run in vscode
-
publish: Run poetry publish
Changelog
See the CHANGELOG for more information.
Install With PIP
pip install fhmake
Head to https://pypi.org/project/fhmake/ for more info
Language information
Built for
This program has been written for Python 3 and has been tested with Python version 3.8.0 https://www.python.org/downloads/release/python-380/.
Install Python on Windows
Chocolatey
choco install python
Download
To install Python, go to https://www.python.org/ and download the latest version.
Install Python on Linux
Apt
sudo apt install python3.8
How to run
With VSCode
- Open the .py file in vscode
- Ensure a python 3.8 interpreter is selected (Ctrl+Shift+P > Python:Select Interpreter > Python 3.8)
- Run by pressing Ctrl+F5 (if you are prompted to install any modules, accept)
From the Terminal
./[file].py
How to update, build and publish
- Ensure you have installed the following dependencies
Linux
wget dephell.org/install | python3.8 wget https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3.8
Windows(wget dephell.org/install -UseBasicParsing).Content | python (wget https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python
- Use poetry for the heavy lifting and dephell to generate requirements
poetry update dephell deps convert
- Build/ Publish
poetry build poetry publish
orpoetry publish --build
Community Files
Licence
MIT License Copyright (c) FredHappyface (See the LICENSE for more information.)
Changelog
See the Changelog for more information.
Code of Conduct
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone. Please see the Code of Conduct for more information.
Contributing
Contributions are welcome, please see the Contributing Guidelines for more information.
Security
Thank you for improving the security of the project, please see the Security Policy for more information.
Support
Thank you for using this project, I hope it is of use to you. Please be aware that those involved with the project often do so for fun along with other commitments (such as work, family, etc). Please see the Support Policy for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fhmake-2020.tar.gz
.
File metadata
- Download URL: fhmake-2020.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed23e67e98886c40bb43667ff67f24f4c92fb524cf65f95e06c62678cdaf2dae |
|
MD5 | d26624e44ce017fbba77f34687021e48 |
|
BLAKE2b-256 | 0cc4b15c4ceb55309ecd0da67e33af2ec578c4ab2a422d6367c9c7f25f81a6c9 |
File details
Details for the file fhmake-2020-py3-none-any.whl
.
File metadata
- Download URL: fhmake-2020-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b24ea1d93ac9386c76cb197a49aa903719ffcdf2089c1b4e4fc0c465478b13a |
|
MD5 | 695673e4b068d3c13ab3c770510bb6c7 |
|
BLAKE2b-256 | 00a110f0376a3d626ddde30e963a92e68409d74edf752ee8e568db24bf807892 |