Initial commit

This commit is contained in:
jar3b 2016-04-22 12:20:36 +03:00
commit a3581f9aa9
4 changed files with 1232 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.idea
.pyc

7
README.md Normal file
View File

@ -0,0 +1,7 @@
#sphinx-py3-api
##Installation
`pip install https://github.com/jar3b/sphinx-py3-api/zipball/master`
##Version
- Sphinx: 2.2.10
- Api: sphinxapi.py 4885 2015-01-20 07:02:07Z deogar

12
setup.py Normal file
View File

@ -0,0 +1,12 @@
from distutils.core import setup
setup(
name='sphinx-py3-api',
version='0.0.1',
packages=['sphinxapi'],
url='https://github.com/jar3b/sphinx-py3-api',
license='MIT',
author='Sphinx Technologies Inc.',
author_email='',
description='Sphinxapi for python ported to py3'
)

1211
sphinxapi/__init__.py Normal file

File diff suppressed because it is too large Load Diff