Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarvitz/composite
composite
https://github.com/tarvitz/composite
Last synced: 26 days ago
JSON representation
composite
- Host: GitHub
- URL: https://github.com/tarvitz/composite
- Owner: tarvitz
- Archived: true
- Created: 2015-07-31T19:26:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T22:13:24.000Z (almost 4 years ago)
- Last Synced: 2024-05-20T23:59:09.179Z (7 months ago)
- Language: Python
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- awesome-python-models - composite - Declarative XML files parse, unparse with help of lxml library. (Model, Schema)
README
Python composite
================.. image:: https://travis-ci.org/tarvitz/composite.svg?branch=master
:target: https://travis-ci.org/tarvitz/composite.. image:: https://coveralls.io/repos/github/tarvitz/composite/badge.svg?branch=master
:target: https://coveralls.io/github/tarvitz/composite?branch=master.. image:: https://badge.fury.io/py/python-composite.svg
:target: http://badge.fury.io/py/python-composite.. image:: https://readthedocs.org/projects/python-composite/badge/?version=latest
:target: http://python-composite.readthedocs.org/en/latest/?badge=latest
:alt: Documentation Status.. contents::
:local:
:depth: 1Declarative XML files parse, unparse with help of lxml library
License
-------
MITDependencies
------------
- python-2.7
- python-3.3+ (including 3.5)apps
~~~~
- six
- lxml (further release would be optional)Tests
-----
- `tox `_
- ``python setup.py test``Documentation
-------------
You can find docs here
`read the docs `_Example
-------http://python-composite.readthedocs.org/en/latest/examples.html