Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/pykutils
A set of my own utilities.
https://github.com/kisom/pykutils
Last synced: 18 days ago
JSON representation
A set of my own utilities.
- Host: GitHub
- URL: https://github.com/kisom/pykutils
- Owner: kisom
- License: mit
- Created: 2018-12-07T16:33:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T16:41:28.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T02:46:12.811Z (about 1 month ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
kutils
======Kyle's utilities.
These are various data structures and tools that I think are useful and
want to re-use across projects.A Makefile is supplied to simplify certain tasks. This is aimed to
support *the author's* workflow, and may not be as useful to other
people.+ ``build``: create a source distribution.
+ ``clean``: remove caches, compiled bytecode, build artifacts, and
any generated documentation.
+ ``docs``: generate docs; if the ``DOCS`` variable isn't set, it defaults
to generating HTML docs.
+ ``lint``: run pylint on ``$(LINTMOD)``, which should be the main project
module.
+ ``setup``: use pip to install the project requirements.
+ ``test``: run pytest on the ``tests`` module.
+ ``viewdocs``: run ``$(SRVMOD)`` (which defaults to ``http.server``) on the
HTML Sphinx documentation.