Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  docs
  requirements
  src
  tests
  .coveragerc
  .git_archival.txt
  .gitattributes
  .gitignore
  .gitlab-ci.yml
  .isort.cfg
  .pre-commit-config.yaml
  AUTHORS.rst
  CHANGELOG.rst
  LICENSE
  MANIFEST.in
  Makefile
  PKG-INFO
  README.md
  black-config.toml
  commitlint.config.js
  requirements.txt
  setup.cfg
  setup.py
  tox.ini
Size: Mime:
  README.md

PyPI status PyPI version PyPI pyversions Pipeline status Code style

pyckles

Generate Python code from frecklets.

Description

Documentation still to be done.

Generating Python project

git init pre-commit install git add * .* pre-commit run --all-files git add * .*

Development

Assuming you use pyenv and pyenv-virtualenv for development, here's how to setup a 'pyckles' development environment manually:

pyenv install 3.7.3
pyenv virtualenv 3.7.3 pyckles
git clone https://gitlab.com/frkl/pyckles
cd <pyckles_dir>
pyenv local pyckles
pip install -e .[develop,testing,docs]
pre-commit install

Copyright & license

Please check the LICENSE file in this repository (it's a short license!), also check out the freckles license page for more details.

Parity Public License 6.0.0

Copyright (c) 2019 frkl OÜ