No description has been added so far.
Project description
Python library to generate the perfect favicons for every device.
$ pip install favico
import favico
Installation
favico uses ImageMagick to generate the favicons.
For ubuntu, you can simply install libmagicwand-dev like this:
$ apt-get install libmagickwand-dev
Usage
Using favico is super easy! You can either create favicons from an image or from a color:
$ favico color "#f542ec" ./my-favicon-dir
$ favico image ./path/to/favicon/image.png ./my-favicon-dir
Once you ran the command to test it out, you will see more info on how to add the favicons to your page (ready to copy paste!)
By default, it is assumed that your website is deployed on the root /. To template the favicons with another base path, just set the --base (-b) option:
$ favico --base /prod/deployment/subdir color "#f542ec" ./my-favicon-dir
$ favico --base https://my-webside.com color "#f542ec" ./my-favicon-dir
Development
For detailed instructions see CONTRIBUTING.
Tests
You can run tests with
$ invoke test
$ invoke test --min-coverage=90 # Fail when code coverage is below 90%
$ invoke type-check # Run mypy type checks
Linting and formatting
Lint and format the code with
$ invoke format
$ invoke lint
All of this happens when you run invoke pre-commit.
Note
This project is still in the alpha stage and should not be considered production ready.
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 favico-0.1.8.tar.gz
.
File metadata
- Download URL: favico-0.1.8.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e73b05ce403be677391eb8bcc5b046ab432ec536c3491859329452496a8f5f6 |
|
MD5 | c9ec6f62122e20da247fd6fde06a44a8 |
|
BLAKE2b-256 | 4d7fe09636fff9b0e3fd2daecce0a8824f24ca7bb2d84c93fcd064eb98d66964 |
File details
Details for the file favico-0.1.8-py2.py3-none-any.whl
.
File metadata
- Download URL: favico-0.1.8-py2.py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc5df05659843202c6f4d3dd7871148d5e06c9c1aca3f2d1c48c295267241057 |
|
MD5 | ef3d57b4c4fd7f2d2904ae5045286f29 |
|
BLAKE2b-256 | 0733f2348a714c8f0a2db6d02da4b855f087155a39a7b2715c3e18894c7c1f7b |