https://github.com/ionelmc/python-nameless-minimal
https://github.com/ionelmc/python-nameless-minimal
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ionelmc/python-nameless-minimal
- Owner: ionelmc
- License: bsd-2-clause
- Created: 2014-06-06T21:14:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T19:23:23.000Z (over 7 years ago)
- Last Synced: 2025-06-04T18:10:22.452Z (4 months ago)
- Language: Python
- Size: 270 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
Nameless
===============================| |docs| |travis| |appveyor| |coveralls| |landscape| |scrutinizer|
| |version| |downloads| |wheel| |supported-versions| |supported-implementations|.. |docs| image:: https://readthedocs.org/projects/python-nameless-minimal/badge/?style=flat
:target: https://readthedocs.org/projects/python-nameless-minimal
:alt: Documentation Status.. |travis| image:: http://img.shields.io/travis/ionelmc/python-nameless-minimal/master.png?style=flat
:alt: Travis-CI Build Status
:target: https://travis-ci.org/ionelmc/python-nameless-minimal.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/ionelmc/python-nameless-minimal?branch=master
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/ionelmc/python-nameless-minimal.. |coveralls| image:: http://img.shields.io/coveralls/ionelmc/python-nameless-minimal/master.png?style=flat
:alt: Coverage Status
:target: https://coveralls.io/r/ionelmc/python-nameless-minimal.. |landscape| image:: https://landscape.io/github/ionelmc/python-nameless-minimal/master/landscape.svg?style=flat
:target: https://landscape.io/github/ionelmc/python-nameless-minimal/master
:alt: Code Quality Status.. |version| image:: http://img.shields.io/pypi/v/nameless-minimal.png?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/nameless-minimal.. |downloads| image:: http://img.shields.io/pypi/dm/nameless-minimal.png?style=flat
:alt: PyPI Package monthly downloads
:target: https://pypi.python.org/pypi/nameless-minimal.. |wheel| image:: https://pypip.in/wheel/nameless-minimal/badge.png?style=flat
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/nameless-minimal.. |supported-versions| image:: https://pypip.in/py_versions/nameless-minimal/badge.png?style=flat
:alt: Supported versions
:target: https://pypi.python.org/pypi/nameless-minimal.. |supported-implementations| image:: https://pypip.in/implementation/nameless-minimal/badge.png?style=flat
:alt: Supported imlementations
:target: https://pypi.python.org/pypi/nameless-minimal.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/ionelmc/python-nameless-minimal/master.png?style=flat
:alt: Scrtinizer Status
:target: https://scrutinizer-ci.com/g/ionelmc/python-nameless-minimal/An example package. Replace this with a proper project description. Generated with https://github.com/ionelmc/cookiecutter-pylibrary-minimal
* Free software: BSD license
Installation
============::
pip install nameless-minimal
Documentation
=============https://python-nameless-minimal.readthedocs.org/
Development
===========To run the all tests run::
tox