Skip to content

Commit

Permalink
transfer package URL
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Dec 9, 2015
1 parent e0aa648 commit 59540b2
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CHANGES_OLD.rst
Expand Up @@ -89,4 +89,4 @@ Bug Fixes
Bug Fixes
---------

- Allow the primary key to not be named "id" #20. See https://github.com/ITCase/sqlalchemy_mptt/issues/20
- Allow the primary key to not be named "id" #20. See https://github.com/uralbash/sqlalchemy_mptt/issues/20
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013 ITCase
Copyright (c) 2013 uralbash

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
21 changes: 9 additions & 12 deletions README.rst
@@ -1,10 +1,10 @@
|Build Status| |Coverage Status| |Stories in progress| |PyPI|
|Build Status| |Coverage Status| |PyPI|

Library for implementing Modified Preorder Tree Traversal with your
SQLAlchemy Models and working with trees of Model instances, like
django-mptt. Docs http://sqlalchemy-mptt.readthedocs.org/

.. image:: https://cdn.rawgit.com/ITCase/sqlalchemy_mptt/master/docs/img/2_sqlalchemy_mptt_traversal.svg
.. image:: https://cdn.rawgit.com/uralbash/sqlalchemy_mptt/master/docs/img/2_sqlalchemy_mptt_traversal.svg
:alt: Nested sets traversal
:width: 800px

Expand All @@ -18,7 +18,7 @@ Install from github:

.. code-block:: bash
pip install git+http://github.com/ITCase/sqlalchemy_mptt.git
pip install git+http://github.com/uralbash/sqlalchemy_mptt.git
PyPi:

Expand Down Expand Up @@ -157,7 +157,7 @@ Update node
Move node (support multitree)
-----------------------------

.. figure:: https://cdn.rawgit.com/ITCase/sqlalchemy_mptt/master/docs/img/3_sqlalchemy_mptt_multitree.svg
.. figure:: https://cdn.rawgit.com/uralbash/sqlalchemy_mptt/master/docs/img/3_sqlalchemy_mptt_multitree.svg
:alt: Nested sets multitree
:width: 600px

Expand Down Expand Up @@ -260,8 +260,7 @@ Move to top level
Support and Development
=======================

To report bugs, use the `issue tracker <https://github.com/ITCase/sqlalchemy_mptt/issues>`_
or `waffle board <https://waffle.io/ITCase/sqlalchemy_mptt>`_.
To report bugs, use the `issue tracker <https://github.com/uralbash/sqlalchemy_mptt/issues>`_.

We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations etc

Expand All @@ -272,11 +271,9 @@ License

The project is licensed under the MIT license.

.. |Build Status| image:: https://travis-ci.org/ITCase/sqlalchemy_mptt.svg?branch=master
:target: https://travis-ci.org/ITCase/sqlalchemy_mptt
.. |Coverage Status| image:: https://coveralls.io/repos/ITCase/sqlalchemy_mptt/badge.png
:target: https://coveralls.io/r/ITCase/sqlalchemy_mptt
.. |Stories in progress| image:: https://badge.waffle.io/itcase/sqlalchemy_mptt.png?label=in%20progress&title=In%20Progress
:target: https://waffle.io/itcase/sqlalchemy_mptt
.. |Build Status| image:: https://travis-ci.org/uralbash/sqlalchemy_mptt.svg?branch=master
:target: https://travis-ci.org/uralbash/sqlalchemy_mptt
.. |Coverage Status| image:: https://coveralls.io/repos/uralbash/sqlalchemy_mptt/badge.png
:target: https://coveralls.io/r/uralbash/sqlalchemy_mptt
.. |PyPI| image:: http://img.shields.io/pypi/dm/sqlalchemy_mptt.svg
:target: https://pypi.python.org/pypi/sqlalchemy_mptt
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -34,7 +34,7 @@

# General information about the project.
project = u'sqlalchemy_mptt'
copyright = u'2014, ITCase'
copyright = u'2014, uralbash'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down Expand Up @@ -63,6 +63,6 @@
html_theme_options = {
'travis_button': True,
'github_button': True,
'github_user': 'ITCase',
'github_user': 'uralbash',
'github_repo': 'sqlalchemy_mptt',
}
6 changes: 3 additions & 3 deletions docs/contribute.rst
@@ -1,9 +1,9 @@
Support and Development
=======================

To report bugs, use the `issue tracker <https://github.com/ITCase/sqlalchemy_mptt/issues>`_
or `waffle board <https://waffle.io/ITCase/sqlalchemy_mptt>`_.
To report bugs, use the `issue tracker <https://github.com/uralbash/sqlalchemy_mptt/issues>`_.

We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations etc
We welcome any contribution: suggestions, ideas, commits with new futures, bug
fixes, refactoring, docs, tests, translations etc

If you have question, contact me sacrud@uralbash.ru or IRC channel #sacrud
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -49,5 +49,5 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

.. _ps_tree: https://github.com/ITCase/ps_tree
.. _pyramid_pages: https://github.com/ITCase/pyramid_pages
.. _ps_tree: https://github.com/uralbash/ps_tree
.. _pyramid_pages: https://github.com/uralbash/pyramid_pages
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -11,7 +11,7 @@ def read(name):
setup(
name='sqlalchemy_mptt',
version='0.2.1.dev0',
url='http://github.com/ITCase/sqlalchemy_mptt/',
url='http://github.com/uralbash/sqlalchemy_mptt/',
author='Svintsov Dmitry',
author_email='sacrud@uralbash.ru',
packages=['sqlalchemy_mptt', ],
Expand All @@ -29,7 +29,6 @@ def read(name):
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Natural Language :: English',
'Natural Language :: Russian',
'Operating System :: OS Independent',
'Programming Language :: Python',
"Programming Language :: Python :: 2.6",
Expand Down

0 comments on commit 59540b2

Please sign in to comment.